mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Bump openssl version
Fixes a moderate-severity security issue
This commit is contained in:
parent
c0f73d5f97
commit
dee7860f08
2 changed files with 6 additions and 7 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
@ -2583,9 +2583,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "openssl"
|
name = "openssl"
|
||||||
version = "0.10.48"
|
version = "0.10.55"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "518915b97df115dd36109bfa429a48b8f737bd05508cf9588977b599648926d2"
|
checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 1.3.2",
|
"bitflags 1.3.2",
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
|
@ -2615,11 +2615,10 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "openssl-sys"
|
name = "openssl-sys"
|
||||||
version = "0.9.83"
|
version = "0.9.90"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "666416d899cf077260dac8698d60a60b435a46d57e82acb1be3d0dad87284e5b"
|
checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"autocfg",
|
|
||||||
"cc",
|
"cc",
|
||||||
"libc",
|
"libc",
|
||||||
"pkg-config",
|
"pkg-config",
|
||||||
|
|
|
@ -1702,7 +1702,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "openssl",
|
"name": "openssl",
|
||||||
"version": "0.10.48",
|
"version": "0.10.55",
|
||||||
"authors": "Steven Fackler <sfackler@gmail.com>",
|
"authors": "Steven Fackler <sfackler@gmail.com>",
|
||||||
"repository": "https://github.com/sfackler/rust-openssl",
|
"repository": "https://github.com/sfackler/rust-openssl",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
@ -1729,7 +1729,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "openssl-sys",
|
"name": "openssl-sys",
|
||||||
"version": "0.9.83",
|
"version": "0.9.90",
|
||||||
"authors": "Alex Crichton <alex@alexcrichton.com>|Steven Fackler <sfackler@gmail.com>",
|
"authors": "Alex Crichton <alex@alexcrichton.com>|Steven Fackler <sfackler@gmail.com>",
|
||||||
"repository": "https://github.com/sfackler/rust-openssl",
|
"repository": "https://github.com/sfackler/rust-openssl",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in a new issue