Update crates

This commit is contained in:
hurl-bot 2023-12-08 03:01:51 +00:00
parent ad39ccf6a5
commit ec647771a8
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -314,9 +314,9 @@ dependencies = [
[[package]]
name = "curl-sys"
version = "0.4.68+curl-8.4.0"
version = "0.4.70+curl-8.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4a0d18d88360e374b16b2273c832b5e57258ffc1d4aa4f96b108e0738d5752f"
checksum = "3c0333d8849afe78a4c8102a429a446bfdd055832af071945520e835ae2d841e"
dependencies = [
"cc",
"libc",
@ -733,9 +733,9 @@ checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
[[package]]
name = "once_cell"
version = "1.18.0"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
name = "openssl-probe"

View File

@ -23,7 +23,7 @@ chrono = { version = "0.4.31", default-features = false, features = ["clock"] }
clap = { version = "4.4.11", features = ["cargo", "string", "wrap_help"] }
colored = "2.0.4"
curl = "0.4.44"
curl-sys = "0.4.68"
curl-sys = "0.4.70"
encoding = "0.2.33"
float-cmp = "0.9.0"
glob = "0.3.1"