From 6b0e25a63bfab8764f60c41f7a8c20319d0db0e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 02:28:23 +0000 Subject: [PATCH] deps(deps): bump the dev-tools group across 1 directory with 2 updates Bumps the dev-tools group with 2 updates in the / directory: [assert_cmd](https://github.com/assert-rs/assert_cmd) and [tempfile](https://github.com/Stebalien/tempfile). Updates `assert_cmd` from 2.0.17 to 2.1.1 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.17...v2.1.1) Updates `tempfile` from 3.20.0 to 3.23.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.20.0...v3.23.0) --- updated-dependencies: - dependency-name: assert_cmd dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-tools - dependency-name: tempfile dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-tools ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 ++++----------- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f614606..a5b8fcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,13 +40,12 @@ checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "assert_cmd" -version = "2.0.17" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bd389a4b2970a01282ee455294913c0a43724daedcd1a24c3eb0ec1c1320b66" +checksum = "bcbb6924530aa9e0432442af08bbcafdad182db80d2e560da42a6d442535bf85" dependencies = [ "anstyle", "bstr", - "doc-comment", "libc", "predicates", "predicates-core", @@ -292,12 +291,6 @@ dependencies = [ "crypto-common", ] -[[package]] -name = "doc-comment" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" - [[package]] name = "ed25519" version = "2.2.3" @@ -767,9 +760,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.20.0" +version = "3.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" +checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" dependencies = [ "fastrand", "getrandom 0.3.3", diff --git a/Cargo.toml b/Cargo.toml index 1aed82b..7e1f78b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,6 +25,6 @@ crossbeam = "0.8.4" crossbeam-channel = "0.5.13" [dev-dependencies] -assert_cmd = "2.0.10" +assert_cmd = "2.1.1" predicates = "3.0.3" -tempfile = "3.6.0" \ No newline at end of file +tempfile = "3.23.0" \ No newline at end of file