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

@@ -39,7 +39,7 @@ bytes = "1.0.1"
hex-literal = "0.3"
tempfile = "3.2"
criterion = "0.3"
rustls-pemfile = "0.2.1"
rustls-pemfile = "1"
[[bench]]
name = "benchmarks"