diff --git a/Cargo.lock b/Cargo.lock index 00217fa1..e96c11c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1143,9 +1143,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.35.0" +version = "1.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c" +checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" dependencies = [ "backtrace", "bytes", diff --git a/rust/bin/acars_router/Cargo.toml b/rust/bin/acars_router/Cargo.toml index cd563af9..8af07855 100644 --- a/rust/bin/acars_router/Cargo.toml +++ b/rust/bin/acars_router/Cargo.toml @@ -13,7 +13,7 @@ rust-version.workspace = true [dependencies] log = "0.4.20" -tokio = { version = "1.35.0", features = ["full", "tracing"] } +tokio = { version = "1.35.1", features = ["full", "tracing"] } chrono = "0.4.31" serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" diff --git a/rust/libraries/acars_connection_manager/Cargo.toml b/rust/libraries/acars_connection_manager/Cargo.toml index 5ff1db86..421d1558 100644 --- a/rust/libraries/acars_connection_manager/Cargo.toml +++ b/rust/libraries/acars_connection_manager/Cargo.toml @@ -8,7 +8,7 @@ edition.workspace = true [dependencies] sdre-stubborn-io = "0.4.4" log = "0.4.20" -tokio = { version = "1.35.0", features = ["full", "tracing"] } +tokio = { version = "1.35.1", features = ["full", "tracing"] } tokio-util = { version = "0.7.10", features = ["full"] } tokio-stream = "0.1.14" futures = "0.3.29"