summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <worthe-it@noreply.codeberg.org>2023-09-15 12:24:16 +0000
committerJustin Wernick <worthe-it@noreply.codeberg.org>2023-09-15 12:24:16 +0000
commit93a6a2cc842c7ba39fa0b50d78d6e11250ee2a4c (patch)
tree44447aba106f3dfd417044f6af20d03e44c5492f /Cargo.toml
parent0449c685329199eb31b4c88a4fbc85b025e209a3 (diff)
parent9c6f36c0e5a6a3160e64b9cf7ce98db9a16ba0ec (diff)
Merge pull request 'Update Rust crate assert_cmd to 2.0.12' (#13) from renovate/assert_cmd-2.x into main
Reviewed-on: https://codeberg.org/worthe-it/shackle-shell/pulls/13
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6744eb3..b320f08 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ thiserror = "1.0.48"
[dev-dependencies]
anyhow = "1.0.75"
-assert_cmd = "2.0.8"
+assert_cmd = "2.0.12"
predicates = "2.1.5" # match the version in assert_cmd
get-port = "4.0.0"
once_cell = "1.17.1"