From 8af178bfc3c7b6c8ff3ea812493416c101223cfd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 21:28:00 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to 1.0.59 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 408e29a..a3449b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "README.md", "Contributing.md [dependencies] urlencoding = { version = "2.1.3", optional = true } serde = { version = "1.0.198", features = ["derive"], optional = true } -thiserror = { version = "1.0.58", optional = true } +thiserror = { version = "1.0.59", optional = true } num = { version = "0.4", optional = true } num-derive = { version = "0.4", optional = true } num-traits = { version = "0.2", optional = true }