From 0a4c3e42c09e928b731b66f5ee8f5f7dcd6d2c61 Mon Sep 17 00:00:00 2001 From: Franziskus Kiefer Date: Wed, 7 Jul 2021 12:03:24 +0200 Subject: [PATCH] set minimum tls codec version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e7d8a2..2c0f80c 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/franziskuskiefer/hpke-rs" evercrypt = { version = "0.0.9" } serde_json = { version = "1.0", optional = true } serde = { version = "1.0", features = ["derive"], optional = true } -tls_codec = { version = "0.1", git = "https://github.com/openmls/tls-codec.git", branch = "main", features = ["derive"], optional = true } +tls_codec = { version = "0.1.3", git = "https://github.com/openmls/tls-codec.git", branch = "main", features = ["derive"], optional = true } [features] rust-crypto = ["evercrypt/rust-crypto-aes"]