|
@@ -436,7 +436,7 @@ version = "4.4.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
|
|
|
dependencies = [
|
|
|
- "heck",
|
|
|
+ "heck 0.4.1",
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
"syn 2.0.52",
|
|
@@ -1183,9 +1183,12 @@ name = "heck"
|
|
|
version = "0.4.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
|
-dependencies = [
|
|
|
- "unicode-segmentation",
|
|
|
-]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "heck"
|
|
|
+version = "0.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
|
|
|
[[package]]
|
|
|
name = "hermit-abi"
|
|
@@ -3355,7 +3358,7 @@ dependencies = [
|
|
|
"flate2",
|
|
|
"glob",
|
|
|
"handlebars",
|
|
|
- "heck",
|
|
|
+ "heck 0.5.0",
|
|
|
"hex",
|
|
|
"image",
|
|
|
"log",
|
|
@@ -3401,7 +3404,7 @@ dependencies = [
|
|
|
"env_logger",
|
|
|
"glob",
|
|
|
"handlebars",
|
|
|
- "heck",
|
|
|
+ "heck 0.5.0",
|
|
|
"html5ever",
|
|
|
"ignore",
|
|
|
"image",
|
|
@@ -3467,7 +3470,7 @@ dependencies = [
|
|
|
"dunce",
|
|
|
"getrandom 0.2.11",
|
|
|
"glob",
|
|
|
- "heck",
|
|
|
+ "heck 0.5.0",
|
|
|
"html5ever",
|
|
|
"infer",
|
|
|
"json-patch",
|