Skip to content

Commit

Permalink
[rust] Downgrade anyhow to version 1.0.83
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed May 17, 2024
1 parent fee8c99 commit e752864
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion rust/Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "7ba5523124b319cc49b8f1967d6dcc549b55f07c5684cb2abc0c8fa75cae21e3",
"checksum": "f35d1100ea52e80b9d55fe9ace086af727b1dd92ea0d53aa5c96c79de5b59bc7",
"crates": {
"addr2line 0.21.0": {
"name": "addr2line",
Expand Down Expand Up @@ -1979,6 +1979,10 @@
"id": "jobserver 0.1.31",
"target": "jobserver"
},
{
"id": "libc 0.2.154",
"target": "libc"
},
{
"id": "once_cell 1.19.0",
"target": "once_cell"
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.84", features = ["backtrace"] }
anyhow = { version = "1.0.83", features = ["backtrace"] }
apple-flat-package = "0.18.0"

[dev-dependencies]
Expand Down

0 comments on commit e752864

Please sign in to comment.