Skip to content

Commit

Permalink
upgrade ring-compat 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Dec 12, 2022
1 parent bae4a37 commit 4209138
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ aes-gcm = { version = "0.10", optional = true }
aes-gcm-siv = { version = "0.11", optional = true }
ccm = { version = "0.5", optional = true }
chacha20poly1305 = { version = "0.10", optional = true }
# ring-compat = { version = "0.4.1", optional = true }
ring-compat = { git = "https://github.com/RustCrypto/ring-compat.git", optional = true }
ring-compat = { version = "0.5", optional = true }
md-5 = { version = "0.10" }
hkdf = { version = "0.12", optional = true }
sha1 = { version = "0.10", optional = true }
Expand Down

0 comments on commit 4209138

Please sign in to comment.