From e3d88fd73ccd4fc5c4ae9e51521476e47301b5e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 00:27:13 +0100 Subject: [PATCH] dep: bump trycmd from 0.15.7 to 0.15.8 in the deps group (#573) Bumps the deps group with 1 update: [trycmd](https://github.com/assert-rs/snapbox). Updates `trycmd` from 0.15.7 to 0.15.8 - [Commits](https://github.com/assert-rs/snapbox/compare/trycmd-v0.15.7...trycmd-v0.15.8) --- updated-dependencies: - dependency-name: trycmd dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- crates/rsonpath/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 623a344b..47df9d42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1285,9 +1285,9 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "snapbox" -version = "0.6.17" +version = "0.6.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "840b73eb3148bc3cbc10ebe00ec9bc6d96033e658d022c4adcbf3f35596fd64a" +checksum = "881f1849454828a68363dd288b7a0a071e55e2a4356d2c38b567db18a9be0d9f" dependencies = [ "anstream", "anstyle", @@ -1508,9 +1508,9 @@ dependencies = [ [[package]] name = "trycmd" -version = "0.15.7" +version = "0.15.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "288c25d9be00f5ac52a3b3ff7720248c223096534ec34e870188f1bc93f2465c" +checksum = "656073a28690a4b8dfd578d1df087826cf8fa53c8161dbd90130d092570a21e1" dependencies = [ "anstream", "automod", diff --git a/crates/rsonpath/Cargo.toml b/crates/rsonpath/Cargo.toml index 73da2cef..1813f252 100644 --- a/crates/rsonpath/Cargo.toml +++ b/crates/rsonpath/Cargo.toml @@ -39,7 +39,7 @@ vergen-git2 = "1.0.1" vergen-gitcl = "1.0.1" [dev-dependencies] -trycmd = "0.15.7" +trycmd = "0.15.8" [features] default = ["simd"]