From c66defdeb650c6877de9c5e673080b03a394b1da Mon Sep 17 00:00:00 2001 From: tyranron Date: Mon, 16 Dec 2024 13:13:17 +0100 Subject: [PATCH] Upgrade `thiserror` crate from 1.0 to 2.0 version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a62b6296..72295762 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ parking_lot = "^0.12" protobuf = { version = "^2.0", optional = true } memchr = "^2.3" reqwest = { version = "^0.12", features = ["blocking"], optional = true } -thiserror = "^1.0" +thiserror = "^2.0" [target.'cfg(target_os = "linux")'.dependencies] procfs = { version = "^0.16", optional = true, default-features = false }