Skip to content

Commit

Permalink
0.21.3: Use *ring* 0.16.14 and untrusted 0.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed May 30, 2020
1 parent 8b741a4 commit 049c5ad
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
Expand Up @@ -22,7 +22,7 @@ license-file = "LICENSE"
name = "webpki"
readme = "README.md"
repository = "https://github.com/briansmith/webpki"
version = "0.21.2"
version = "0.21.3"

include = [
"Cargo.toml",
Expand Down Expand Up @@ -66,8 +66,8 @@ trust_anchor_util = ["std"]
std = []

[dependencies]
ring = { version = "0.16.10", default-features = false, features = ["alloc"] }
untrusted = "0.7.0"
ring = { version = "0.16.14", default-features = false, features = ["alloc"] }
untrusted = "0.7.1"

[dev-dependencies]
base64 = "0.9.1"
Expand Down

0 comments on commit 049c5ad

Please sign in to comment.