From 3968bc28810fa346d007fad7b0fd19fc885c063b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 02:14:51 +0000 Subject: [PATCH] Bump tokio from 1.43.0 to 1.43.1 in /examples/axum_example Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/axum_example/Cargo.lock | 4 ++-- examples/axum_example/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/axum_example/Cargo.lock b/examples/axum_example/Cargo.lock index c7e88f8..527b114 100644 --- a/examples/axum_example/Cargo.lock +++ b/examples/axum_example/Cargo.lock @@ -531,9 +531,9 @@ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" [[package]] name = "tokio" -version = "1.43.0" +version = "1.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c" dependencies = [ "backtrace", "bytes", diff --git a/examples/axum_example/Cargo.toml b/examples/axum_example/Cargo.toml index e12d504..244168c 100644 --- a/examples/axum_example/Cargo.toml +++ b/examples/axum_example/Cargo.toml @@ -7,5 +7,5 @@ publish = false [dependencies] anyhow = "1.0" axum = "0.8" -tokio = { version = "1.0", features = ["full"] } +tokio = { version = "1.43", features = ["full"] } # errbit_rs = { path = "../../src" } \ No newline at end of file