fix(deps): update rust crate flate2 to 1.1.9
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -645,9 +645,9 @@ checksum = "f449e6c6c08c865631d4890cfacf252b3d396c9bcc83adb6623cdb02a8336c41"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "flate2"
|
name = "flate2"
|
||||||
version = "1.1.8"
|
version = "1.1.9"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
|
checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crc32fast",
|
"crc32fast",
|
||||||
"miniz_oxide",
|
"miniz_oxide",
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ tokio = { version = "1.49.0", features = [
|
|||||||
] }
|
] }
|
||||||
toml = "0.9.11"
|
toml = "0.9.11"
|
||||||
base64 = "0.22.1"
|
base64 = "0.22.1"
|
||||||
flate2 = "1.1.8"
|
flate2 = "1.1.9"
|
||||||
dialoguer = "0.12.0"
|
dialoguer = "0.12.0"
|
||||||
indicatif = "0.18.3"
|
indicatif = "0.18.3"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user