Update dependency crate curl

This commit is contained in:
Fabrice Reix 2021-11-21 12:13:04 +01:00
parent 51b59fef18
commit 00f6c78d29
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -198,9 +198,9 @@ dependencies = [
[[package]]
name = "curl"
version = "0.4.40"
version = "0.4.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877cc2f9b8367e32b6dabb9d581557e651cb3aa693a37f8679091bbf42687d5d"
checksum = "1bc6d233563261f8db6ffb83bbaad5a73837a6e6b28868e926337ebbdece0be3"
dependencies = [
"curl-sys",
"libc",
@ -213,9 +213,9 @@ dependencies = [
[[package]]
name = "curl-sys"
version = "0.4.50+curl-7.79.1"
version = "0.4.51+curl-7.80.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4856b76919dd599f31236bb18db5f5bd36e2ce131e64f857ca5c259665b76171"
checksum = "d130987e6a6a34fe0889e1083022fa48cd90e6709a84be3fb8dd95801de5af20"
dependencies = [
"cc",
"libc",

View File

@ -23,7 +23,7 @@ brotli = "3.3.2"
chrono = "0.4.19"
clap = "2.33.3"
colored = "2.0.0"
curl = "0.4.40"
curl = "0.4.41"
encoding = "0.2.33"
float-cmp = "0.9.0"
hex = "0.4.3"