mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ecbb7bed70
commit
8683d452fe
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue