Skip to content

Commit e752864

Browse files
committed
[rust] Downgrade anyhow to version 1.0.83
1 parent fee8c99 commit e752864

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

rust/Cargo.Bazel.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "7ba5523124b319cc49b8f1967d6dcc549b55f07c5684cb2abc0c8fa75cae21e3",
2+
"checksum": "f35d1100ea52e80b9d55fe9ace086af727b1dd92ea0d53aa5c96c79de5b59bc7",
33
"crates": {
44
"addr2line 0.21.0": {
55
"name": "addr2line",
@@ -1979,6 +1979,10 @@
19791979
"id": "jobserver 0.1.31",
19801980
"target": "jobserver"
19811981
},
1982+
{
1983+
"id": "libc 0.2.154",
1984+
"target": "libc"
1985+
},
19821986
{
19831987
"id": "once_cell 1.19.0",
19841988
"target": "once_cell"

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ bzip2 = "0.4.4"
3333
sevenz-rust = "0.6.0"
3434
walkdir = "2.5.0"
3535
debpkg = "0.6.0"
36-
anyhow = { version = "1.0.84", features = ["backtrace"] }
36+
anyhow = { version = "1.0.83", features = ["backtrace"] }
3737
apple-flat-package = "0.18.0"
3838

3939
[dev-dependencies]

0 commit comments

Comments
 (0)