Update Cargo.lock

This commit is contained in:
Kitaiti Makoto 2022-05-20 01:55:12 +09:00
parent 248ed265c4
commit d6ee49b880
1 changed files with 0 additions and 7 deletions

7
Cargo.lock generated
View File

@ -1703,12 +1703,6 @@ dependencies = [
"ahash 0.7.6", "ahash 0.7.6",
] ]
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
[[package]] [[package]]
name = "hermit-abi" name = "hermit-abi"
version = "0.1.19" version = "0.1.19"
@ -3265,7 +3259,6 @@ dependencies = [
"chrono", "chrono",
"flume", "flume",
"futures 0.3.21", "futures 0.3.21",
"heck",
"hex", "hex",
"once_cell", "once_cell",
"openssl", "openssl",