dependabot[bot] commited on
Commit
d75e7d0
·
unverified ·
1 Parent(s): 718e172

build(deps): bump actix-governor from 0.6.0 to 0.7.0 (#625)

Browse files
Files changed (2) hide show
  1. Cargo.lock +23 -21
  2. Cargo.toml +1 -1
Cargo.lock CHANGED
@@ -59,9 +59,9 @@ dependencies = [
59
 
60
  [[package]]
61
  name = "actix-governor"
62
- version = "0.6.0"
63
  source = "registry+https://github.com/rust-lang/crates.io-index"
64
- checksum = "0954b0f27aabd8f56bb03f2a77b412ddf3f8c034a3c27b2086c1fc75415760df"
65
  dependencies = [
66
  "actix-http",
67
  "actix-web",
@@ -1020,11 +1020,12 @@ dependencies = [
1020
 
1021
  [[package]]
1022
  name = "dashmap"
1023
- version = "5.5.3"
1024
  source = "registry+https://github.com/rust-lang/crates.io-index"
1025
- checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
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.30"
1347
  source = "registry+https://github.com/rust-lang/crates.io-index"
1348
- checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
1349
  dependencies = [
1350
  "futures-core",
1351
  "futures-sink",
@@ -1353,9 +1354,9 @@ dependencies = [
1353
 
1354
  [[package]]
1355
  name = "futures-core"
1356
- version = "0.3.30"
1357
  source = "registry+https://github.com/rust-lang/crates.io-index"
1358
- checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
1359
 
1360
  [[package]]
1361
  name = "futures-cpupool"
@@ -1380,15 +1381,15 @@ dependencies = [
1380
 
1381
  [[package]]
1382
  name = "futures-io"
1383
- version = "0.3.30"
1384
  source = "registry+https://github.com/rust-lang/crates.io-index"
1385
- checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
1386
 
1387
  [[package]]
1388
  name = "futures-macro"
1389
- version = "0.3.30"
1390
  source = "registry+https://github.com/rust-lang/crates.io-index"
1391
- checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
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.30"
1401
  source = "registry+https://github.com/rust-lang/crates.io-index"
1402
- checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
1403
 
1404
  [[package]]
1405
  name = "futures-task"
1406
- version = "0.3.30"
1407
  source = "registry+https://github.com/rust-lang/crates.io-index"
1408
- checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
1409
 
1410
  [[package]]
1411
  name = "futures-timer"
@@ -1415,9 +1416,9 @@ checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
1415
 
1416
  [[package]]
1417
  name = "futures-util"
1418
- version = "0.3.30"
1419
  source = "registry+https://github.com/rust-lang/crates.io-index"
1420
- checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
1421
  dependencies = [
1422
  "futures-channel",
1423
  "futures-core",
@@ -1478,14 +1479,15 @@ checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
1478
 
1479
  [[package]]
1480
  name = "governor"
1481
- version = "0.6.3"
1482
  source = "registry+https://github.com/rust-lang/crates.io-index"
1483
- checksum = "68a7f542ee6b35af73b06abc0dad1c1bae89964e4e253bc4b587b91c9637867b"
1484
  dependencies = [
1485
  "cfg-if 1.0.0",
1486
  "dashmap",
1487
- "futures 0.3.30",
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.6.0", default-features = false }
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
  ] }