Skip to content

Commit 4f78ea4

Browse files
Update Rust crate anyhow to v1.0.97 (#7707)
1 parent 9f59356 commit 4f78ea4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ workspace = true
2020
[dependencies]
2121
ahash = { version = "0.8.11" }
2222
aho-corasick = { version = "1.1.3" }
23-
anyhow = { version = "1.0.96", features = ["backtrace"] }
23+
anyhow = { version = "1.0.97", features = ["backtrace"] }
2424
aws-lc-rs = { version = "1.12.4", features = ["prebuilt-nasm"] }
2525
base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] }
2626
base64 = { version = "0.22.1" }
@@ -140,7 +140,7 @@ zip-f595c2ba2a3f28df = { package = "zip", version = "2.1.3", default-features =
140140
[build-dependencies]
141141
ahash = { version = "0.8.11" }
142142
aho-corasick = { version = "1.1.3" }
143-
anyhow = { version = "1.0.96", features = ["backtrace"] }
143+
anyhow = { version = "1.0.97", features = ["backtrace"] }
144144
aws-lc-rs = { version = "1.12.4", features = ["prebuilt-nasm"] }
145145
base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] }
146146
base64 = { version = "0.22.1" }

0 commit comments

Comments
 (0)