summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Wernick <worthe-it@noreply.codeberg.org>2023-09-15 12:07:36 +0000
committerJustin Wernick <worthe-it@noreply.codeberg.org>2023-09-15 12:07:36 +0000
commita120aace74aa37edac2c9b40ca7561f033a8c178 (patch)
tree82f923d9f76b330c5994f9c336ef900bead4f2cc
parent220dfd14db513de6143d1c79c9defc0add4b8d00 (diff)
parent160ba6f3adb936cd0f6694d38e470c8a225ac2cf (diff)
Merge pull request 'Update Rust crate anyhow to 1.0.75' (#12) from renovate/anyhow-1.x into main
Reviewed-on: https://codeberg.org/worthe-it/shackle-shell/pulls/12
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b8fc05a..9f03cfa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -13,9 +13,9 @@ dependencies = [
[[package]]
name = "anyhow"
-version = "1.0.69"
+version = "1.0.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
+checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
[[package]]
name = "assert_cmd"
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"