From f7e038e6e962c69364eedc416522cafdc3975255 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:39:48 +0000 Subject: [PATCH] chore(deps): 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 | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04f1f6a..9c78a44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6309,9 +6309,9 @@ checksum = "f762ca8308eda1e38512dc88a99f021e5214699ba133de157f588c8bfd0745c7" [[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", @@ -6325,9 +6325,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 56563e8..4e3857c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,7 +148,7 @@ slint = { version = "1.9.1" } slint-build = { version = "1.9.1" } tempfile = { version = "3.15.0", default-features = false } tlsh-fixed = { version = "0.1.1", default-features = false } -tokio = { version = "1.42.0", default-features = false } +tokio = { version = "1.43.0", default-features = false } tokio-postgres-rustls = { version = "0.13.0", default-features = false } toml = { version = "0.8.19", default-features = false } tower = { version = "0.5.2", default-features = false }