Skip to content

Commit

Permalink
chore(deps): 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] committed Mar 13, 2024
1 parent e7d6341 commit 6913f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
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 6913f47

Please sign in to comment.