diff --git a/Cargo.toml b/Cargo.toml index fbc77abd..244f7af2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ serde_yaml = { version = "0.9", optional = true } toml = { version = "<0.8.10", optional = true } parking_lot = { version = "0.12.0", optional = true } rand = { version = "0.8", optional = true} -thiserror = "1.0.15" +thiserror = "2.0.3" anyhow = "1.0.28" derivative = "2.2" once_cell = "1.17.1"