Spaces:
Running
Running
dependabot[bot]
commited on
build(deps): bump futures from 0.3.30 to 0.3.31 (#626)
Browse files- Cargo.lock +7 -7
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -65,7 +65,7 @@ checksum = "072a3d7907b945b0956f9721e01c117ad5765ce5be2fd9bb1e44a117c669de22"
|
|
65 |
dependencies = [
|
66 |
"actix-http",
|
67 |
"actix-web",
|
68 |
-
"futures 0.3.
|
69 |
"governor",
|
70 |
]
|
71 |
|
@@ -1329,9 +1329,9 @@ checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
|
|
1329 |
|
1330 |
[[package]]
|
1331 |
name = "futures"
|
1332 |
-
version = "0.3.
|
1333 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1334 |
-
checksum = "
|
1335 |
dependencies = [
|
1336 |
"futures-channel",
|
1337 |
"futures-core",
|
@@ -1370,9 +1370,9 @@ dependencies = [
|
|
1370 |
|
1371 |
[[package]]
|
1372 |
name = "futures-executor"
|
1373 |
-
version = "0.3.
|
1374 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1375 |
-
checksum = "
|
1376 |
dependencies = [
|
1377 |
"futures-core",
|
1378 |
"futures-task",
|
@@ -3143,7 +3143,7 @@ dependencies = [
|
|
3143 |
"async-trait",
|
3144 |
"bytes 1.7.2",
|
3145 |
"combine",
|
3146 |
-
"futures 0.3.
|
3147 |
"futures-util",
|
3148 |
"itoa 1.0.11",
|
3149 |
"num-bigint",
|
@@ -4544,7 +4544,7 @@ dependencies = [
|
|
4544 |
"env_logger",
|
4545 |
"error-stack",
|
4546 |
"fake-useragent",
|
4547 |
-
"futures 0.3.
|
4548 |
"itertools 0.13.0",
|
4549 |
"keyword_extraction",
|
4550 |
"lightningcss",
|
|
|
65 |
dependencies = [
|
66 |
"actix-http",
|
67 |
"actix-web",
|
68 |
+
"futures 0.3.31",
|
69 |
"governor",
|
70 |
]
|
71 |
|
|
|
1329 |
|
1330 |
[[package]]
|
1331 |
name = "futures"
|
1332 |
+
version = "0.3.31"
|
1333 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1334 |
+
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
1335 |
dependencies = [
|
1336 |
"futures-channel",
|
1337 |
"futures-core",
|
|
|
1370 |
|
1371 |
[[package]]
|
1372 |
name = "futures-executor"
|
1373 |
+
version = "0.3.31"
|
1374 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1375 |
+
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
1376 |
dependencies = [
|
1377 |
"futures-core",
|
1378 |
"futures-task",
|
|
|
3143 |
"async-trait",
|
3144 |
"bytes 1.7.2",
|
3145 |
"combine",
|
3146 |
+
"futures 0.3.31",
|
3147 |
"futures-util",
|
3148 |
"itoa 1.0.11",
|
3149 |
"num-bigint",
|
|
|
4544 |
"env_logger",
|
4545 |
"error-stack",
|
4546 |
"fake-useragent",
|
4547 |
+
"futures 0.3.31",
|
4548 |
"itertools 0.13.0",
|
4549 |
"keyword_extraction",
|
4550 |
"lightningcss",
|
Cargo.toml
CHANGED
@@ -58,7 +58,7 @@ error-stack = { version = "0.5.0", default-features = false, features = [
|
|
58 |
] }
|
59 |
async-trait = { version = "0.1.80", default-features = false }
|
60 |
regex = { version = "1.11.0", features = ["perf"], default-features = false }
|
61 |
-
futures = { version = "0.3.
|
62 |
dhat = { version = "0.3.2", optional = true, default-features = false }
|
63 |
mimalloc = { version = "0.1.43", default-features = false }
|
64 |
async-once-cell = { version = "0.5.3", default-features = false }
|
|
|
58 |
] }
|
59 |
async-trait = { version = "0.1.80", default-features = false }
|
60 |
regex = { version = "1.11.0", features = ["perf"], default-features = false }
|
61 |
+
futures = { version = "0.3.31", default-features = false, features = ["alloc"] }
|
62 |
dhat = { version = "0.3.2", optional = true, default-features = false }
|
63 |
mimalloc = { version = "0.1.43", default-features = false }
|
64 |
async-once-cell = { version = "0.5.3", default-features = false }
|