Skip to content

Commit

Permalink
set minimum tls codec version
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer committed Jul 7, 2021
1 parent 67c892a commit 0a4c3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 0a4c3e4

Please sign in to comment.