diff --git a/Cargo.lock b/Cargo.lock index 9953649c..406a2cde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1763,6 +1763,12 @@ dependencies = [ "ahash 0.7.6", ] +[[package]] +name = "heck" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" + [[package]] name = "hermit-abi" version = "0.1.19" @@ -3336,6 +3342,7 @@ dependencies = [ "chrono", "flume", "futures 0.3.25", + "heck", "hex", "once_cell", "openssl",