bump ffizz-header to 0.5

This commit is contained in:
Dustin J. Mitchell
2023-06-22 17:55:17 -04:00
committed by Dustin J. Mitchell
parent 48543b7fcb
commit 0c3d4bbe74
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@@ -624,9 +624,9 @@ dependencies = [
[[package]] [[package]]
name = "ffizz-header" name = "ffizz-header"
version = "0.3.4" version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b3ae8dccc2b5edfc7805a0c26cc776ae521fd5f6fdd693520e130abcdce06" checksum = "8a1a52e9f00aa4c639059d977e1289a13963117d8e60ccb25e86cca2aab98538"
dependencies = [ dependencies = [
"ffizz-macros", "ffizz-macros",
"itertools", "itertools",
@@ -635,9 +635,9 @@ dependencies = [
[[package]] [[package]]
name = "ffizz-macros" name = "ffizz-macros"
version = "0.3.4" version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56603703fdb7bcae099f7212b9afb83f0d057236e42d87c894ba6b34ad77ac18" checksum = "af208cea557bab3ec4f05fb0c26460f1c61fdb204f3738f471b6b1ecd58d7a04"
dependencies = [ dependencies = [
"itertools", "itertools",
"proc-macro2", "proc-macro2",

View File

@@ -22,7 +22,7 @@ cc = "1.0.73"
chrono = { version = "^0.4.22", features = ["serde"] } chrono = { version = "^0.4.22", features = ["serde"] }
clap = { version = "^4.3.0", features = ["string"] } clap = { version = "^4.3.0", features = ["string"] }
env_logger = "^0.10.0" env_logger = "^0.10.0"
ffizz-header = "0.3" ffizz-header = "0.5"
flate2 = "1" flate2 = "1"
futures = "^0.3.25" futures = "^0.3.25"
lazy_static = "1" lazy_static = "1"