From 3153a4388095735d0dc850bb14f7fed94b826cf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 22:03:50 +0000 Subject: [PATCH] dep: bump trycmd from 0.15.11 to 1.0.0 Bumps [trycmd](https://github.com/assert-rs/snapbox) from 0.15.11 to 1.0.0. - [Commits](https://github.com/assert-rs/snapbox/compare/trycmd-v0.15.11...trycmd-v1.0.0) --- updated-dependencies: - dependency-name: trycmd dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ crates/rsonpath/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eaca5fc6..505b6206 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1450,9 +1450,9 @@ dependencies = [ [[package]] name = "snapbox" -version = "0.6.24" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c1abc378119f77310836665f8523018532cf7e3faeb3b10b01da5a7321bf8e1" +checksum = "71d70a71b68054cbe88708f77abfc4bd2daf75028f8f55f4f1cff63565df89ea" dependencies = [ "anstream", "anstyle", @@ -1472,9 +1472,9 @@ dependencies = [ [[package]] name = "snapbox-macros" -version = "0.4.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b750c344002d7cc69afb9da00ebd9b5c0f8ac2eb7d115d9d45d5b5f47718d74" +checksum = "d248cef42e1456ab2f7149c0376985351b7d849ea9ad2a957bf15ddfebf1fdf9" dependencies = [ "anstream", ] @@ -1694,9 +1694,9 @@ checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607" [[package]] name = "trycmd" -version = "0.15.11" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a81ea3136ddc88e19c2cc2eb3176b72abee4e831367cd8949f2a88ac5497e64e" +checksum = "d1e34125a48d61da3907f391dffc3aa91cad42e8e2dc94a2dc03ec76fe707ced" dependencies = [ "anstream", "automod", diff --git a/crates/rsonpath/Cargo.toml b/crates/rsonpath/Cargo.toml index dbb5679a..a092940b 100644 --- a/crates/rsonpath/Cargo.toml +++ b/crates/rsonpath/Cargo.toml @@ -38,7 +38,7 @@ vergen = { version = "9.1.0", features = ["cargo", "rustc"] } vergen-git2 = "9.1.0" [dev-dependencies] -trycmd = "0.15.11" +trycmd = "1.0.0" [features] default = ["simd"]