Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
dependencies = [
- "heck 0.5.0",
+ "heck",
"proc-macro2",
"quote",
"syn 2.0.79",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
-[[package]]
-name = "heck"
-version = "0.4.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
-
[[package]]
name = "heck"
version = "0.5.0"
"eyre",
"fehler",
"futures",
- "heck 0.4.1",
+ "heck",
"hippotat-macros",
"hyper",
"hyper-tls",
eyre = "0.6"
fehler = "1"
futures = "0.3"
-heck = "0.4"
+heck = ">=0.4, <0.6"
hyper = { version = "0.14.7", features = ["full"] }
hyper-tls = "0.5"
indenter = "0.3"