From 464be53c29ddc81951ac31a225c51665a415b5bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 15:23:12 +0000 Subject: [PATCH] Bump tokio-test from 0.4.4 to 0.4.5 Bumps [tokio-test](https://github.com/tokio-rs/tokio) from 0.4.4 to 0.4.5. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-test-0.4.4...tokio-test-0.4.5) --- updated-dependencies: - dependency-name: tokio-test dependency-version: 0.4.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 28 ++-------------------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 27 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 232fe5f..fc71ed5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,28 +93,6 @@ dependencies = [ "windows-sys 0.59.0", ] -[[package]] -name = "async-stream" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" -dependencies = [ - "async-stream-impl", - "futures-core", - "pin-project-lite", -] - -[[package]] -name = "async-stream-impl" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "async-trait" version = "0.1.83" @@ -2317,12 +2295,10 @@ dependencies = [ [[package]] name = "tokio-test" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7" +checksum = "3f6d24790a10a7af737693a3e8f1d03faef7e6ca0cc99aae5066f533766de545" dependencies = [ - "async-stream", - "bytes", "futures-core", "tokio", "tokio-stream", diff --git a/Cargo.toml b/Cargo.toml index 70aa8f1..124ea21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite"] } thiserror = "2.0.17" tokio = { version = "1.47.1", features = ["full", "tracing"] } -tokio-test = "0.4.4" +tokio-test = "0.4.5" tracing = "0.1.43" tracing-subscriber = { version = "0.3.20", features = ["json", "env-filter"] }