fix minimal dependencies versions

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
Marc-Antoine Perennou 2019-05-27 11:28:32 +02:00 committed by ctz
parent 3d33dd2bb0
commit cb43065914
1 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ categories = ["network-programming", "cryptography"]
[dependencies]
base64 = "0.10"
log = { version = "0.4.0", optional = true }
log = { version = "0.4.4", optional = true }
ring = "0.14"
sct = "0.5"
untrusted = "0.6.2"
@ -26,10 +26,10 @@ quic = []
[dev-dependencies]
env_logger = "0.6.1"
log = "0.4.0"
log = "0.4.4"
tempfile = "3.0"
webpki-roots = "0.16"
criterion = "0.2"
criterion = "0.2.11"
[[example]]
name = "bogo_shim"