diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index 3e378871..4e1dc7ac 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -23,7 +23,7 @@ either = { version = "1.12.0", default-features = false } annotate-snippets = "0.11.4" rustc-hash = "2.0.0" bimap = "0.6.3" -derive_more = { version = "=1.0.0-beta.6", default-features = false, features = ["debug"] } +derive_more = { version = "=1.0.0", default-features = false, features = ["debug"] } smallvec = "1.13.2" [dev-dependencies]