Cargo.lock: Remove optional dependencies

This commit is contained in:
John 2023-03-27 17:28:29 -05:00
parent 784845b6f5
commit b74709ad1a

7
Cargo.lock generated
View File

@ -37,7 +37,6 @@ name = "chirp"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"gumdrop", "gumdrop",
"hex-wrapper",
"minifb", "minifb",
"owo-colors", "owo-colors",
"rand", "rand",
@ -232,12 +231,6 @@ version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
[[package]]
name = "hex-wrapper"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21ee81c2a2396bc6afc4206272515c808a9306d885d0dc018b55da1236c1ed1a"
[[package]] [[package]]
name = "instant" name = "instant"
version = "0.1.12" version = "0.1.12"