Skip to content

Commit fc59b74

Browse files
Update Rust crate anyhow to v1.0.99 (#8834)
1 parent ce138f5 commit fc59b74

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.12" }
2222
aho-corasick = { version = "1.1.3" }
23-
anyhow = { version = "1.0.98", features = ["backtrace"] }
23+
anyhow = { version = "1.0.99", 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" }
@@ -155,7 +155,7 @@ zip-3b31131e45eafb45 = { package = "zip", version = "0.6.6", default-features =
155155
[build-dependencies]
156156
ahash = { version = "0.8.12" }
157157
aho-corasick = { version = "1.1.3" }
158-
anyhow = { version = "1.0.98", features = ["backtrace"] }
158+
anyhow = { version = "1.0.99", features = ["backtrace"] }
159159
aws-lc-rs = { version = "1.12.4", features = ["prebuilt-nasm"] }
160160
base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] }
161161
base64 = { version = "0.22.1" }

0 commit comments

Comments
 (0)