From 37808d568725b325830585eddbead3d5cd609931 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Fri, 15 Sep 2023 14:02:03 +0200 Subject: Update Rust crate thiserror to 1.0.48 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3