diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 613804a..0515893 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -550,9 +550,9 @@ dependencies = [ [[package]] name = "predicates" -version = "3.1.3" +version = "3.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573" +checksum = "ada8f2932f28a27ee7b70dd6c1c39ea0675c55a36879ab92f3a715eaa1e63cfe" dependencies = [ "anstyle", "difflib", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index f8d0629..db341a1 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -27,7 +27,7 @@ clap = { version = "4.5", features = ["derive"], optional = true } pretty_assertions = "1.4" test-case = "3.3" assert_cmd = "2.1" -predicates = "3.0" +predicates = "3.1" tempfile = "3.24" [features]