summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-09-15 14:01:56 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-09-15 14:01:56 +0200
commit160ba6f3adb936cd0f6694d38e470c8a225ac2cf (patch)
tree82f923d9f76b330c5994f9c336ef900bead4f2cc /Cargo.toml
parent220dfd14db513de6143d1c79c9defc0add4b8d00 (diff)
Update Rust crate anyhow to 1.0.75
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 24e409b..34de4f5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ shlex = "1.1.0"
thiserror = "1.0.38"
[dev-dependencies]
-anyhow = "1.0.69"
+anyhow = "1.0.75"
assert_cmd = "2.0.8"
predicates = "2.1.5" # match the version in assert_cmd
get-port = "4.0.0"