Merge pull request #50 from alexwlchan/dependabot/cargo/assert_cmd-2.0.15
- ID
7e88557- date
2024-07-26 22:01:01+00:00- author
Alex Chan <alex@alexwlchan.net>- parents
93817dc,df0d92b- message
Merge pull request #50 from alexwlchan/dependabot/cargo/assert_cmd-2.0.15 Bump assert_cmd from 2.0.14 to 2.0.15- changed files
2 files, 3 additions, 3 deletions
Changed files
Cargo.lock (17850) → Cargo.lock (17850)
diff --git a/Cargo.lock b/Cargo.lock
index 72ad7fd..62e021d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -77,9 +77,9 @@ dependencies = [
[[package]]
name = "assert_cmd"
-version = "2.0.14"
+version = "2.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ed72493ac66d5804837f480ab3766c72bdfab91a65e565fc54fa9e42db0073a8"
+checksum = "bc65048dd435533bb1baf2ed9956b9a278fbfdcf90301b39ee117f06c0199d37"
dependencies = [
"anstyle",
"bstr",
Cargo.toml (479) → Cargo.toml (479)
diff --git a/Cargo.toml b/Cargo.toml
index 60c551f..029e537 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "1.2.0"
edition = "2018"
[dependencies]
-assert_cmd = "2.0.14"
+assert_cmd = "2.0.15"
clap = { version = "4.5.11", features = ["derive"] }
regex = "1.10.5"