From ad8f6ad3b5dd47b301dba7ff3f42d9b8eb77deba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 08:17:12 +0000 Subject: [PATCH] Bump tokio from 1.43.0 to 1.44.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.44.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.44.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- frontendservice/Cargo.toml | 2 +- quotationservice/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8a0132..eecee7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1330,9 +1330,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.43.0" +version = "1.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a" dependencies = [ "backtrace", "bytes", diff --git a/frontendservice/Cargo.toml b/frontendservice/Cargo.toml index b0f8b8d..44a1acf 100644 --- a/frontendservice/Cargo.toml +++ b/frontendservice/Cargo.toml @@ -12,7 +12,7 @@ path = "src/main.rs" axum = "0.7.9" bytes = "1.10.0" prost = "0.13.4" -tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.44.0", features = ["macros", "rt-multi-thread"] } tonic = { version = "0.12.3", features = ["tls"] } tower-http = { version = "0.6.2", features = ["trace"] } tracing = "0.1.40" diff --git a/quotationservice/Cargo.toml b/quotationservice/Cargo.toml index a218ba9..9410eb0 100644 --- a/quotationservice/Cargo.toml +++ b/quotationservice/Cargo.toml @@ -13,7 +13,7 @@ path = "src/main.rs" [dependencies] bytes = "1.10.0" prost = "0.13.4" -tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.44.0", features = ["macros", "rt-multi-thread"] } tokio-postgres = "0.7.13" tonic = { version = "0.12.3", features = ["tls"] } tower = "0.5.2"