Skip to content

Commit

Permalink
Merge pull request #635 from sunng87/dependabot/cargo/heck-0.5
Browse files Browse the repository at this point in the history
chore(deps): update heck requirement from 0.4 to 0.5
  • Loading branch information
sunng87 committed Mar 19, 2024
2 parents 590f1ce + 6913f47 commit d37613c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -31,7 +31,7 @@ serde_json = "1.0.39"
walkdir = { version = "2.2.3", optional = true }
rhai = { version = "1.16.1", optional = true, features = ["sync", "serde"] }
rust-embed = { version = "8.0.0", optional = true, features = ["include-exclude"] }
heck = { version = "0.4", optional = true }
heck = { version = "0.5", optional = true }

[dev-dependencies]
env_logger = "0.10"
Expand Down

0 comments on commit d37613c

Please sign in to comment.