diff options
| author | Bastien Orivel <[email protected]> | 2018-01-01 17:38:38 +0100 |
|---|---|---|
| committer | Bastien Orivel <[email protected]> | 2018-01-01 17:38:38 +0100 |
| commit | bb5ab2b43f4346c411a087258a8e76788b9f5101 (patch) | |
| tree | 0413df33f9bc1e486e9c98b5b8e7c22807a155bf /openssl/Cargo.toml | |
| parent | Merge pull request #810 from sfackler/key-tag (diff) | |
| download | rust-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.toml | 2 |
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" |