Skip to content

Commit

Permalink
Update Rust crate aws-lc-rs to 1.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Mar 1, 2025
1 parent c00b223 commit 27e9700
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 @@ -321,7 +321,7 @@ async-bb8-diesel = "0.2"
async-trait = "0.1.86"
atomicwrites = "0.4.4"
authz-macros = { path = "nexus/authz-macros" }
aws-lc-rs = "1.12.4"
aws-lc-rs = "1.12.5"
backoff = { version = "0.4.0", features = [ "tokio" ] }
base64 = "0.22.1"
bcs = "0.1.6"
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ workspace = true
ahash = { version = "0.8.11" }
aho-corasick = { version = "1.1.3" }
anyhow = { version = "1.0.96", features = ["backtrace"] }
aws-lc-rs = { version = "1.12.4", features = ["prebuilt-nasm"] }
aws-lc-rs = { version = "1.12.5", features = ["prebuilt-nasm"] }
base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] }
base64 = { version = "0.22.1" }
base64ct = { version = "1.6.0", default-features = false, features = ["std"] }
Expand Down Expand Up @@ -141,7 +141,7 @@ zip = { version = "0.6.6", default-features = false, features = ["bzip2", "defla
ahash = { version = "0.8.11" }
aho-corasick = { version = "1.1.3" }
anyhow = { version = "1.0.96", features = ["backtrace"] }
aws-lc-rs = { version = "1.12.4", features = ["prebuilt-nasm"] }
aws-lc-rs = { version = "1.12.5", features = ["prebuilt-nasm"] }
base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] }
base64 = { version = "0.22.1" }
base64ct = { version = "1.6.0", default-features = false, features = ["std"] }
Expand Down

0 comments on commit 27e9700

Please sign in to comment.