diff --git a/rust_wtx_bench/Cargo.lock b/rust_wtx_bench/Cargo.lock index 4d534fb7..9ad91b5a 100644 --- a/rust_wtx_bench/Cargo.lock +++ b/rust_wtx_bench/Cargo.lock @@ -1418,9 +1418,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.43.1" +version = "1.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c" +checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" dependencies = [ "backtrace", "bytes", diff --git a/rust_wtx_bench/Cargo.toml b/rust_wtx_bench/Cargo.toml index 9029e317..5929f5a7 100644 --- a/rust_wtx_bench/Cargo.toml +++ b/rust_wtx_bench/Cargo.toml @@ -4,7 +4,7 @@ path = "src/main.rs" [dependencies] quick-protobuf = { default-features = false, version = "0.8" } -tokio = { default-features = false, features = ["parking_lot", "rt-multi-thread"], version = "1.43" } +tokio = { default-features = false, features = ["parking_lot", "rt-multi-thread"], version = "1.45" } wtx = { default-features = false, features = ["grpc-server", "http", "nightly", "optimization", "quick-protobuf", "tokio"], version = "0.25" } [build-dependencies]