Merge pull request #397 from vbrandl/dependabot/cargo/openssl-probe-0.1.5
All checks were successful
continuous-integration/drone/push Build is passing

Bump openssl-probe from 0.1.4 to 0.1.5
This commit is contained in:
Valentin Brandl 2022-01-13 21:01:26 +01:00 committed by GitHub
commit 7a7a93ff75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1290,9 +1290,9 @@ dependencies = [
[[package]]
name = "openssl-probe"
version = "0.1.4"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"

View File

@ -23,7 +23,7 @@ futures = "0.3.19"
git2 = "0.13.25"
lazy_static = "1.4.0"
number_prefix = "0.4.0"
openssl-probe = "0.1.4"
openssl-probe = "0.1.5"
reqwest = "0.11.9"
serde = "1.0.133"
serde_derive = "1.0.130"