Bump heck from 0.4.1 to 0.5.0 (#772)
Bumps [heck](https://github.com/withoutboats/heck) from 0.4.1 to 0.5.0. - [Changelog](https://github.com/withoutboats/heck/blob/master/CHANGELOG.md) - [Commits](https://github.com/withoutboats/heck/commits) --- updated-dependencies: - dependency-name: heck dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c07646d596
commit
7aa3cc5127
|
@ -337,7 +337,7 @@ version = "4.5.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
|
checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"heck 0.5.0",
|
"heck",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.58",
|
"syn 2.0.58",
|
||||||
|
@ -859,12 +859,6 @@ dependencies = [
|
||||||
"allocator-api2",
|
"allocator-api2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "heck"
|
|
||||||
version = "0.4.1"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "heck"
|
name = "heck"
|
||||||
version = "0.5.0"
|
version = "0.5.0"
|
||||||
|
@ -1441,7 +1435,7 @@ dependencies = [
|
||||||
"expectorate",
|
"expectorate",
|
||||||
"futures",
|
"futures",
|
||||||
"getopts",
|
"getopts",
|
||||||
"heck 0.4.1",
|
"heck",
|
||||||
"http 0.2.9",
|
"http 0.2.9",
|
||||||
"hyper",
|
"hyper",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
|
@ -2410,7 +2404,7 @@ name = "typify-impl"
|
||||||
version = "0.0.16"
|
version = "0.0.16"
|
||||||
source = "git+https://github.com/oxidecomputer/typify#49cfcb10f2b7667e6f13e4d6e006df8ff382a5cb"
|
source = "git+https://github.com/oxidecomputer/typify#49cfcb10f2b7667e6f13e4d6e006df8ff382a5cb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"heck 0.5.0",
|
"heck",
|
||||||
"log",
|
"log",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
|
|
@ -8,7 +8,7 @@ repository = "https://github.com/oxidecomputer/progenitor.git"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
heck = "0.4.1"
|
heck = "0.5.0"
|
||||||
http = "0.2.9"
|
http = "0.2.9"
|
||||||
getopts = "0.2"
|
getopts = "0.2"
|
||||||
indexmap = "2.2.6"
|
indexmap = "2.2.6"
|
||||||
|
|
Loading…
Reference in New Issue