Remove the dependency on the hex crate (#100)

Remove the dependency on the  crate
This commit is contained in:
Gijs Burghoorn 2022-11-22 22:35:51 +01:00 committed by GitHub
parent b31b518a81
commit 20826fe158
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

7
Cargo.lock generated
View file

@ -102,12 +102,6 @@ dependencies = [
"wasi",
]
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "instant"
version = "0.1.12"
@ -123,7 +117,6 @@ version = "0.3.0"
dependencies = [
"crossterm 0.22.1",
"env_logger",
"hex",
"libc 0.2.112",
"log",
"nix",

View file

@ -40,4 +40,3 @@ log = "0.4.0"
# Configuration File Parsing
toml = "0.5"
serde = { version = "1.0", features = ["derive"] }
hex = "0.4.3" # Colors