From 970d7b3d60f9cce2324f04c9993ab5ed16c4b052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:42:20 +0000 Subject: [PATCH] Bump tokio from 1.42.0 to 1.43.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.43.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.42.0...tokio-1.43.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/shared/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5bc5976..0d5011b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1706,9 +1706,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.42.0" +version = "1.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" +checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" dependencies = [ "backtrace", "bytes", diff --git a/crates/shared/Cargo.toml b/crates/shared/Cargo.toml index 22169b0..ab974e9 100644 --- a/crates/shared/Cargo.toml +++ b/crates/shared/Cargo.toml @@ -14,7 +14,7 @@ serde_json = "1.0.134" directories = "5.0.1" backtrace = "0.3.74" toml = "0.8.19" -tokio = { version = "1.42.0", features = ["net", "rt"] } +tokio = { version = "1.43.0", features = ["net", "rt"] } [lints] workspace = true