Skip to content

Commit c8a8aa9

Browse files
committed
chore(deps): bump zip in light of RUSTSEC-2020-0071
There's a RUSTSEC advisory on time that should be updated to >=0.2.23. It gets pulled down from corepc-node with download feature from the zip dependency, see the cargo tree below: ``` time 0.1.45 └── zip 0.5.13 └── corepc-node 0.7.0 ``` Hence we need to update the zip dependency.
1 parent e64104b commit c8a8aa9

File tree

3 files changed

+19
-47
lines changed

3 files changed

+19
-47
lines changed

Cargo-minimal.lock

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,12 @@ dependencies = [
199199
"cfg-if",
200200
]
201201

202+
[[package]]
203+
name = "crossbeam-utils"
204+
version = "0.8.21"
205+
source = "registry+https://github.com/rust-lang/crates.io-index"
206+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
207+
202208
[[package]]
203209
name = "env_logger"
204210
version = "0.9.3"
@@ -556,26 +562,6 @@ dependencies = [
556562
"windows-sys 0.59.0",
557563
]
558564

559-
[[package]]
560-
name = "thiserror"
561-
version = "1.0.65"
562-
source = "registry+https://github.com/rust-lang/crates.io-index"
563-
checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
564-
dependencies = [
565-
"thiserror-impl",
566-
]
567-
568-
[[package]]
569-
name = "thiserror-impl"
570-
version = "1.0.65"
571-
source = "registry+https://github.com/rust-lang/crates.io-index"
572-
checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
573-
dependencies = [
574-
"proc-macro2",
575-
"quote",
576-
"syn",
577-
]
578-
579565
[[package]]
580566
name = "unicode-ident"
581567
version = "1.0.8"
@@ -726,13 +712,13 @@ dependencies = [
726712

727713
[[package]]
728714
name = "zip"
729-
version = "0.5.13"
715+
version = "0.6.6"
730716
source = "registry+https://github.com/rust-lang/crates.io-index"
731-
checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815"
717+
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
732718
dependencies = [
733719
"byteorder",
734720
"bzip2",
735721
"crc32fast",
722+
"crossbeam-utils",
736723
"flate2",
737-
"thiserror",
738724
]

Cargo-recent.lock

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,12 @@ dependencies = [
199199
"cfg-if",
200200
]
201201

202+
[[package]]
203+
name = "crossbeam-utils"
204+
version = "0.8.21"
205+
source = "registry+https://github.com/rust-lang/crates.io-index"
206+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
207+
202208
[[package]]
203209
name = "env_logger"
204210
version = "0.9.3"
@@ -563,26 +569,6 @@ dependencies = [
563569
"windows-sys 0.59.0",
564570
]
565571

566-
[[package]]
567-
name = "thiserror"
568-
version = "1.0.69"
569-
source = "registry+https://github.com/rust-lang/crates.io-index"
570-
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
571-
dependencies = [
572-
"thiserror-impl",
573-
]
574-
575-
[[package]]
576-
name = "thiserror-impl"
577-
version = "1.0.69"
578-
source = "registry+https://github.com/rust-lang/crates.io-index"
579-
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
580-
dependencies = [
581-
"proc-macro2",
582-
"quote",
583-
"syn",
584-
]
585-
586572
[[package]]
587573
name = "unicode-ident"
588574
version = "1.0.16"
@@ -733,13 +719,13 @@ dependencies = [
733719

734720
[[package]]
735721
name = "zip"
736-
version = "0.5.13"
722+
version = "0.6.6"
737723
source = "registry+https://github.com/rust-lang/crates.io-index"
738-
checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815"
724+
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
739725
dependencies = [
740726
"byteorder",
741727
"bzip2",
742728
"crc32fast",
729+
"crossbeam-utils",
743730
"flate2",
744-
"thiserror",
745731
]

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bitcoin_hashes = { version = ">= 0.13, <= 0.14", optional = true }
2929
flate2 = { version = "1.0", optional = true }
3030
tar = { version = "0.4", optional = true }
3131
minreq = { version = "2.9.1", default-features = false, features = ["https"], optional = true }
32-
zip = { version = "0.5.13", default-features = false, features = ["bzip2", "deflate"], optional = true }
32+
zip = { version = "0.6.6", default-features = false, features = ["bzip2", "deflate"], optional = true }
3333

3434
# Please note, it is expected that a single version feature will be enabled however if you enable
3535
# multiple the highest version number will take precedence.

0 commit comments

Comments
 (0)