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

build(deps): bump futures from 0.3.30 to 0.3.31 (#626)

Browse files
Files changed (2) hide show
  1. Cargo.lock +7 -7
  2. 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.30",
69
  "governor",
70
  ]
71
 
@@ -1329,9 +1329,9 @@ checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
1329
 
1330
  [[package]]
1331
  name = "futures"
1332
- version = "0.3.30"
1333
  source = "registry+https://github.com/rust-lang/crates.io-index"
1334
- checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
1335
  dependencies = [
1336
  "futures-channel",
1337
  "futures-core",
@@ -1370,9 +1370,9 @@ dependencies = [
1370
 
1371
  [[package]]
1372
  name = "futures-executor"
1373
- version = "0.3.30"
1374
  source = "registry+https://github.com/rust-lang/crates.io-index"
1375
- checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
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.30",
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.30",
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.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 }
 
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 }