diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index c9644a7a869cd6a5496f07e00daae44f9353b791..b6c5f589082329d277e0fa4e4fc6d3e3628fc72f 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -18,7 +18,7 @@ v102 = [] v110 = [] [dependencies] -bitflags = "0.7" +bitflags = "0.8" foreign-types = "0.2" lazy_static = "0.2" libc = "0.2"