Skip to content

Commit fee8c99

Browse files
committed
[rust] Bump zip, flate2, and anyhow to their latest stable versions
1 parent 581b637 commit fee8c99

File tree

3 files changed

+24
-28
lines changed

3 files changed

+24
-28
lines changed

rust/Cargo.Bazel.lock

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "56fdaab3fc8fbbad2fa1adba945c9339107eb008d5b9fc5e22503e02f134349e",
2+
"checksum": "7ba5523124b319cc49b8f1967d6dcc549b55f07c5684cb2abc0c8fa75cae21e3",
33
"crates": {
44
"addr2line 0.21.0": {
55
"name": "addr2line",
@@ -532,14 +532,14 @@
532532
],
533533
"license_file": "LICENSE-APACHE"
534534
},
535-
"anyhow 1.0.83": {
535+
"anyhow 1.0.84": {
536536
"name": "anyhow",
537-
"version": "1.0.83",
537+
"version": "1.0.84",
538538
"package_url": "https://github.com/dtolnay/anyhow",
539539
"repository": {
540540
"Http": {
541-
"url": "https://static.crates.io/crates/anyhow/1.0.83/download",
542-
"sha256": "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3"
541+
"url": "https://static.crates.io/crates/anyhow/1.0.84/download",
542+
"sha256": "18b8795de6d09abb2b178fa5a9e3bb10da935750f33449a132b328b9391b2c6a"
543543
}
544544
},
545545
"targets": [
@@ -584,7 +584,7 @@
584584
"deps": {
585585
"common": [
586586
{
587-
"id": "anyhow 1.0.83",
587+
"id": "anyhow 1.0.84",
588588
"target": "build_script_build"
589589
},
590590
{
@@ -595,7 +595,7 @@
595595
"selects": {}
596596
},
597597
"edition": "2018",
598-
"version": "1.0.83"
598+
"version": "1.0.84"
599599
},
600600
"build_script_attrs": {
601601
"data_glob": [
@@ -1979,10 +1979,6 @@
19791979
"id": "jobserver 0.1.31",
19801980
"target": "jobserver"
19811981
},
1982-
{
1983-
"id": "libc 0.2.154",
1984-
"target": "libc"
1985-
},
19861982
{
19871983
"id": "once_cell 1.19.0",
19881984
"target": "once_cell"
@@ -13531,7 +13527,7 @@
1353113527
"deps": {
1353213528
"common": [
1353313529
{
13534-
"id": "anyhow 1.0.83",
13530+
"id": "anyhow 1.0.84",
1353513531
"target": "anyhow"
1353613532
},
1353713533
{
@@ -13619,7 +13615,7 @@
1361913615
"target": "walkdir"
1362013616
},
1362113617
{
13622-
"id": "zip 1.2.3",
13618+
"id": "zip 1.3.0",
1362313619
"target": "zip"
1362413620
}
1362513621
],
@@ -20769,14 +20765,14 @@
2076920765
],
2077020766
"license_file": "LICENSE-APACHE"
2077120767
},
20772-
"zip 1.2.3": {
20768+
"zip 1.3.0": {
2077320769
"name": "zip",
20774-
"version": "1.2.3",
20770+
"version": "1.3.0",
2077520771
"package_url": "https://github.com/zip-rs/zip2.git",
2077620772
"repository": {
2077720773
"Http": {
20778-
"url": "https://static.crates.io/crates/zip/1.2.3/download",
20779-
"sha256": "c700ea425e148de30c29c580c1f9508b93ca57ad31c9f4e96b83c194c37a7a8f"
20774+
"url": "https://static.crates.io/crates/zip/1.3.0/download",
20775+
"sha256": "f1f4a27345eb6f7aa7bd015ba7eb4175fa4e1b462a29874b779e0bbcf96c6ac7"
2078020776
}
2078120777
},
2078220778
"targets": [
@@ -20837,7 +20833,7 @@
2083720833
"target": "thiserror"
2083820834
},
2083920835
{
20840-
"id": "zip 1.2.3",
20836+
"id": "zip 1.3.0",
2084120837
"target": "build_script_build"
2084220838
}
2084320839
],
@@ -20866,7 +20862,7 @@
2086620862
],
2086720863
"selects": {}
2086820864
},
20869-
"version": "1.2.3"
20865+
"version": "1.3.0"
2087020866
},
2087120867
"build_script_attrs": {
2087220868
"data_glob": [
@@ -21614,7 +21610,7 @@
2161421610
]
2161521611
},
2161621612
"direct_deps": [
21617-
"anyhow 1.0.83",
21613+
"anyhow 1.0.84",
2161821614
"apple-flat-package 0.18.0",
2161921615
"bzip2 0.4.4",
2162021616
"clap 4.5.4",
@@ -21636,7 +21632,7 @@
2163621632
"tokio 1.37.0",
2163721633
"toml 0.8.13",
2163821634
"walkdir 2.5.0",
21639-
"zip 1.2.3"
21635+
"zip 1.3.0"
2164021636
],
2164121637
"direct_dev_deps": [
2164221638
"assert_cmd 2.0.14",

rust/Cargo.lock

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

rust/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ regex = "1.10.4"
1919
tokio = { version = "1.37.0", default-features = false, features = ["macros", "net", "rt-multi-thread"] }
2020
tempfile = "3.10.1"
2121
reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls"] }
22-
zip = { version = "1.2.3", default-features = false, features = ["deflate-zlib"]}
22+
zip = { version = "1.3.0", default-features = false, features = ["deflate-zlib"]}
2323
directories = "5.0.1"
2424
serde = { version = "1.0.202", features = ["derive"] }
2525
serde_json = "1.0.117"
26-
flate2 = "1.0.28"
26+
flate2 = "1.0.30"
2727
tar = "0.4.40"
2828
infer = "0.15.0"
2929
exitcode = "1.1.2"
@@ -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.83", features = ["backtrace"] }
36+
anyhow = { version = "1.0.84", features = ["backtrace"] }
3737
apple-flat-package = "0.18.0"
3838

3939
[dev-dependencies]

0 commit comments

Comments
 (0)