From 83e73c4d0fee44ee6967209538ea813aed3b425f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 20:09:29 +0000 Subject: [PATCH] build(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [assert_cmd](https://github.com/assert-rs/assert_cmd) and [tokio](https://github.com/tokio-rs/tokio). Updates `assert_cmd` from 2.2.0 to 2.2.1 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.2.0...v2.2.1) Updates `tokio` from 1.52.0 to 1.52.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.52.0...tokio-1.52.1) --- updated-dependencies: - dependency-name: assert_cmd dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tokio dependency-version: 1.52.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae8881b6..578e8b6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,9 +169,9 @@ dependencies = [ [[package]] name = "assert_cmd" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a686bbee5efb88a82df0621b236e74d925f470e5445d3220a5648b892ec99c9" +checksum = "39bae1d3fa576f7c6519514180a72559268dd7d1fe104070956cb687bc6673bd" dependencies = [ "anstyle", "bstr", @@ -4518,9 +4518,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.52.0" +version = "1.52.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a91135f59b1cbf38c91e73cf3386fca9bb77915c45ce2771460c9d92f0f3d776" +checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index b3091c1a..e4f8af13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ mq-test = {path = "crates/mq-test", version = "0.5.25"} # External dependencies arbitrary = {version = "1.4.2", features = ["derive"]} arboard = {version = "3.6.1", default-features = false} -assert_cmd = "2.2.0" +assert_cmd = "2.2.1" async-trait = "0.1.83" axum = "0.8.8" base64 = "0.22.1" @@ -96,7 +96,7 @@ strum = "0.28.0" tabled = {version="0.20.0", default-features = false, features = ["std", "ansi"]} tempfile = "3.27" thiserror = "2.0.18" -tokio = "1.51.0" +tokio = "1.52.1" tokio-macros = "2.6.1" toml = "1.1" tower = "0.5.3"