summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <worthe-it@noreply.codeberg.org>2023-09-15 12:16:24 +0000
committerJustin Wernick <worthe-it@noreply.codeberg.org>2023-09-15 12:16:24 +0000
commitc4f254dc3b47984c91b05a01e0d62452603c9cc2 (patch)
tree2eac2f53ef8922eb6ef73fdd70ec853f432a184d /Cargo.toml
parent8918bd3e2031302b186ac8af1a7c72b81669c030 (diff)
parent37808d568725b325830585eddbead3d5cd609931 (diff)
Merge pull request 'Update Rust crate thiserror to 1.0.48' (#14) from renovate/thiserror-1.x into main
Reviewed-on: https://codeberg.org/worthe-it/shackle-shell/pulls/14
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 34de4f5..4760ba0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ humansize = "2.1.3"
nix = { version = "0.26.2", default-features = false, features = ["user"] }
rustyline = { version = "11.0.0", default-features = false }
shlex = "1.1.0"
-thiserror = "1.0.38"
+thiserror = "1.0.48"
[dev-dependencies]
anyhow = "1.0.75"