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 7, 2024
1 parent 316f579 commit 49730dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion yarte_hir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ proc-macro2 = { workspace = true, features = ["span-locations"] }
quote = "1.0"
syn = { version = "1.0", features = ["full", "visit", "visit-mut", "extra-traits"] }

derive_more = "0.99"
derive_more = "1.0"

serde = { version = "~1.0.178", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion yarte_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ syn = { version = "1.0", features = ["full", "extra-traits"] }
proc-macro2 = { workspace = true, features = ["span-locations"] }

annotate-snippets = "0.11"
derive_more = "0.99"
derive_more = "1.0"
unicode-xid = "0.2"
serde = { version = "1.0", features = ["derive"] }

Expand Down
2 changes: 1 addition & 1 deletion yarte_strnom/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ syn = { version = "1.0", features = ["full", "extra-traits"] }
proc-macro2 = { workspace = true, features = ["span-locations"] }

annotate-snippets = { version = "0.9", features = ["color"] }
derive_more = "0.99"
derive_more = "1.0"
memchr = "2.5"
parking_lot = "0.12"

Expand Down

0 comments on commit 49730dd

Please sign in to comment.