Use new sct.rs, ct-logs and webpki-roots

This commit is contained in:
Joseph Birr-Pixton 2019-07-21 10:59:14 +01:00
parent 14b2126298
commit f5c0ac7a12
2 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@ categories = ["network-programming", "cryptography"]
base64 = "0.10"
log = { version = "0.4.4", optional = true }
ring = "0.16.0"
sct = { path = "../sct.rs", version = "0.6.0-alpha.0" }
sct = "0.6.0"
webpki = "0.21.0"
[features]
@ -27,7 +27,7 @@ quic = []
env_logger = "0.6.1"
log = "0.4.4"
tempfile = "3.0"
webpki-roots = { path = "../webpki-roots", version = "0.17.0-alpha.0" }
webpki-roots = "0.17.0"
criterion = "0.2.11"
[[example]]

View File

@ -20,11 +20,11 @@ quic = ["rustls/quic"]
base64 = "0.10"
log = { version = "0.4.4", optional = true }
rustls = { path = ".." }
sct = { path = "../../sct.rs", version = "0.5" }
webpki = "0.20.0-alpha1"
sct = "0.6"
webpki = "0.21.0"
[dev-dependencies]
ct-logs = { path = "../../ct-logs", version = "0.5" }
ct-logs = "0.6"
docopt = "~1.0"
env_logger = "0.6.1"
mio = "0.6.14"
@ -33,7 +33,7 @@ serde = "1.0"
serde_derive = "1.0"
tempfile = "3.0"
vecio = "0.1"
webpki-roots = { version = "0.16", path = "../../webpki-roots" }
webpki-roots = "0.17"
[[example]]
name = "tlsclient"