build: update and clean dependencies

This commit is contained in:
oxalica 2024-10-16 06:14:45 -04:00
parent 9baf47963d
commit 0bfdad3877
3 changed files with 122 additions and 157 deletions

View file

@ -7,7 +7,6 @@ edition = "2021"
anyhow = "1"
clap = { version = "4", features = ["derive"] }
ed25519-dalek = { version = "2", features = ["pkcs8", "pem", "rand_core"] }
hex = "0.4"
humantime = "2"
rand = "0.8"
reqwest = { version = "0.12", features = ["json"] }