Skip to content

Commit

Permalink
downgrade_tls_codec
Browse files Browse the repository at this point in the history
  • Loading branch information
kkohbrok committed Jul 25, 2024
1 parent b9490ee commit 6c65ef7
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 @@ -24,7 +24,7 @@ rand = "0.8.5"
serde = "1"
sha2 = "0.10.2"
thiserror = "1"
tls_codec = { version = "0.4.2-pre.1", git = "https://github.com/rustcrypto/formats" }
tls_codec = { version = "0.4.1" }
tls_codec_derive = "0.4.1"
voprf = { version = "0.5", features = ["serde"] }
p384 = { version = "0.13.0", default-features = false, features = [
Expand Down

0 comments on commit 6c65ef7

Please sign in to comment.