mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
fix(deps): update rust crate openssl to 0.10.38
This commit is contained in:
parent
4121463c34
commit
646cb030cb
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1847,9 +1847,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|||
|
||||
[[package]]
|
||||
name = "openssl"
|
||||
version = "0.10.33"
|
||||
version = "0.10.38"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a61075b62a23fef5a29815de7536d940aa35ce96d18ce0cc5076272db678a577"
|
||||
checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"cfg-if 1.0.0",
|
||||
|
|
|
@ -14,7 +14,7 @@ cached = "0.30.0"
|
|||
chrono = "0.4.19"
|
||||
deadpool-postgres = "0.10.1"
|
||||
enum-display-derive = "0.1.1"
|
||||
openssl = { version = "0.10.33", features = ["vendored"] }
|
||||
openssl = { version = "0.10.38", features = ["vendored"] }
|
||||
pg_bigdecimal = "0.1.4"
|
||||
postgres-types = { version = "0.2.2", features = ["derive"]}
|
||||
sentry = "0.24.2"
|
||||
|
|
Loading…
Add table
Reference in a new issue