dependabot[bot] commited on
Commit
2e0def7
1 Parent(s): 4dd455e

build(deps): bump actix-governor from 0.4.1 to 0.5.0 (#372)

Browse files
Files changed (2) hide show
  1. Cargo.lock +13 -19
  2. Cargo.toml +1 -1
Cargo.lock CHANGED
@@ -59,9 +59,9 @@ dependencies = [
59
 
60
  [[package]]
61
  name = "actix-governor"
62
- version = "0.4.1"
63
  source = "registry+https://github.com/rust-lang/crates.io-index"
64
- checksum = "46ff2d40f2bc627b8054c5e20fa6b0b0cf9428699b54bd41634e9ae3098ad555"
65
  dependencies = [
66
  "actix-http",
67
  "actix-web",
@@ -1413,7 +1413,7 @@ checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
1413
  dependencies = [
1414
  "cfg-if 1.0.0",
1415
  "libc",
1416
- "wasi 0.11.0+wasi-snapshot-preview1",
1417
  ]
1418
 
1419
  [[package]]
@@ -1430,9 +1430,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
1430
 
1431
  [[package]]
1432
  name = "governor"
1433
- version = "0.5.1"
1434
  source = "registry+https://github.com/rust-lang/crates.io-index"
1435
- checksum = "c390a940a5d157878dd057c78680a33ce3415bcd05b4799509ea44210914b4d5"
1436
  dependencies = [
1437
  "cfg-if 1.0.0",
1438
  "dashmap",
@@ -1965,10 +1965,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1965
  checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
1966
 
1967
  [[package]]
1968
- name = "mach"
1969
- version = "0.3.2"
1970
  source = "registry+https://github.com/rust-lang/crates.io-index"
1971
- checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
1972
  dependencies = [
1973
  "libc",
1974
  ]
@@ -2142,7 +2142,7 @@ checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0"
2142
  dependencies = [
2143
  "libc",
2144
  "log",
2145
- "wasi 0.11.0+wasi-snapshot-preview1",
2146
  "windows-sys",
2147
  ]
2148
 
@@ -2751,16 +2751,16 @@ dependencies = [
2751
 
2752
  [[package]]
2753
  name = "quanta"
2754
- version = "0.9.3"
2755
  source = "registry+https://github.com/rust-lang/crates.io-index"
2756
- checksum = "20afe714292d5e879d8b12740aa223c6a88f118af41870e8b6196e39a02238a8"
2757
  dependencies = [
2758
  "crossbeam-utils 0.8.16",
2759
  "libc",
2760
- "mach",
2761
  "once_cell",
2762
  "raw-cpuid",
2763
- "wasi 0.10.2+wasi-snapshot-preview1",
2764
  "web-sys",
2765
  "winapi 0.3.9",
2766
  ]
@@ -4274,12 +4274,6 @@ dependencies = [
4274
  "try-lock",
4275
  ]
4276
 
4277
- [[package]]
4278
- name = "wasi"
4279
- version = "0.10.2+wasi-snapshot-preview1"
4280
- source = "registry+https://github.com/rust-lang/crates.io-index"
4281
- checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
4282
-
4283
  [[package]]
4284
  name = "wasi"
4285
  version = "0.11.0+wasi-snapshot-preview1"
 
59
 
60
  [[package]]
61
  name = "actix-governor"
62
+ version = "0.5.0"
63
  source = "registry+https://github.com/rust-lang/crates.io-index"
64
+ checksum = "a2e7b88f3804e01bd4191fdb08650430bbfcb43d3d9b2890064df3551ec7d25b"
65
  dependencies = [
66
  "actix-http",
67
  "actix-web",
 
1413
  dependencies = [
1414
  "cfg-if 1.0.0",
1415
  "libc",
1416
+ "wasi",
1417
  ]
1418
 
1419
  [[package]]
 
1430
 
1431
  [[package]]
1432
  name = "governor"
1433
+ version = "0.6.0"
1434
  source = "registry+https://github.com/rust-lang/crates.io-index"
1435
+ checksum = "821239e5672ff23e2a7060901fa622950bbd80b649cdaadd78d1c1767ed14eb4"
1436
  dependencies = [
1437
  "cfg-if 1.0.0",
1438
  "dashmap",
 
1965
  checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
1966
 
1967
  [[package]]
1968
+ name = "mach2"
1969
+ version = "0.4.1"
1970
  source = "registry+https://github.com/rust-lang/crates.io-index"
1971
+ checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8"
1972
  dependencies = [
1973
  "libc",
1974
  ]
 
2142
  dependencies = [
2143
  "libc",
2144
  "log",
2145
+ "wasi",
2146
  "windows-sys",
2147
  ]
2148
 
 
2751
 
2752
  [[package]]
2753
  name = "quanta"
2754
+ version = "0.11.1"
2755
  source = "registry+https://github.com/rust-lang/crates.io-index"
2756
+ checksum = "a17e662a7a8291a865152364c20c7abc5e60486ab2001e8ec10b24862de0b9ab"
2757
  dependencies = [
2758
  "crossbeam-utils 0.8.16",
2759
  "libc",
2760
+ "mach2",
2761
  "once_cell",
2762
  "raw-cpuid",
2763
+ "wasi",
2764
  "web-sys",
2765
  "winapi 0.3.9",
2766
  ]
 
4274
  "try-lock",
4275
  ]
4276
 
 
 
 
 
 
 
4277
  [[package]]
4278
  name = "wasi"
4279
  version = "0.11.0+wasi-snapshot-preview1"
Cargo.toml CHANGED
@@ -37,7 +37,7 @@ futures = {version="0.3.28"}
37
  dhat = {version="0.3.2", optional = true}
38
  mimalloc = { version = "0.1.38", default-features = false }
39
  async-once-cell = {version="0.5.3"}
40
- actix-governor = {version="0.4.1"}
41
  mini-moka = { version="0.10", optional = true}
42
 
43
  [dev-dependencies]
 
37
  dhat = {version="0.3.2", optional = true}
38
  mimalloc = { version = "0.1.38", default-features = false }
39
  async-once-cell = {version="0.5.3"}
40
+ actix-governor = {version="0.5.0"}
41
  mini-moka = { version="0.10", optional = true}
42
 
43
  [dev-dependencies]