Update brotli 3.3.4.

This commit is contained in:
jcamiel 2022-04-01 12:10:38 +02:00 committed by jcamiel
parent 9bae7b9f43
commit b34518674a
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"