Merge pull request #2835 from coreos/dependabot/cargo/curl-0.4.37

build(deps): bump curl from 0.4.36 to 0.4.37
This commit is contained in:
Luca Bruno 2021-05-17 11:14:07 +00:00 committed by GitHub
commit 3b33848d75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -282,9 +282,9 @@ dependencies = [
[[package]]
name = "curl"
version = "0.4.36"
version = "0.4.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0bac9f84ca0977c4d9b8db998689de55b9e976656a6bc87fada2ca710d504c7"
checksum = "adba2012502267c1fdde381e0e3acc44bf8be96b2f7d455089dcc2c8ad2f67bd"
dependencies = [
"curl-sys",
"libc",
@ -297,9 +297,9 @@ dependencies = [
[[package]]
name = "curl-sys"
version = "0.4.42+curl-7.76.0"
version = "0.4.43+curl-7.76.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4636d8d6109c842707018a104051436bffb8991ea20b2d1293db70b6e0ee4c7c"
checksum = "a802c7a9828b7d139efaed1bc92471ab6681ed86d19a105605f5eadcb0837d11"
dependencies = [
"cc",
"libc",

View File

@ -30,7 +30,7 @@ c_utf8 = "0.1.0"
camino = "1.0.4"
chrono = { version = "0.4.19", features = ["serde"] }
clap = "2.33.3"
curl = "0.4.36"
curl = "0.4.37"
cxx = "1.0.49"
envsubst = "0.2.0"
env_logger = "0.8.3"