Skip to content

Commit

Permalink
Remove hex which snuck into deps
Browse files Browse the repository at this point in the history
  • Loading branch information
obelisk committed Jan 7, 2022
1 parent b978d47 commit 56e4b05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ encrypted-keys = ["aes", "bcrypt-pbkdf", "ctr"]
[dependencies]
base64 = "0.13"
ring = "0.16"
hex = "*"

# Dependencies for rsa-signing
simple_asn1 = {version = "0.5", optional = true}
Expand Down Expand Up @@ -69,4 +68,4 @@ required-features = ["encrypted-keys"]
[[test]]
name = "privkey-encrypted"
path = "tests/privkey_encrypted.rs"
required-features = ["encrypted-keys"]
required-features = ["encrypted-keys"]

0 comments on commit 56e4b05

Please sign in to comment.