dependabot[bot] commited on
Commit
94a364d
·
unverified ·
1 Parent(s): 05a8ee5

build(deps): bump tokio from 1.41.0 to 1.43.0 (#649)

Browse files
Files changed (2) hide show
  1. Cargo.lock +25 -25
  2. Cargo.toml +1 -1
Cargo.lock CHANGED
@@ -14,7 +14,7 @@ dependencies = [
14
  "futures-sink",
15
  "memchr",
16
  "pin-project-lite",
17
- "tokio 1.41.0",
18
  "tokio-util",
19
  "tracing",
20
  ]
@@ -100,7 +100,7 @@ dependencies = [
100
  "rand 0.8.5",
101
  "sha1",
102
  "smallvec 1.13.2",
103
- "tokio 1.41.0",
104
  "tokio-util",
105
  "tracing",
106
  ]
@@ -136,7 +136,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
136
  checksum = "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208"
137
  dependencies = [
138
  "futures-core",
139
- "tokio 1.41.0",
140
  "tokio-uring",
141
  ]
142
 
@@ -153,7 +153,7 @@ dependencies = [
153
  "futures-util",
154
  "mio 1.0.2",
155
  "socket2 0.5.7",
156
- "tokio 1.41.0",
157
  "tokio-uring",
158
  "tracing",
159
  ]
@@ -356,7 +356,7 @@ dependencies = [
356
  "futures-core",
357
  "memchr",
358
  "pin-project-lite",
359
- "tokio 1.41.0",
360
  ]
361
 
362
  [[package]]
@@ -713,7 +713,7 @@ dependencies = [
713
  "futures-core",
714
  "memchr",
715
  "pin-project-lite",
716
- "tokio 1.41.0",
717
  "tokio-util",
718
  ]
719
 
@@ -1530,7 +1530,7 @@ dependencies = [
1530
  "http 1.1.0",
1531
  "indexmap 2.5.0",
1532
  "slab",
1533
- "tokio 1.41.0",
1534
  "tokio-util",
1535
  "tracing",
1536
  ]
@@ -1748,7 +1748,7 @@ dependencies = [
1748
  "itoa 1.0.11",
1749
  "pin-project-lite",
1750
  "smallvec 1.13.2",
1751
- "tokio 1.41.0",
1752
  "want 0.3.1",
1753
  ]
1754
 
@@ -1764,7 +1764,7 @@ dependencies = [
1764
  "hyper-util",
1765
  "rustls",
1766
  "rustls-pki-types",
1767
- "tokio 1.41.0",
1768
  "tokio-rustls",
1769
  "tower-service",
1770
  "webpki-roots",
@@ -1797,7 +1797,7 @@ dependencies = [
1797
  "hyper 1.4.1",
1798
  "pin-project-lite",
1799
  "socket2 0.5.7",
1800
- "tokio 1.41.0",
1801
  "tower-service",
1802
  "tracing",
1803
  ]
@@ -1979,9 +1979,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1979
 
1980
  [[package]]
1981
  name = "libc"
1982
- version = "0.2.167"
1983
  source = "registry+https://github.com/rust-lang/crates.io-index"
1984
- checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc"
1985
 
1986
  [[package]]
1987
  name = "libflate"
@@ -2907,7 +2907,7 @@ dependencies = [
2907
  "rustls",
2908
  "socket2 0.5.7",
2909
  "thiserror",
2910
- "tokio 1.41.0",
2911
  "tracing",
2912
  ]
2913
 
@@ -3150,7 +3150,7 @@ dependencies = [
3150
  "percent-encoding 2.3.1",
3151
  "pin-project-lite",
3152
  "ryu",
3153
- "tokio 1.41.0",
3154
  "tokio-retry2",
3155
  "tokio-util",
3156
  "url 2.5.2",
@@ -3273,7 +3273,7 @@ dependencies = [
3273
  "serde_json",
3274
  "serde_urlencoded 0.7.1",
3275
  "sync_wrapper",
3276
- "tokio 1.41.0",
3277
  "tokio-rustls",
3278
  "tokio-socks",
3279
  "tokio-util",
@@ -3996,9 +3996,9 @@ dependencies = [
3996
 
3997
  [[package]]
3998
  name = "tokio"
3999
- version = "1.41.0"
4000
  source = "registry+https://github.com/rust-lang/crates.io-index"
4001
- checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
4002
  dependencies = [
4003
  "backtrace",
4004
  "bytes 1.7.2",
@@ -4056,9 +4056,9 @@ dependencies = [
4056
 
4057
  [[package]]
4058
  name = "tokio-macros"
4059
- version = "2.4.0"
4060
  source = "registry+https://github.com/rust-lang/crates.io-index"
4061
- checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
4062
  dependencies = [
4063
  "proc-macro2 1.0.92",
4064
  "quote 1.0.37",
@@ -4092,7 +4092,7 @@ checksum = "903934dba1c4c2f2e9cb460ef10b5695e0b0ecad3bf9ee7c8675e540c5e8b2d1"
4092
  dependencies = [
4093
  "pin-project",
4094
  "rand 0.8.5",
4095
- "tokio 1.41.0",
4096
  ]
4097
 
4098
  [[package]]
@@ -4103,7 +4103,7 @@ checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
4103
  dependencies = [
4104
  "rustls",
4105
  "rustls-pki-types",
4106
- "tokio 1.41.0",
4107
  ]
4108
 
4109
  [[package]]
@@ -4115,7 +4115,7 @@ dependencies = [
4115
  "either",
4116
  "futures-util",
4117
  "thiserror",
4118
- "tokio 1.41.0",
4119
  ]
4120
 
4121
  [[package]]
@@ -4182,7 +4182,7 @@ dependencies = [
4182
  "libc",
4183
  "slab",
4184
  "socket2 0.4.10",
4185
- "tokio 1.41.0",
4186
  ]
4187
 
4188
  [[package]]
@@ -4195,7 +4195,7 @@ dependencies = [
4195
  "futures-core",
4196
  "futures-sink",
4197
  "pin-project-lite",
4198
- "tokio 1.41.0",
4199
  ]
4200
 
4201
  [[package]]
@@ -4564,7 +4564,7 @@ dependencies = [
4564
  "stop-words",
4565
  "tempfile",
4566
  "thesaurus",
4567
- "tokio 1.41.0",
4568
  ]
4569
 
4570
  [[package]]
 
14
  "futures-sink",
15
  "memchr",
16
  "pin-project-lite",
17
+ "tokio 1.43.0",
18
  "tokio-util",
19
  "tracing",
20
  ]
 
100
  "rand 0.8.5",
101
  "sha1",
102
  "smallvec 1.13.2",
103
+ "tokio 1.43.0",
104
  "tokio-util",
105
  "tracing",
106
  ]
 
136
  checksum = "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208"
137
  dependencies = [
138
  "futures-core",
139
+ "tokio 1.43.0",
140
  "tokio-uring",
141
  ]
142
 
 
153
  "futures-util",
154
  "mio 1.0.2",
155
  "socket2 0.5.7",
156
+ "tokio 1.43.0",
157
  "tokio-uring",
158
  "tracing",
159
  ]
 
356
  "futures-core",
357
  "memchr",
358
  "pin-project-lite",
359
+ "tokio 1.43.0",
360
  ]
361
 
362
  [[package]]
 
713
  "futures-core",
714
  "memchr",
715
  "pin-project-lite",
716
+ "tokio 1.43.0",
717
  "tokio-util",
718
  ]
719
 
 
1530
  "http 1.1.0",
1531
  "indexmap 2.5.0",
1532
  "slab",
1533
+ "tokio 1.43.0",
1534
  "tokio-util",
1535
  "tracing",
1536
  ]
 
1748
  "itoa 1.0.11",
1749
  "pin-project-lite",
1750
  "smallvec 1.13.2",
1751
+ "tokio 1.43.0",
1752
  "want 0.3.1",
1753
  ]
1754
 
 
1764
  "hyper-util",
1765
  "rustls",
1766
  "rustls-pki-types",
1767
+ "tokio 1.43.0",
1768
  "tokio-rustls",
1769
  "tower-service",
1770
  "webpki-roots",
 
1797
  "hyper 1.4.1",
1798
  "pin-project-lite",
1799
  "socket2 0.5.7",
1800
+ "tokio 1.43.0",
1801
  "tower-service",
1802
  "tracing",
1803
  ]
 
