Merge pull request #117 from dswd/dependabot/cargo/ring-0.16.19

Bump ring from 0.16.18 to 0.16.19
This commit is contained in:
dswd 2020-12-02 08:42:08 +01:00 committed by GitHub
commit e689d9f492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -409,9 +409,9 @@ dependencies = [
[[package]]
name = "ring"
version = "0.16.18"
version = "0.16.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70017ed5c555d79ee3538fc63ca09c70ad8f317dcadc1adc2c496b60c22bb24f"
checksum = "024a1e66fea74c66c66624ee5622a7ff0e4b73a13b4f5c326ddb50c708944226"
dependencies = [
"cc",
"libc",