diff options
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 07f03bc7..7aa3eddd 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -19,7 +19,7 @@ v102 = [] v110 = [] [dependencies] -bitflags = "0.9" +bitflags = "1.0" foreign-types = "0.3.1" lazy_static = "1" libc = "0.2" |