Skip to content

Commit 0a4c3e4

Browse files
set minimum tls codec version
1 parent 67c892a commit 0a4c3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/franziskuskiefer/hpke-rs"
1313
evercrypt = { version = "0.0.9" }
1414
serde_json = { version = "1.0", optional = true }
1515
serde = { version = "1.0", features = ["derive"], optional = true }
16-
tls_codec = { version = "0.1", git = "https://github.com/openmls/tls-codec.git", branch = "main", features = ["derive"], optional = true }
16+
tls_codec = { version = "0.1.3", git = "https://github.com/openmls/tls-codec.git", branch = "main", features = ["derive"], optional = true }
1717

1818
[features]
1919
rust-crypto = ["evercrypt/rust-crypto-aes"]

0 commit comments

Comments
 (0)