Compare commits

..

No commits in common. "9ec6c70dd58e061b57f8db9fe259e438774968dc" and "00e72a88641747f6226ca589238a78fcb75fee4a" have entirely different histories.

2 changed files with 5 additions and 3 deletions

6
Cargo.lock generated
View File

@ -176,11 +176,13 @@ dependencies = [
[[package]]
name = "flate2"
version = "1.0.24"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"
dependencies = [
"cfg-if",
"crc32fast",
"libc",
"miniz_oxide",
]

View File

@ -18,7 +18,7 @@ tracing = "0.1.34"
tracing-subscriber = {version = "0.3.11", features = ["env-filter"] }
tower-http = { version = "0.3.3", features = ["fs", "trace", "auth"] }
tar = "0.4.38"
flate2 = "1.0.24"
flate2 = "1.0.23"
tokio-util = { version = "0.7.2", features = ["io"] }
futures-util = "0.3.21"
uuid = { version = "1.1.1", features = ["v4"] }