From: Ian Jackson Date: Fri, 11 Oct 2024 14:13:37 +0000 (+0100) Subject: Update to heck 0.5 (allow) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=b701831a48aa8237c82d01372d29610f447dfe18;p=hippotat.git Update to heck 0.5 (allow) Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock b/Cargo.lock index 581921f..a0d6557 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -173,7 +173,7 @@ version = "4.5.18" 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", @@ -524,12 +524,6 @@ version = "0.15.0" 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" @@ -557,7 +551,7 @@ dependencies = [ "eyre", "fehler", "futures", - "heck 0.4.1", + "heck", "hippotat-macros", "hyper", "hyper-tls", diff --git a/Cargo.toml b/Cargo.toml index 1683aba..a83a3e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ env_logger = ">=0.9, <0.12" 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"