Merge pull request #273 from vbrandl/dependabot/cargo/openssl-probe-0.1.4

Bump openssl-probe from 0.1.2 to 0.1.4
This commit is contained in:
Valentin Brandl 2021-05-27 12:45:28 +02:00 committed by GitHub
commit a9ede0b2c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

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

View File

@ -23,7 +23,7 @@ futures = "0.3.14"
git2 = "0.13.18"
lazy_static = "1.4.0"
number_prefix = "0.4.0"
openssl-probe = "0.1.2"
openssl-probe = "0.1.4"
reqwest = "0.10.10"
serde = "1.0.125"
serde_derive = "1.0.123"

View File

@ -101,9 +101,9 @@ impl<'a> CacheState<'a> {
entries.insert(
branch.into(),
CacheEntry {
commits,
head,
count,
commits,
},
);
Cache { entries }