build(deps): bump curl from 0.4.37 to 0.4.38

Bumps [curl](https://github.com/alexcrichton/curl-rust) from 0.4.37 to 0.4.38.
- [Release notes](https://github.com/alexcrichton/curl-rust/releases)
- [Commits](https://github.com/alexcrichton/curl-rust/compare/curl-sys-0.4.37...0.4.38)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-31 06:10:34 +00:00 committed by GitHub
parent 32325ce109
commit bb0fca0873
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.37"
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adba2012502267c1fdde381e0e3acc44bf8be96b2f7d455089dcc2c8ad2f67bd"
checksum = "003cb79c1c6d1c93344c7e1201bb51c2148f24ec2bd9c253709d6b2efb796515"
dependencies = [
"curl-sys",
"libc",
@ -297,9 +297,9 @@ dependencies = [
[[package]]
name = "curl-sys"
version = "0.4.43+curl-7.76.0"
version = "0.4.44+curl-7.77.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a802c7a9828b7d139efaed1bc92471ab6681ed86d19a105605f5eadcb0837d11"
checksum = "4b6d85e9322b193f117c966e79c2d6929ec08c02f339f950044aba12e20bbaf1"
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.37"
curl = "0.4.38"
cxx = "1.0.49"
envsubst = "0.2.0"
env_logger = "0.8.3"