diff --git a/Cargo.toml b/Cargo.toml index 7455b34..bb41ed5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ compact_serde = [] # The "compact_serde" feature enables the serialization of th [dependencies] serde = { version = "1.0", default-features = false, features = ["derive", "rc"] } -thiserror = "1.0.61" +thiserror = "2.0.0" sequential_gen = { version = "0.1.2", default-features = false } lazy_static = { version = "1.4.0" }