aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-23 22:26:32 -0400
committerGitHub <noreply@github.com>2023-06-23 22:26:32 -0400
commit08ede42837052c0517319884018361ef9d4718e7 (patch)
tree4ccd3176d1a3a901d812c778d5b23f9c04828613
parentcd90a44a5515e6fffe7b28b3801de29048065d6e (diff)
downloadxesite-08ede42837052c0517319884018361ef9d4718e7.tar.xz
xesite-08ede42837052c0517319884018361ef9d4718e7.zip
build(deps): bump openssl from 0.10.48 to 0.10.55 (#680)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.48 to 0.10.55. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.48...openssl-v0.10.55) --- updated-dependencies: - dependency-name: openssl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock9
1 files changed, 4 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c81f59b..9ac7ca0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1745,9 +1745,9 @@ dependencies = [
[[package]]
name = "openssl"
-version = "0.10.48"
+version = "0.10.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "518915b97df115dd36109bfa429a48b8f737bd05508cf9588977b599648926d2"
+checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d"
dependencies = [
"bitflags 1.3.2",
"cfg-if",
@@ -1777,11 +1777,10 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
-version = "0.9.83"
+version = "0.9.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "666416d899cf077260dac8698d60a60b435a46d57e82acb1be3d0dad87284e5b"
+checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6"
dependencies = [
- "autocfg",
"cc",
"libc",
"pkg-config",