diff --git a/Cargo.lock b/Cargo.lock index 7b727e5..a6ff49d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1644,9 +1644,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.1" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "bytes", diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 93e0389..14cf975 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -15,7 +15,7 @@ path = "src/check.rs" rayhunter = { path = "../lib" } toml = "0.8.8" serde = { version = "1.0.193", features = ["derive"] } -tokio = { version = "1.35.1", features = ["full"] } +tokio = { version = "1.44.2", features = ["full"] } axum = "0.7.3" futures-core = "0.3.30" thiserror = "1.0.52" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index ecde8cf..a565e41 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -21,7 +21,7 @@ nix = { version = "0.29.0", features = ["feature"] } pcap-file-tokio = "0.1.0" thiserror = "1.0.50" telcom-parser = { path = "../telcom-parser" } -tokio = { version = "1.35.1", features = ["full"] } +tokio = { version = "1.44.2", features = ["full"] } futures-core = "0.3.30" futures = "0.3.30" serde = { version = "1.0.197", features = ["derive"] } diff --git a/serial/Cargo.toml b/serial/Cargo.toml index f69b4be..127bfea 100644 --- a/serial/Cargo.toml +++ b/serial/Cargo.toml @@ -8,4 +8,4 @@ edition = "2021" [dependencies] anyhow = "1.0.97" nusb = "0.1.13" -tokio = { version = "1.44.1", features = ["macros", "rt", "time"] } +tokio = { version = "1.44.2", features = ["macros", "rt", "time"] }