From bdb96029a32435ac0d9ce448f8c13891bdc74dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 14:46:20 +0000 Subject: [PATCH] chore(deps): bump openssl-sys in the minor group across 1 directory Bumps the minor group with 1 update in the / directory: [openssl-sys](https://github.com/sfackler/rust-openssl). Updates `openssl-sys` from 0.9.104 to 0.9.105 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.104...openssl-sys-v0.9.105) --- updated-dependencies: - dependency-name: openssl-sys dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"] }