From bf5f9761597c3b3a0e3b3c8a578a01e6325b27ac Mon Sep 17 00:00:00 2001 From: Marco Grassi Date: Tue, 5 Nov 2024 10:33:16 +0800 Subject: [PATCH] bump thiserror and url --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 47f68c1..294ab2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,8 +45,8 @@ indicatif = {version = "0.17.8", optional = true} log = "0.4.22" num-traits = "0.2.19" serde = { version = "1.0.214", features = ["derive"] } -thiserror = "1.0.66" -url = "2.5.2" +thiserror = "1.0.68" +url = "2.5.3" zip = {version = "1", default-features = false, features = ["bzip2", "deflate", "zstd"]} [dev-dependencies]