Update curl 0.4.43.

This commit is contained in:
jcamiel 2022-03-20 12:39:38 +01:00 committed by jcamiel
parent 309f7de1c6
commit f461c19b7d
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -200,9 +200,9 @@ dependencies = [
[[package]]
name = "curl"
version = "0.4.42"
version = "0.4.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7de97b894edd5b5bcceef8b78d7da9b75b1d2f2f9a910569d0bde3dd31d84939"
checksum = "37d855aeef205b43f65a5001e0997d81f8efca7badad4fad7d897aa7f0d0651f"
dependencies = [
"curl-sys",
"libc",
@ -215,9 +215,9 @@ dependencies = [
[[package]]
name = "curl-sys"
version = "0.4.52+curl-7.81.0"
version = "0.4.53+curl-7.82.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14b8c2d1023ea5fded5b7b892e4b8e95f70038a421126a056761a84246a28971"
checksum = "8092905a5a9502c312f223b2775f57ec5c5b715f9a15ee9d2a8591d1364a0352"
dependencies = [
"cc",
"libc",

View File

@ -23,7 +23,7 @@ brotli = "3.3.3"
chrono = "0.4.19"
clap = { version = "3.0.4", features = ["cargo"] }
colored = "2.0.0"
curl = "0.4.42"
curl = "0.4.43"
encoding = "0.2.33"
float-cmp = "0.9.0"
glob = "0.3.0"