From ecc97586aa28ec17db41a24de11fa4023c6b3655 Mon Sep 17 00:00:00 2001 From: Eric Marsden Date: Thu, 18 Jul 2024 08:40:20 +0200 Subject: [PATCH] Update thiserror dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6be184f..5cd2b6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ chrono = { version = "0.4.38", features = ["serde"] } num-traits = "0.2.19" iso8601 = "0.6.1" regex = "1.10.5" -thiserror = "1.0.62" +thiserror = "1.0.63" fs-err = "2.11.0" tracing = { version = "0.1.40", features = ["attributes"] } data-url = { version = "0.3.1", optional = true }