From 8683d452fe7239589b64c1b8d4869399cc0795b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 08:32:36 +1000 Subject: [PATCH] Bump openssl from 0.10.40 to 0.10.41 (#915) Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.40 to 0.10.41. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.40...openssl-v0.10.41) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- kanidmd/idm/Cargo.toml | 2 +- kanidmd/score/Cargo.toml | 2 +- orca/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21a8eaa3d..2f6290db8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2541,9 +2541,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openssl" -version = "0.10.40" +version = "0.10.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb81a6430ac911acb25fe5ac8f1d2af1b4ea8a4fdfda0f1ee4292af2e2d8eb0e" +checksum = "618febf65336490dfcf20b73f885f5651a0c89c64c2d4a8c3662585a70bf5bd0" dependencies = [ "bitflags", "cfg-if 1.0.0", @@ -2573,9 +2573,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.74" +version = "0.9.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "835363342df5fba8354c5b453325b110ffd54044e588c539cf2f20a8014e4cb1" +checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f" dependencies = [ "autocfg", "cc", diff --git a/kanidmd/idm/Cargo.toml b/kanidmd/idm/Cargo.toml index fa28c5f63..bce183934 100644 --- a/kanidmd/idm/Cargo.toml +++ b/kanidmd/idm/Cargo.toml @@ -35,7 +35,7 @@ ldap3_proto = "^0.2.3" libc = "^0.2.126" libsqlite3-sys = "0.24.2" num_enum = "^0.5.7" -openssl = "^0.10.38" +openssl = "^0.10.41" r2d2 = "^0.8.9" r2d2_sqlite = "^0.20.0" rand = "^0.8.5" diff --git a/kanidmd/score/Cargo.toml b/kanidmd/score/Cargo.toml index 1951ce415..e1db421fe 100644 --- a/kanidmd/score/Cargo.toml +++ b/kanidmd/score/Cargo.toml @@ -22,7 +22,7 @@ kanidm_client = { path = "../../kanidm_client" } kanidm_proto = { path = "../../kanidm_proto" } ldap3_proto = "^0.2.3" libc = "^0.2.126" -openssl = "^0.10.38" +openssl = "^0.10.41" regex = "1.5.6" serde = { version = "^1.0.138", features = ["derive"] } serde_json = "^1.0.82" diff --git a/orca/Cargo.toml b/orca/Cargo.toml index 7c4a1c68c..58172396a 100644 --- a/orca/Cargo.toml +++ b/orca/Cargo.toml @@ -36,7 +36,7 @@ tokio = { version = "^1.19.1", features = ["rt-multi-thread"] } tokio-util = { version = "^0.7.3", features = ["codec"] } tokio-openssl = "^0.6.3" futures-util = { version = "^0.3.21", features = ["sink"] } -openssl = "^0.10.38" +openssl = "^0.10.41" ldap3_proto = "^0.2.3"