Skip to content

Commit

Permalink
Update num_enum requirement from 0.5.7 to 0.6.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 10, 2023
1 parent d83f296 commit feed8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ kem-x25519-hkdf-sha256 = ["hpke/x25519"]

[dependencies]
rand = "0.8.5"
num_enum = "0.5.7"
num_enum = "0.6.0"
cfg-if = "1.0.0"
hpke = { version = "0.10.0", default-features = false, features = ["std"] }
zeroize = "1.3"
Expand Down

0 comments on commit feed8a5

Please sign in to comment.