From 0ed9d50254deab4e621da26a6b9a3f41ba74f50c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 05:47:50 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.41.1 to 1.42.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.42.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.41.1...tokio-1.42.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.42.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88e8795..1bae500 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1176,7 +1176,7 @@ dependencies = [ [[package]] name = "eldflow" -version = "0.1.0" +version = "0.0.1" dependencies = [ "anyhow", "argon2", @@ -3615,9 +3615,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.41.1" +version = "1.42.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" +checksum = "2209a14885b74764cce87ffa777ffa1b8ce81a3f3166c6f886b83337fe7e077f" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 56aefcc..d7dcc8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ bson = { version = "2.13.0", features = ["chrono-0_4"] } futures-util = { version = "0.3.31" } jsonwebtoken = { version = "9.3.0", optional = true } argon2 = { version = "0.5.3", optional = true } -tokio = { version = "1.41.1", optional = true } +tokio = { version = "1.42.1", optional = true } uuid = { version = "1.11.0", optional = true } rand = { version = "0.8.5", optional = true } axum-extra = { version = "0.9.4", features = ["cookie"], optional = true }