From 364f9da65eccedc51af9e05ab326496fb98d4ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Fri, 31 Mar 2023 17:34:04 -0700 Subject: [PATCH] feat(deps): bump miette and thiserror --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 78d8750..4f818f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ either = "1.6.1" futures = "0.3.17" hex = "0.4.3" memmap2 = "0.5.8" -miette = "5.5.0" +miette = "5.7.0" reflink = "0.1.3" serde = "1.0.130" serde_derive = "1.0.130" @@ -27,7 +27,7 @@ sha1 = "0.10.5" sha2 = "0.10.6" ssri = "8.0.0" tempfile = "3.4.0" -thiserror = "1.0.29" +thiserror = "1.0.40" tokio = { version = "1.12.0", features = [ "fs", "io-util",