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

@ -15,7 +15,6 @@ clap = { version = "4", features = ["derive"] }
data-encoding = "2"
ed25519-dalek = "2"
futures-util = "0.3"
hex = { version = "0.4", features = ["serde"] }
html-escape = "0.2"
http-body-util = "0.1"
humantime = "2"
@ -51,7 +50,7 @@ url = "2"
expect-test = "1"
nix = { version = "0.29", features = ["fs", "process", "signal"] }
reqwest = { version = "0.12", features = ["json"] }
rstest = { version = "0.22", default-features = false }
rstest = { version = "0.23", default-features = false }
scopeguard = "1"
tempfile = "3"
tokio-tungstenite = "0.24"