Upgrade to hex 0.4

rpgp depends on hex 0.4. This prevents building two versions of the same library.
This commit is contained in:
Alexander Krotov
2019-11-24 00:20:41 +03:00
committed by holger krekel
parent 490418d359
commit 1e173524b5
3 changed files with 4 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ mmime = { version = "0.1.2", path = "./mmime" }
libc = "0.2.51"
pgp = { git = "https://github.com/rpgp/rpgp", branch = "master", default-features = false }
hex = "0.3.2"
hex = "0.4.0"
sha2 = "0.8.0"
rand = "0.6.5"
smallvec = "0.6.9"