Skip to content

Commit

Permalink
Merge 1d70fda into 9b67a54
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Jan 9, 2019
2 parents 9b67a54 + 1d70fda commit 391de85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sct"
version = "0.4.0"
version = "0.5.0"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
description = "Certificate transparency SCT verification library"
license = "Apache-2.0/ISC/MIT"
Expand All @@ -10,5 +10,5 @@ repository = "https://github.com/ctz/sct.rs"
categories = ["network-programming", "cryptography"]

[dependencies]
ring = "0.13.2"
ring = "0.14"
untrusted = "0.6.2"

0 comments on commit 391de85

Please sign in to comment.