Merge pull request #406 from sagiegurari/dependabot/cargo/heck-0.5.0

Bump heck from 0.4.1 to 0.5.0
This commit is contained in:
Sagie Gur-Ari 2024-03-15 16:01:45 +02:00 committed by GitHub
commit 54fa59302b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -437,9 +437,9 @@ dependencies = [
[[package]]
name = "heck"
version = "0.4.1"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hermit-abi"

View file

@ -34,7 +34,7 @@ evalexpr = "^11"
fs_extra = "^1"
fsio = { version = "^0.4", features = ["temp-path"] }
glob = "^0.3"
heck = "^0.4"
heck = "^0.5"
home = "^0.5"
ignore = "^0.4"
java-properties = "^2"