From e71abf4e468aa1391181b9232170e9d92c8ffc16 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Apr 2024 19:01:30 +0000 Subject: chore(deps): update rust crate thiserror to 1.0.59 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fd9543b..7737bc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ log = "0.4.21" nom = "7.1.3" nom_locate = "4.2.0" slotmap = "1.0.7" -thiserror = "1" +thiserror = "1.0.59" [profile.release] strip = true -- cgit