summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-09-15 14:02:03 +0200
committerJustin Wernick <worthe-it@noreply.codeberg.org>2023-09-15 12:15:28 +0000
commit37808d568725b325830585eddbead3d5cd609931 (patch)
tree2eac2f53ef8922eb6ef73fdd70ec853f432a184d /Cargo.toml
parent8918bd3e2031302b186ac8af1a7c72b81669c030 (diff)
Update Rust crate thiserror to 1.0.48
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"