diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index 402b61cac9f1c097253e2f46ede50ae85c1d4e60..4e738d57a473e87b68f026cb749e775f8571ccba 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -21,7 +21,7 @@ libc = "0.2" cc = "1.0" openssl-src = { version = "111.0.1", optional = true } pkg-config = "0.3.9" -autocfg = "0.1.2" +autocfg = "1.0" [target.'cfg(target_env = "msvc")'.build-dependencies] vcpkg = "0.2"