We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
thiserror
1 parent 45c43c9 commit 3bd0e82Copy full SHA for 3bd0e82
Cargo.toml
@@ -30,7 +30,7 @@ parking_lot = "^0.12"
30
protobuf = { version = "^2.0", optional = true }
31
memchr = "^2.3"
32
reqwest = { version = "^0.12", features = ["blocking"], optional = true }
33
-thiserror = "^1.0"
+thiserror = "^2.0"
34
35
[target.'cfg(target_os = "linux")'.dependencies]
36
procfs = { version = "^0.16", optional = true, default-features = false }
0 commit comments