Skip to content

Commit

Permalink
BLO-46 | update ring library
Browse files Browse the repository at this point in the history
  • Loading branch information
edutomesco committed Sep 24, 2024
1 parent e0794a4 commit ca9bd69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ image = "ghcr.io/cross-rs/x86_64-pc-windows-msvc:edge"
image = "ghcr.io/cross-rs/x86_64-apple-darwin:edge"

[target.aarch64-apple-darwin]
image = "ghcr.io/cross-rs/aarch64-apple-darwin:edge"
image = "ghcr.io/cross-rs/aarch64-apple-darwin:edge"
2 changes: 1 addition & 1 deletion bloock-libs/metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bloock-hasher = { path = "../hasher" }
bloock-keys = { path = "../keys" }
bloock-encrypter = { path = "../encrypter" }
pem = "3.0.4"
ring = "0.16.20"
ring = "0.17.8"
reqwest = { version = "0.12.5", default-features = false, features = ["blocking", "rustls-tls"] }
signature = { version = "2.2.0", features = ["std"] }
x509-certificate = {version = "0.19.0", features = ["test"]}
Expand Down

0 comments on commit ca9bd69

Please sign in to comment.