mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-13 06:54:54 +03:00
Update brotli 3.3.4.
This commit is contained in:
parent
9bae7b9f43
commit
b34518674a
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -87,9 +87,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "brotli"
|
||||
version = "3.3.3"
|
||||
version = "3.3.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f838e47a451d5a8fa552371f80024dd6ace9b7acdf25c4c3d0f9bc6816fb1c39"
|
||||
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
|
||||
dependencies = [
|
||||
"alloc-no-stdlib",
|
||||
"alloc-stdlib",
|
||||
|
@ -19,7 +19,7 @@ strict = []
|
||||
[dependencies]
|
||||
atty = "0.2.14"
|
||||
base64 = "0.13.0"
|
||||
brotli = "3.3.3"
|
||||
brotli = "3.3.4"
|
||||
chrono = "0.4.19"
|
||||
clap = { version = "3.0.4", features = ["cargo"] }
|
||||
colored = "2.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user