From c3cc6887f201aa668e70f4bda2f4aca2b4f58408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 20:45:20 +0000 Subject: [PATCH] chore(deps): bump openssl from 0.10.64 to 0.10.72 Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.64 to 0.10.72. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.72) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.72 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58c9f4ec..6425bdf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "a2" @@ -1529,7 +1529,7 @@ dependencies = [ [[package]] name = "fcm" version = "0.10.0" -source = "git+https://github.com/WalletConnect/fcm-rust.git?branch=feat/key-not-from-file#521683cec85f451314396098e440bb4782bd1f4f" +source = "git+https://github.com/WalletConnect/fcm-rust.git?branch=feat%2Fkey-not-from-file#521683cec85f451314396098e440bb4782bd1f4f" dependencies = [ "chrono", "erased-serde 0.4.4", @@ -1728,7 +1728,7 @@ dependencies = [ [[package]] name = "gauth" version = "0.9.0" -source = "git+https://github.com/WalletConnect/gauth-rs.git?branch=feat/key-not-from-file#126269c6ed7a53784dd6e14ea8530fab9e14941f" +source = "git+https://github.com/WalletConnect/gauth-rs.git?branch=feat%2Fkey-not-from-file#126269c6ed7a53784dd6e14ea8530fab9e14941f" dependencies = [ "anyhow", "base64 0.21.7", @@ -2664,9 +2664,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "openssl" -version = "0.10.64" +version = "0.10.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" +checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da" dependencies = [ "bitflags 2.5.0", "cfg-if", @@ -2696,9 +2696,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.102" +version = "0.9.107" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2" +checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07" dependencies = [ "cc", "libc",