Skip to content

Commit

Permalink
0.3.0: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Dec 26, 2017
1 parent c17b1d0 commit a9cc3db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sct"
version = "0.2.0"
version = "0.3.0"
authors = ["Joseph Birr-Pixton <[email protected]>"]
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.12"
untrusted = "0.5.1"
ring = "0.13.0-alpha"
untrusted = "0.6.1"

0 comments on commit a9cc3db

Please sign in to comment.