From ae69cdd0735ab44d589d899128bb1a9fee452622 Mon Sep 17 00:00:00 2001 From: Kai Ren Date: Mon, 16 Dec 2024 13:13:17 +0100 Subject: [PATCH] Upgrade `thiserror` crate from 1.0 to 2.0 version Signed-off-by: Kai Ren --- 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 }