From d2faa97999698012455afd8a65f80d84e755fc40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:47:29 +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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 143fcef..f006439 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3625,9 +3625,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/Cargo.toml b/Cargo.toml index 1d73070..1c4ab02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ opentelemetry_sdk = { version = "0.24.1", features = ["rt-tokio", "metrics", "tr opentelemetry-otlp = { version = "0.17.0", features = ["tonic", "metrics", "trace"] } opentelemetry-semantic-conventions = "0.16.0" tower-http = { version = "0.5.2", features = ["trace"] } -tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread", "rt", "signal"] } +tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread", "rt", "signal"] } lazy_static = "1.4.0" reqwest = { version = "0.12.4", default-features = false, features = ["blocking", "rustls-tls"] } axum = { version = "0.7.5", features = ["form", "http1", "json", "matched-path", "original-uri", "query", "tokio", "tower-log", "tracing", "http2", "macros", "multipart"] }