diff --git a/Cargo.lock b/Cargo.lock index 29befbb..37ecb49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1104,9 +1104,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.0" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 2714541..715f282 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ slog = "2.7.0" slog-async = "2.6.0" slog-term = "2.6.0" socks = "0.3.3" -tokio = { version = "1.28.2", features = ["full"] } +tokio = { version = "1.44.2", features = ["full"] } tracing = { version = "0.1.41", features = ["log"] } thiserror = "1.0.22" systemd_socket = { version = "0.1.2", default-features = false, features = [