Update crates

This commit is contained in:
hurl-bot 2023-02-15 08:06:25 +00:00
parent a853471c77
commit 45f5d30549
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D

10
Cargo.lock generated
View File

@ -763,9 +763,9 @@ checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
[[package]]
name = "once_cell"
version = "1.17.0"
version = "1.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
[[package]]
name = "openssl-probe"
@ -1093,12 +1093,12 @@ dependencies = [
[[package]]
name = "terminal_size"
version = "0.2.3"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb20089a8ba2b69debd491f8d2d023761cbf196e999218c591fa1e7e15a21907"
checksum = "4c9afddd2cec1c0909f06b00ef33f94ab2cc0578c4a610aa208ddfec8aa2b43a"
dependencies = [
"rustix",
"windows-sys 0.42.0",
"windows-sys 0.45.0",
]
[[package]]