chiark / gitweb /
Update to heck 0.5 (allow)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 11 Oct 2024 14:13:37 +0000 (15:13 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 11 Oct 2024 14:29:24 +0000 (15:29 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.lock
Cargo.toml

index 581921fe83a729be479ea03392f43160ab24d3c4..a0d655755e01049cfeeead649d35af0d1c197a06 100644 (file)
@@ -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",
index 1683abab17dfab440eff2983597f342103aa182e..a83a3e300abd85318bf4b1dd2725fe4862b8a039 100644 (file)
@@ -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"