aboutsummaryrefslogtreecommitdiff
path: root/openssl/Cargo.toml
diff options
context:
space:
mode:
authorBastien Orivel <[email protected]>2018-01-01 17:38:38 +0100
committerBastien Orivel <[email protected]>2018-01-01 17:38:38 +0100
commitbb5ab2b43f4346c411a087258a8e76788b9f5101 (patch)
tree0413df33f9bc1e486e9c98b5b8e7c22807a155bf /openssl/Cargo.toml
parentMerge pull request #810 from sfackler/key-tag (diff)
downloadrust-openssl-bb5ab2b43f4346c411a087258a8e76788b9f5101.tar.xz
rust-openssl-bb5ab2b43f4346c411a087258a8e76788b9f5101.zip
Bump hex to 0.3
The `to_hex` method has been removed and `hex::encode` should be used instead.
Diffstat (limited to 'openssl/Cargo.toml')
-rw-r--r--openssl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index 5f36599b..3a4614a9 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -27,5 +27,5 @@ openssl-sys = { version = "0.9.23", path = "../openssl-sys" }
[dev-dependencies]
tempdir = "0.3"
-hex = "0.2"
+hex = "0.3"
data-encoding = "2.0"