diff options
author | Alex Auvolat <alex@adnab.me> | 2020-04-12 19:18:31 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-04-12 19:18:31 +0200 |
commit | c788fc9f9e2c9128ea0dd5f28c1bafe8ba3b369c (patch) | |
tree | 30c9e34b979bd8d38ef93e8371a4fea087556e72 /Cargo.toml | |
parent | d2814b5c3374f8b99a81dbb9fa3614c875cfc5e6 (diff) | |
download | garage-c788fc9f9e2c9128ea0dd5f28c1bafe8ba3b369c.tar.gz garage-c788fc9f9e2c9128ea0dd5f28c1bafe8ba3b369c.zip |
Cleanup
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ reduce = "0.1.2" serde_json = "1.0" rustls = "0.17" -tokio-rustls = { version = "0.13", features = ["dangerous_configuration"] } +tokio-rustls = "0.13" hyper-rustls = { version = "0.20", default-features = false } webpki = "0.21" |