Spaces:
Running
Running
dependabot[bot]
commited on
build(deps): bump actix-governor from 0.6.0 to 0.7.0 (#625)
Browse files- Cargo.lock +23 -21
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -59,9 +59,9 @@ dependencies = [
|
|
59 |
|
60 |
[[package]]
|
61 |
name = "actix-governor"
|
62 |
-
version = "0.
|
63 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
64 |
-
checksum = "
|
65 |
dependencies = [
|
66 |
"actix-http",
|
67 |
"actix-web",
|
@@ -1020,11 +1020,12 @@ dependencies = [
|
|
1020 |
|
1021 |
[[package]]
|
1022 |
name = "dashmap"
|
1023 |
-
version = "
|
1024 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1025 |
-
checksum = "
|
1026 |
dependencies = [
|
1027 |
"cfg-if 1.0.0",
|
|
|
1028 |
"hashbrown 0.14.5",
|
1029 |
"lock_api 0.4.12",
|
1030 |
"once_cell",
|
@@ -1343,9 +1344,9 @@ dependencies = [
|
|
1343 |
|
1344 |
[[package]]
|
1345 |
name = "futures-channel"
|
1346 |
-
version = "0.3.
|
1347 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1348 |
-
checksum = "
|
1349 |
dependencies = [
|
1350 |
"futures-core",
|
1351 |
"futures-sink",
|
@@ -1353,9 +1354,9 @@ dependencies = [
|
|
1353 |
|
1354 |
[[package]]
|
1355 |
name = "futures-core"
|
1356 |
-
version = "0.3.
|
1357 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1358 |
-
checksum = "
|
1359 |
|
1360 |
[[package]]
|
1361 |
name = "futures-cpupool"
|
@@ -1380,15 +1381,15 @@ dependencies = [
|
|
1380 |
|
1381 |
[[package]]
|
1382 |
name = "futures-io"
|
1383 |
-
version = "0.3.
|
1384 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1385 |
-
checksum = "
|
1386 |
|
1387 |
[[package]]
|
1388 |
name = "futures-macro"
|
1389 |
-
version = "0.3.
|
1390 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1391 |
-
checksum = "
|
1392 |
dependencies = [
|
1393 |
"proc-macro2 1.0.86",
|
1394 |
"quote 1.0.37",
|
@@ -1397,15 +1398,15 @@ dependencies = [
|
|
1397 |
|
1398 |
[[package]]
|
1399 |
name = "futures-sink"
|
1400 |
-
version = "0.3.
|
1401 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1402 |
-
checksum = "
|
1403 |
|
1404 |
[[package]]
|
1405 |
name = "futures-task"
|
1406 |
-
version = "0.3.
|
1407 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1408 |
-
checksum = "
|
1409 |
|
1410 |
[[package]]
|
1411 |
name = "futures-timer"
|
@@ -1415,9 +1416,9 @@ checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
|
|
1415 |
|
1416 |
[[package]]
|
1417 |
name = "futures-util"
|
1418 |
-
version = "0.3.
|
1419 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1420 |
-
checksum = "
|
1421 |
dependencies = [
|
1422 |
"futures-channel",
|
1423 |
"futures-core",
|
@@ -1478,14 +1479,15 @@ checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
|
|
1478 |
|
1479 |
[[package]]
|
1480 |
name = "governor"
|
1481 |
-
version = "0.
|
1482 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1483 |
-
checksum = "
|
1484 |
dependencies = [
|
1485 |
"cfg-if 1.0.0",
|
1486 |
"dashmap",
|
1487 |
-
"futures
|
1488 |
"futures-timer",
|
|
|
1489 |
"no-std-compat",
|
1490 |
"nonzero_ext",
|
1491 |
"parking_lot 0.12.3",
|
|
|
59 |
|
60 |
[[package]]
|
61 |
name = "actix-governor"
|
62 |
+
version = "0.7.0"
|
63 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
64 |
+
checksum = "072a3d7907b945b0956f9721e01c117ad5765ce5be2fd9bb1e44a117c669de22"
|
65 |
dependencies = [
|
66 |
"actix-http",
|
67 |
"actix-web",
|
|
|
1020 |
|
1021 |
[[package]]
|
1022 |
name = "dashmap"
|
1023 |
+
version = "6.1.0"
|
1024 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1025 |
+
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
|
1026 |
dependencies = [
|
1027 |
"cfg-if 1.0.0",
|
1028 |
+
"crossbeam-utils 0.8.20",
|
1029 |
"hashbrown 0.14.5",
|
1030 |
"lock_api 0.4.12",
|
1031 |
"once_cell",
|
|
|
1344 |
|
1345 |
[[package]]
|
1346 |
name = "futures-channel"
|
1347 |
+
version = "0.3.31"
|
1348 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1349 |
+
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
1350 |
dependencies = [
|
1351 |
"futures-core",
|
1352 |
"futures-sink",
|
|
|
1354 |
|
1355 |
[[package]]
|
1356 |
name = "futures-core"
|
1357 |
+
version = "0.3.31"
|
1358 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1359 |
+
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
1360 |
|
1361 |
[[package]]
|
1362 |
name = "futures-cpupool"
|
|
|
1381 |
|
1382 |
[[package]]
|
1383 |
name = "futures-io"
|
1384 |
+
version = "0.3.31"
|
1385 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1386 |
+
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
1387 |
|
1388 |
[[package]]
|
1389 |
name = "futures-macro"
|
1390 |
+
version = "0.3.31"
|
1391 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1392 |
+
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
1393 |
dependencies = [
|
1394 |
"proc-macro2 1.0.86",
|
1395 |
"quote 1.0.37",
|
|
|
1398 |
|
1399 |
[[package]]
|
1400 |
name = "futures-sink"
|
1401 |
+
version = "0.3.31"
|
1402 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1403 |
+
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
1404 |
|
1405 |
[[package]]
|
1406 |
name = "futures-task"
|
1407 |
+
version = "0.3.31"
|
1408 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1409 |
+
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
1410 |
|
1411 |
[[package]]
|
1412 |
name = "futures-timer"
|
|
|
1416 |
|
1417 |
[[package]]
|
1418 |
name = "futures-util"
|
1419 |
+
version = "0.3.31"
|
1420 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1421 |
+
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
1422 |
dependencies = [
|
1423 |
"futures-channel",
|
1424 |
"futures-core",
|
|
|
1479 |
|
1480 |
[[package]]
|
1481 |
name = "governor"
|
1482 |
+
version = "0.7.0"
|
1483 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1484 |
+
checksum = "0746aa765db78b521451ef74221663b57ba595bf83f75d0ce23cc09447c8139f"
|
1485 |
dependencies = [
|
1486 |
"cfg-if 1.0.0",
|
1487 |
"dashmap",
|
1488 |
+
"futures-sink",
|
1489 |
"futures-timer",
|
1490 |
+
"futures-util",
|
1491 |
"no-std-compat",
|
1492 |
"nonzero_ext",
|
1493 |
"parking_lot 0.12.3",
|
Cargo.toml
CHANGED
@@ -62,7 +62,7 @@ futures = { version = "0.3.30", 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 }
|
65 |
-
actix-governor = { version = "0.
|
66 |
moka = { version = "0.12.8", optional = true, default-features = false, features = [
|
67 |
"future",
|
68 |
] }
|
|
|
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 }
|
65 |
+
actix-governor = { version = "0.7.0", default-features = false }
|
66 |
moka = { version = "0.12.8", optional = true, default-features = false, features = [
|
67 |
"future",
|
68 |
] }
|