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:
parent
32325ce109
commit
bb0fca0873
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user