Skip to content

Commit

Permalink
bump evercrypt version; v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer committed Jul 9, 2021
1 parent 9bb34e1 commit 04d54d0
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 = "hpke-rs"
version = "0.0.9"
version = "0.0.10"
authors = ["Franziskus Kiefer <franziskuskiefer@gmail.com>"]
edition = "2018"
license = "MPL-2.0"
Expand All @@ -10,10 +10,10 @@ readme = "README.md"
repository = "https://github.com/franziskuskiefer/hpke-rs"

[dependencies]
evercrypt = { version = "0.0.9" }
evercrypt = { version = "0.0.10" }
serde_json = { version = "1.0", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
tls_codec = { version = "0.1.3", git = "https://github.com/openmls/tls-codec.git", branch = "main", features = ["derive"], optional = true }
tls_codec = { version = "0.1", git = "https://github.com/openmls/tls-codec.git", branch = "main", features = ["derive"], optional = true }

[features]
rust-crypto = ["evercrypt/rust-crypto-aes"]
Expand Down

0 comments on commit 04d54d0

Please sign in to comment.