Merge pull request #2663 from coreos/dependabot/cargo/curl-0.4.35

build(deps): bump curl from 0.4.34 to 0.4.35
This commit is contained in:
Luca Bruno 2021-03-15 09:09:25 +00:00 committed by GitHub
commit da33222b95
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

@ -210,9 +210,9 @@ dependencies = [
[[package]] [[package]]
name = "curl" name = "curl"
version = "0.4.34" version = "0.4.35"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e268162af1a5fe89917ae25ba3b0a77c8da752bdc58e7dbb4f15b91fbd33756e" checksum = "5a872858e9cb9e3b96c80dd78774ad9e32e44d3b05dc31e142b858d14aebc82c"
dependencies = [ dependencies = [
"curl-sys", "curl-sys",
"libc", "libc",
@ -225,9 +225,9 @@ dependencies = [
[[package]] [[package]]
name = "curl-sys" name = "curl-sys"
version = "0.4.39+curl-7.74.0" version = "0.4.41+curl-7.75.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07a8ce861e7b68a0b394e814d7ee9f1b2750ff8bd10372c6ad3bacc10e86f874" checksum = "0ec466abd277c7cab2905948f3e94d10bc4963f1f5d47921c1cc4ffd2028fe65"
dependencies = [ dependencies = [
"cc", "cc",
"libc", "libc",

View File

@ -29,7 +29,7 @@ anyhow = "1.0.38"
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.34" curl = "0.4.35"
cxx = "1.0.32" cxx = "1.0.32"
envsubst = "0.2.0" envsubst = "0.2.0"
fn-error-context = "0.1.1" fn-error-context = "0.1.1"