Skip to content

Commit

Permalink
deps: Update lz4_flex, base64, env_logger
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored and elrnv committed Jul 9, 2024
1 parent 466065e commit 6532467
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ nom = "7"
num-traits = "0.2"
num-derive = "0.4"
byteorder = "1.3"
base64 = "0.21"
base64 = "0.22"
bytemuck = { version = "1.5", features = ["extern_crate_alloc"] }
lz4 = { package = "lz4_flex", version = "0.10", optional = true }
lz4 = { package = "lz4_flex", version = "0.11", optional = true }
flate2 = { version = "1.0.19", optional = true }
xz2 = { version = "0.1.6", optional = true } # LZMA
# quick-xml = { path = "../quick-xml", features = ["serialize", "binary"], optional = true }
Expand All @@ -33,7 +33,7 @@ log = "0.4"
[dev-dependencies]
regex = "1.0"
pretty_assertions = "1.0"
env_logger = "0.10"
env_logger = "0.11"

[features]
default = ["xml", "compression"]
Expand Down

0 comments on commit 6532467

Please sign in to comment.