Skip to content

Commit

Permalink
Update heck requirement from 0.4 to 0.5
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: heck
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Ralith committed Mar 13, 2024
1 parent d05c74a commit ccc2bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ xml = { package = "xml-rs", version = "0.8" }
quote = "1.0"
syn = { version = "2.0", default-features = false, features = ["derive", "printing"] }
proc-macro2 = "1.0"
heck = "0.4"
heck = "0.5"
indexmap = "2"
regex = "1.2.1"

0 comments on commit ccc2bbc

Please sign in to comment.