summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-05 02:41:59 +0000
committerextrawurst <776816+extrawurst@users.noreply.github.com>2023-12-05 09:26:04 +0100
commitfabed3238b5a6b613cddadd0592f393c9328f006 (patch)
tree605a4ccd9b79ec0d6ade8ed868da6a1b375793cd
parent53834f241570f50dd007a059f76c4b7678715ac0 (diff)
Bump openssl-sys from 0.9.96 to 0.9.97
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.96 to 0.9.97. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.96...openssl-sys-v0.9.97) --- updated-dependencies: - dependency-name: openssl-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e45846c2..756f8f3e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1136,9 +1136,9 @@ dependencies = [
[[package]]
name = "openssl-sys"
-version = "0.9.96"
+version = "0.9.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3812c071ba60da8b5677cc12bcb1d42989a65553772897a7e0355545a819838f"
+checksum = "c3eaad34cdd97d81de97964fc7f29e2d104f483840d906ef56daa1912338460b"
dependencies = [
"cc",
"libc",