summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-29 02:33:11 +0000
committerextrawurst <776816+extrawurst@users.noreply.github.com>2024-03-29 13:50:13 +0000
commit21491bcbcaa69e3a0cc44bf6da8b1a031653ae6c (patch)
tree1abdbec1492176d54dbceda772f750916937469e
parent188d00159bdbdeaed57b283aa1bbfc84d60b23d1 (diff)
Bump openssl-sys from 0.9.101 to 0.9.102
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.101 to 0.9.102. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.101...openssl-sys-v0.9.102) --- 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 aecfd6b8..76197078 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1152,9 +1152,9 @@ dependencies = [
[[package]]
name = "openssl-sys"
-version = "0.9.101"
+version = "0.9.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff"
+checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
dependencies = [
"cc",
"libc",