Skip to content

Commit

Permalink
dep: Update Rust crate ring to 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2023
1 parent 79b9bb8 commit 9692a62
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 133 deletions.
189 changes: 57 additions & 132 deletions native/cryptobase/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native/cryptobase/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
libc = "0.2"
ring = { version = "0.16", optional = true }
ring = { version = "0.17", optional = true }
digest = { version = "0.10", optional = true }
md-5 = { version = "0.10", optional = true }
sm3 = { version = "0.4", optional = true }
Expand Down

0 comments on commit 9692a62

Please sign in to comment.