From 0cfd635fd00755a0581432f30a3b2f72d126d17d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 11:30:49 -0600 Subject: [PATCH] Bump tokio from 1.39.1 to 1.39.2 (#390) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.1 to 1.39.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.1...tokio-1.39.2) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 5e02bffe..e0ecbcb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1029,9 +1029,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.39.1" +version = "1.39.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d040ac2b29ab03b09d4129c2f5bbd012a3ac2f79d38ff506a4bf8dd34b0eac8a" +checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" dependencies = [ "backtrace", "bytes", diff --git a/rust/bin/acars_router/Cargo.toml b/rust/bin/acars_router/Cargo.toml index 93e0e46c..32610eb6 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.1", features = ["full", "tracing"] } +tokio = { version = "1.39.2", features = ["full", "tracing"] } serde = { version = "1.0.204", features = ["derive"] } serde_json = "1.0.120" 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 73135b7b..48a0694b 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.1", features = ["full", "tracing"] } +tokio = { version = "1.39.2", features = ["full", "tracing"] } tokio-util = { version = "0.7.11", features = ["full"] } tokio-stream = "0.1.15" futures = "0.3.30"