Skip to content

Commit 86c8464

Browse files
Update Rust crate aws-lc-rs to 1.12.5
1 parent 7d0e71c commit 86c8464

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ async-bb8-diesel = "0.2"
321321
async-trait = "0.1.86"
322322
atomicwrites = "0.4.4"
323323
authz-macros = { path = "nexus/authz-macros" }
324-
aws-lc-rs = "1.12.4"
324+
aws-lc-rs = "1.12.5"
325325
backoff = { version = "0.4.0", features = [ "tokio" ] }
326326
base64 = "0.22.1"
327327
bcs = "0.1.6"

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ workspace = true
2121
ahash = { version = "0.8.11" }
2222
aho-corasick = { version = "1.1.3" }
2323
anyhow = { version = "1.0.96", features = ["backtrace"] }
24-
aws-lc-rs = { version = "1.12.4", features = ["prebuilt-nasm"] }
24+
aws-lc-rs = { version = "1.12.5", features = ["prebuilt-nasm"] }
2525
base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] }
2626
base64 = { version = "0.22.1" }
2727
base64ct = { version = "1.6.0", default-features = false, features = ["std"] }
@@ -141,7 +141,7 @@ zip = { version = "0.6.6", default-features = false, features = ["bzip2", "defla
141141
ahash = { version = "0.8.11" }
142142
aho-corasick = { version = "1.1.3" }
143143
anyhow = { version = "1.0.96", features = ["backtrace"] }
144-
aws-lc-rs = { version = "1.12.4", features = ["prebuilt-nasm"] }
144+
aws-lc-rs = { version = "1.12.5", features = ["prebuilt-nasm"] }
145145
base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] }
146146
base64 = { version = "0.22.1" }
147147
base64ct = { version = "1.6.0", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)