Skip to content

Commit

Permalink
Merge pull request #23 from matter-labs/renovate/ring-0.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate ring to 0.17.8
  • Loading branch information
haraldh authored Feb 19, 2024
2 parents a49e8f7 + 8d3cde2 commit b2fdafe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ num-traits = "0.2.18"
pgp = "0.10"
pkcs8 = { version = "0.10" }
rand = "0.8"
ring = { version = "0.17.7", features = ["std"], default-features = false }
ring = { version = "0.17.8", features = ["std"], default-features = false }
rsa = { version = "0.9.6", features = ["sha2"] }
rustls = { version = "0.22" }
rustls-pemfile = "2"
Expand Down

0 comments on commit b2fdafe

Please sign in to comment.