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 Mar 14, 2024
1 parent 871c0f1 commit 4daf645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cargo-test-fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bitflags = "2.4"
cargo_metadata = "0.18"
clap = { version = "4.5", features = ["cargo", "derive", "wrap_help"] }
env_logger = "0.11"
heck = "0.4"
heck = "0.5"
log = "0.4"
paste = "1.0"
remain = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ proc-macro = true

[dependencies]
darling = "0.20"
heck = { version = "0.4", optional = true }
heck = { version = "0.5", optional = true }
itertools = "0.12"
once_cell = "1.19"
prettyplease = "0.2"
Expand Down

0 comments on commit 4daf645

Please sign in to comment.