Merge pull request #2767 from coreos/dependabot/cargo/curl-0.4.36

build(deps): bump curl from 0.4.35 to 0.4.36
This commit is contained in:
Luca Bruno 2021-04-19 13:27:38 +00:00 committed by GitHub
commit 03fa62558f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 8 deletions

13
Cargo.lock generated
View File

@ -219,9 +219,9 @@ dependencies = [
[[package]] [[package]]
name = "curl" name = "curl"
version = "0.4.35" version = "0.4.36"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a872858e9cb9e3b96c80dd78774ad9e32e44d3b05dc31e142b858d14aebc82c" checksum = "d0bac9f84ca0977c4d9b8db998689de55b9e976656a6bc87fada2ca710d504c7"
dependencies = [ dependencies = [
"curl-sys", "curl-sys",
"libc", "libc",
@ -234,9 +234,9 @@ dependencies = [
[[package]] [[package]]
name = "curl-sys" name = "curl-sys"
version = "0.4.41+curl-7.75.0" version = "0.4.42+curl-7.76.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ec466abd277c7cab2905948f3e94d10bc4963f1f5d47921c1cc4ffd2028fe65" checksum = "4636d8d6109c842707018a104051436bffb8991ea20b2d1293db70b6e0ee4c7c"
dependencies = [ dependencies = [
"cc", "cc",
"libc", "libc",
@ -1375,11 +1375,10 @@ checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
[[package]] [[package]]
name = "socket2" name = "socket2"
version = "0.3.19" version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"
dependencies = [ dependencies = [
"cfg-if 1.0.0",
"libc", "libc",
"winapi", "winapi",
] ]

View File

@ -29,7 +29,7 @@ anyhow = "1.0.40"
c_utf8 = "0.1.0" c_utf8 = "0.1.0"
chrono = { version = "0.4.19", features = ["serde"] } chrono = { version = "0.4.19", features = ["serde"] }
clap = "2.33.3" clap = "2.33.3"
curl = "0.4.35" curl = "0.4.36"
cxx = "1.0.45" cxx = "1.0.45"
envsubst = "0.2.0" envsubst = "0.2.0"
fn-error-context = "0.1.1" fn-error-context = "0.1.1"