1979
 
1980
  [[package]]
1981
  name = "libc"
1982
+ version = "0.2.169"
1983
  source = "registry+https://github.com/rust-lang/crates.io-index"
1984
+ checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
1985
 
1986
  [[package]]
1987
  name = "libflate"
 
2907
  "rustls",
2908
  "socket2 0.5.7",
2909
  "thiserror",
2910
+ "tokio 1.43.0",
2911
  "tracing",
2912
  ]
2913
 
 
3150
  "percent-encoding 2.3.1",
3151
  "pin-project-lite",
3152
  "ryu",
3153
+ "tokio 1.43.0",
3154
  "tokio-retry2",
3155
  "tokio-util",
3156
  "url 2.5.2",
 
3273
  "serde_json",
3274
  "serde_urlencoded 0.7.1",
3275
  "sync_wrapper",
3276
+ "tokio 1.43.0",
3277
  "tokio-rustls",
3278
  "tokio-socks",
3279
  "tokio-util",
 
3996
 
3997
  [[package]]
3998
  name = "tokio"
3999
+ version = "1.43.0"
4000
  source = "registry+https://github.com/rust-lang/crates.io-index"
4001
+ checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
4002
  dependencies = [
4003
  "backtrace",
4004
  "bytes 1.7.2",
 
4056
 
4057
  [[package]]
4058
  name = "tokio-macros"
4059
+ version = "2.5.0"
4060
  source = "registry+https://github.com/rust-lang/crates.io-index"
4061
+ checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
4062
  dependencies = [
4063
  "proc-macro2 1.0.92",
4064
  "quote 1.0.37",
 
4092
  dependencies = [
4093
  "pin-project",
4094
  "rand 0.8.5",
4095
+ "tokio 1.43.0",
4096
  ]
4097
 
4098
  [[package]]
 
4103
  dependencies = [
4104
  "rustls",
4105
  "rustls-pki-types",
4106
+ "tokio 1.43.0",
4107
  ]
4108
 
4109
  [[package]]
 
4115
  "either",
4116
  "futures-util",
4117
  "thiserror",
4118
+ "tokio 1.43.0",
4119
  ]
4120
 
4121
  [[package]]
 
4182
  "libc",
4183
  "slab",
4184
  "socket2 0.4.10",
4185
+ "tokio 1.43.0",
4186
  ]
4187
 
4188
  [[package]]
 
4195
  "futures-core",
4196
  "futures-sink",
4197
  "pin-project-lite",
4198
+ "tokio 1.43.0",
4199
  ]
4200
 
4201
  [[package]]
 
4564
  "stop-words",
4565
  "tempfile",
4566
  "thesaurus",
4567
+ "tokio 1.43.0",
4568
  ]
4569
 
4570
  [[package]]
Cargo.toml CHANGED
@@ -20,7 +20,7 @@ reqwest = { version = "0.12.5", default-features = false, features = [
20
  "http2",
21
  "socks",
22
  ] }
23
- tokio = { version = "1.41.0", features = [
24
  "rt-multi-thread",
25
  "macros",
26
  "fs",
 
20
  "http2",
21
  "socks",
22
  ] }
23
+ tokio = { version = "1.43.0", features = [
24
  "rt-multi-thread",
25
  "macros",
26
  "fs",