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"