Skip to content

Commit

Permalink
Use ring v0.16.20
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Aug 7, 2023
1 parent 5d9127c commit 57d8ebe
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 @@ -17,7 +17,7 @@ rust-version = "1.65"

[dependencies]
generic-array = { version = "0.14", default-features = false }
ring = { version = "0.16", default-features = false }
ring = { version = "0.16.20", default-features = false }

# optional dependencies
aead = { version = "0.5", optional = true, default-features = false }
Expand Down

0 comments on commit 57d8ebe

Please sign in to comment.