Skip to content

Commit

Permalink
fix(deps): update rust crate derive_more to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent 2c27d68 commit 70f603f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lang-pp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lang-util = "=0.5.3"
string_cache = "0.8"
thiserror = "1.0"
arrayvec = "0.7"
derive_more = "0.99"
derive_more = "1.0"

# Preprocessor
rowan = { version = "0.15", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion lang-util-dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ keywords = ["language", "parser", "ast"]
categories = ["parsing"]

[dependencies]
derive_more = "0.99"
derive_more = "1.0"
similar-asserts = "1.4"
2 changes: 1 addition & 1 deletion lang-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lang-util-derive = "=0.5.3"
line-span = "0.1"
smol_str = "0.1"
text-size = "1.1"
derive_more = "0.99"
derive_more = "1.0"

# lalrpop dependencies
lalrpop-util = { version = "0.20.0", default-features = false, optional = true }
Expand Down

0 comments on commit 70f603f

Please sign in to comment.