Spaces:
Running
Running
dependabot[bot]
commited on
build(deps): bump async-compression from 0.4.11 to 0.4.12 (#596)
Browse files- Cargo.lock +2 -2
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -347,9 +347,9 @@ checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
|
347 |
|
348 |
[[package]]
|
349 |
name = "async-compression"
|
350 |
-
version = "0.4.
|
351 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
352 |
-
checksum = "
|
353 |
dependencies = [
|
354 |
"brotli",
|
355 |
"flate2",
|
|
|
347 |
|
348 |
[[package]]
|
349 |
name = "async-compression"
|
350 |
+
version = "0.4.12"
|
351 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
352 |
+
checksum = "fec134f64e2bc57411226dfc4e52dec859ddfc7e711fc5e07b612584f000e4aa"
|
353 |
dependencies = [
|
354 |
"brotli",
|
355 |
"flate2",
|
Cargo.toml
CHANGED
@@ -67,7 +67,7 @@ actix-governor = { version = "0.5.0", default-features = false }
|
|
67 |
mini-moka = { version = "0.10", optional = true, default-features = false, features = [
|
68 |
"sync",
|
69 |
] }
|
70 |
-
async-compression = { version = "0.4.
|
71 |
"brotli",
|
72 |
"tokio",
|
73 |
], optional = true }
|
|
|
67 |
mini-moka = { version = "0.10", optional = true, default-features = false, features = [
|
68 |
"sync",
|
69 |
] }
|
70 |
+
async-compression = { version = "0.4.12", default-features = false, features = [
|
71 |
"brotli",
|
72 |
"tokio",
|
73 |
], optional = true }
|