Update heck requirement from 0.4 to 0.5

---
updated-dependencies:
- dependency-name: heck
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-18 13:21:10 +00:00 committed by Dirkjan Ochtman
parent 1d9b5f62ed
commit 5009655734
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ readme = "../README.md"
proc-macro = true
[dependencies]
heck = "0.4"
heck = "0.5"
proc-macro2 = "1.0.39"
quote = "1.0.18"
syn = { version = "2", features = ["full"] }