From 1f73bb1fb126a6e49b886644615726424b73338c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 00:58:18 +0000 Subject: [PATCH] Bump tokio from 1.39.2 to 1.40.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.2 to 1.40.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.2...tokio-1.40.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- rust/bin/acars_router/Cargo.toml | 2 +- rust/libraries/acars_connection_manager/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7c835bc..b6a870af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1030,9 +1030,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.39.2" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "bytes", diff --git a/rust/bin/acars_router/Cargo.toml b/rust/bin/acars_router/Cargo.toml index 6693fd24..57c5e63f 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.22" -tokio = { version = "1.39.2", features = ["full", "tracing"] } +tokio = { version = "1.40.0", features = ["full", "tracing"] } serde = { version = "1.0.208", features = ["derive"] } serde_json = "1.0.125" 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 48a0694b..ce133c6c 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.8" #sdre-stubborn-io = "0.4.4" log = "0.4.22" -tokio = { version = "1.39.2", features = ["full", "tracing"] } +tokio = { version = "1.40.0", features = ["full", "tracing"] } tokio-util = { version = "0.7.11", features = ["full"] } tokio-stream = "0.1.15" futures = "0.3.30"