Skip to content

Commit

Permalink
[rust] Upgrade anyhow to 1.0.84
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed May 17, 2024
1 parent e752864 commit dd8b8f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions rust/Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "f35d1100ea52e80b9d55fe9ace086af727b1dd92ea0d53aa5c96c79de5b59bc7",
"checksum": "d8671aa04f5cd21901de59f80188b5fa42024b948d0efab13eb8b24310ff43fa",
"crates": {
"addr2line 0.21.0": {
"name": "addr2line",
Expand Down Expand Up @@ -576,7 +576,6 @@
"crate_features": {
"common": [
"backtrace",
"default",
"std"
],
"selects": {}
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bzip2 = "0.4.4"
sevenz-rust = "0.6.0"
walkdir = "2.5.0"
debpkg = "0.6.0"
anyhow = { version = "1.0.83", features = ["backtrace"] }
anyhow = { version = "1.0.84", default-features = false, features = ["backtrace" , "std"] }
apple-flat-package = "0.18.0"

[dev-dependencies]
Expand Down

0 comments on commit dd8b8f8

Please sign in to comment.