diff --git a/Cargo.lock b/Cargo.lock index 45f7a140..fe9a3a8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1076,9 +1076,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.35.1" +version = "1.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" +checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" dependencies = [ "backtrace", "bytes", diff --git a/rust/bin/acars_router/Cargo.toml b/rust/bin/acars_router/Cargo.toml index 5069303b..d30352c9 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.1", features = ["full", "tracing"] } +tokio = { version = "1.36.0", features = ["full", "tracing"] } serde = { version = "1.0.196", features = ["derive"] } serde_json = "1.0.113" acars_config = { path = "../../libraries/acars_config" } diff --git a/rust/libraries/acars_connection_manager/Cargo.toml b/rust/libraries/acars_connection_manager/Cargo.toml index df441b08..36590609 100644 --- a/rust/libraries/acars_connection_manager/Cargo.toml +++ b/rust/libraries/acars_connection_manager/Cargo.toml @@ -9,7 +9,7 @@ edition.workspace = true sdre-stubborn-io = "0.5.2" #sdre-stubborn-io = "0.4.4" log = "0.4.20" -tokio = { version = "1.35.1", features = ["full", "tracing"] } +tokio = { version = "1.36.0", features = ["full", "tracing"] } tokio-util = { version = "0.7.10", features = ["full"] } tokio-stream = "0.1.14" futures = "0.3.30"