aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-25 02:09:50 +0000
committerGitHub <noreply@github.com>2023-03-25 02:09:50 +0000
commit0dc8c1aa4cf01936ff6966783e5d60faeba2bcb0 (patch)
treef885d3a5ff62b6039b29bfaada1c0227b35ba5cb /Cargo.lock
parent9706a2be853ac0d6a072c91e15596b3a89217cd2 (diff)
downloadxesite-0dc8c1aa4cf01936ff6966783e5d60faeba2bcb0.tar.xz
xesite-0dc8c1aa4cf01936ff6966783e5d60faeba2bcb0.zip
build(deps): bump openssl from 0.10.45 to 0.10.48
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.45 to 0.10.48. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.45...openssl-v0.10.48) --- updated-dependencies: - dependency-name: openssl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3d8a363..5d38d81 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1739,9 +1739,9 @@ dependencies = [
[[package]]
name = "openssl"
-version = "0.10.45"
+version = "0.10.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1"
+checksum = "518915b97df115dd36109bfa429a48b8f737bd05508cf9588977b599648926d2"
dependencies = [
"bitflags",
"cfg-if",
@@ -1771,9 +1771,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
-version = "0.9.80"
+version = "0.9.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7"
+checksum = "666416d899cf077260dac8698d60a60b435a46d57e82acb1be3d0dad87284e5b"
dependencies = [
"autocfg",
"cc",