diff --git a/Cargo.lock b/Cargo.lock index e3e79f65..f7c9db64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5005,9 +5005,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.104" +version = "0.9.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" +checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 0d39bdbf..45bbfc4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ config = { version = "0.15.6", features = ["toml", "convert-case"] } # Something is still pulling in libssl, this is a quickfix and should be investigated [target.'cfg(linux)'.dependencies] -openssl-sys = { version = "0.9.104", features = ["vendored"] } +openssl-sys = { version = "0.9.105", features = ["vendored"] } [dev-dependencies] test-log = { version = "0.2.16", features = ["trace"] }