Update a few crates

"cargo tree -d" showed that we're building multiple versions of some
crates. Update some crates, to avoid depending on multiple versions.
This commit is contained in:
Heikki Linnakangas
2022-08-27 18:14:30 +03:00
parent ec20534173
commit 88a339ed73
4 changed files with 20 additions and 41 deletions

View File

@@ -11,7 +11,7 @@ bstr = "0.2.17"
bytes = { version = "1.0.1", features = ['serde'] }
clap = "3.0"
futures = "0.3.13"
hashbrown = "0.11.2"
hashbrown = "0.12"
hex = "0.4.3"
hmac = "0.12.1"
hyper = "0.14"
@@ -23,7 +23,7 @@ rand = "0.8.3"
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "rustls-tls"] }
routerify = "3"
rustls = "0.20.0"
rustls-pemfile = "0.2.1"
rustls-pemfile = "1"
scopeguard = "1.1.0"
serde = "1"
serde_json = "1"