Skip to content

Commit 3bd0e82

Browse files
authored
Upgrade thiserror crate from 1.0 to 2.0 version (#534)
Signed-off-by: Kai Ren <[email protected]>
1 parent 45c43c9 commit 3bd0e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ parking_lot = "^0.12"
3030
protobuf = { version = "^2.0", optional = true }
3131
memchr = "^2.3"
3232
reqwest = { version = "^0.12", features = ["blocking"], optional = true }
33-
thiserror = "^1.0"
33+
thiserror = "^2.0"
3434

3535
[target.'cfg(target_os = "linux")'.dependencies]
3636
procfs = { version = "^0.16", optional = true, default-features = false }

0 commit comments

Comments
 (0)