Skip to content

Commit

Permalink
bump tls_codec to 0.4.1-pre.1
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer authored Jul 23, 2024
1 parent 399b3bc commit b1d417f
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 @@ exclude = ["/tests"]
[dependencies]
log = "0.4"
serde = { version = "1.0", features = ["derive"], optional = true }
tls_codec = { version = "0.4.0", features = ["derive"], optional = true }
tls_codec = { version = "0.4.1-pre.1", features = ["derive"], optional = true }
zeroize = { version = "1.5", features = ["zeroize_derive"] }
hpke-rs-crypto = { version = "0.2.0", path = "./traits" }

Expand Down

0 comments on commit b1d417f

Please sign in to comment.