From 8106d657325f1c60b2331fb42385a85e0e2213ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Fri, 22 Apr 2022 23:37:53 -0700 Subject: [PATCH] deps: bump thiserror --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eed5027..d1d0e88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ edition = "2021" [dependencies] miette = "4.6.0" nom = { version = "7.1.1", default-features = false } -thiserror = "1.0.22" +thiserror = "1.0.30"