Skip to content

Commit 042057a

Browse files
Update crate dependencies (#10)
The version bump for `hpke` doesn't result in breaking changes.
1 parent ae89ea9 commit 042057a

File tree

2 files changed

+52
-71
lines changed

2 files changed

+52
-71
lines changed

Cargo.lock

Lines changed: 51 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ assert_cmd = "1.0.2"
1010
bincode = "1.3.1"
1111
clap = "3.0.0-beta.2"
1212
generic-array = { version = "0.14.4", features = ["serde"] }
13-
hpke = { version = "0.5.1", default-features = false, features = ["x25519", "serde_impls"] }
13+
hpke = { version = "0.6.0", default-features = false, features = ["x25519", "serde_impls"] }
1414
radix64 = "0.6.2"
1515
rand = "0.8.3"
1616
serde = { version = "1.0.117", features = ["derive"] }

0 commit comments

Comments
 (0)