Skip to content

Commit

Permalink
Upgrade thiserror crate from 1.0 to 2.0 version
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Ren <[email protected]>
  • Loading branch information
tyranron committed Dec 16, 2024
1 parent 45c43c9 commit ae69cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit ae69cdd

Please sign in to comment.