diff --git a/Cargo.toml b/Cargo.toml index 896e940..fa6f934 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ rust-version = "1.70.0" exclude = ["images/", "tests/", "miette-derive/"] [dependencies] -thiserror = "1.0.56" +thiserror = "2.0.11" miette-derive = { path = "miette-derive", version = "=7.5.0", optional = true } unicode-width = "0.1.11" cfg-if = "1.0.0"