diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-12-13 08:43:46 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-12-13 08:44:07 +0100 |
| commit | 3ee3880ee201912bd8126ff51bf11e24a26e2208 (patch) | |
| tree | 0e30d49b6633903f1ee100a62cdf4107eb7d5a64 | |
| parent | dc95f0e7756b8400b4c7562ef4941ce5ff21ce72 (diff) | |
| download | mullvadvpn-3ee3880ee201912bd8126ff51bf11e24a26e2208.tar.xz mullvadvpn-3ee3880ee201912bd8126ff51bf11e24a26e2208.zip | |
Bump `tokio` to version 1.42
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | test/Cargo.lock | 4 | ||||
| -rw-r--r-- | test/Cargo.toml | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock index 2643cbef46..3cae9294d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4652,9 +4652,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.3" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" +checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index c06ff4f62d..fb239fa091 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,7 +110,7 @@ unused_async = "deny" hickory-proto = "0.24.2" hickory-resolver = "0.24.2" hickory-server = { version = "0.24.2", features = ["resolver"] } -tokio = { version = "1.8" } +tokio = { version = "1.42" } parity-tokio-ipc = "0.9" futures = "0.3.15" # Tonic and related crates diff --git a/test/Cargo.lock b/test/Cargo.lock index 27c3177c1c..d094ad94e2 100644 --- a/test/Cargo.lock +++ b/test/Cargo.lock @@ -3790,9 +3790,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.41.1" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" +checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" dependencies = [ "backtrace", "bytes", diff --git a/test/Cargo.toml b/test/Cargo.toml index 6215916992..db6f48e06d 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -37,7 +37,7 @@ unused_async = "deny" [workspace.dependencies] futures = "0.3" -tokio = { version = "1.8", features = [ +tokio = { version = "1.42", features = [ "macros", "rt", "process", |
