Update crates

This commit is contained in:
hurl-bot 2025-11-28 03:21:11 +00:00
parent 49a4c7fd96
commit 45f7e025a7
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
3 changed files with 14 additions and 14 deletions

20
Cargo.lock generated
View File

@ -649,9 +649,9 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
[[package]] [[package]]
name = "js-sys" name = "js-sys"
version = "0.3.82" version = "0.3.83"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65" checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
dependencies = [ dependencies = [
"once_cell", "once_cell",
"wasm-bindgen", "wasm-bindgen",
@ -1206,9 +1206,9 @@ dependencies = [
[[package]] [[package]]
name = "wasm-bindgen" name = "wasm-bindgen"
version = "0.2.105" version = "0.2.106"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60" checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"once_cell", "once_cell",
@ -1219,9 +1219,9 @@ dependencies = [
[[package]] [[package]]
name = "wasm-bindgen-macro" name = "wasm-bindgen-macro"
version = "0.2.105" version = "0.2.106"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2" checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
dependencies = [ dependencies = [
"quote", "quote",
"wasm-bindgen-macro-support", "wasm-bindgen-macro-support",
@ -1229,9 +1229,9 @@ dependencies = [
[[package]] [[package]]
name = "wasm-bindgen-macro-support" name = "wasm-bindgen-macro-support"
version = "0.2.105" version = "0.2.106"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc" checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"proc-macro2", "proc-macro2",
@ -1242,9 +1242,9 @@ dependencies = [
[[package]] [[package]]
name = "wasm-bindgen-shared" name = "wasm-bindgen-shared"
version = "0.2.105" version = "0.2.106"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76" checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
dependencies = [ dependencies = [
"unicode-ident", "unicode-ident",
] ]

View File

@ -22,7 +22,7 @@ static-openssl = ["curl/static-ssl", "curl-sys/static-ssl"]
base64 = "0.22.1" base64 = "0.22.1"
brotli = "8.0.2" brotli = "8.0.2"
chrono = { version = "0.4.42", default-features = false, features = ["clock"] } chrono = { version = "0.4.42", default-features = false, features = ["clock"] }
clap = { version = "4.5.52", features = ["string", "wrap_help"] } clap = { version = "4.5.53", features = ["string", "wrap_help"] }
curl = "0.4.49" curl = "0.4.49"
curl-sys = "0.4.84" curl-sys = "0.4.84"
encoding_rs = "0.8.35" encoding_rs = "0.8.35"
@ -44,13 +44,13 @@ similar = "2.7.0"
terminal_size = "0.4.3" terminal_size = "0.4.3"
[target.'cfg(unix)'.dependencies] [target.'cfg(unix)'.dependencies]
termion = "4.0.5" termion = "4.0.6"
[target.'cfg(windows)'.build-dependencies] [target.'cfg(windows)'.build-dependencies]
winres = "0.1.12" winres = "0.1.12"
[build-dependencies] [build-dependencies]
cc = "1.2.46" cc = "1.2.47"
[lints] [lints]
workspace = true workspace = true

View File

@ -12,7 +12,7 @@ rust-version = "1.91.1"
[dependencies] [dependencies]
base64 = "0.22.1" base64 = "0.22.1"
clap = { version = "4.5.52", features = ["cargo", "wrap_help"] } clap = { version = "4.5.53", features = ["cargo", "wrap_help"] }
hurl_core = { version = "7.2.0-SNAPSHOT", path = "../hurl_core" } hurl_core = { version = "7.2.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.12.2" regex = "1.12.2"