Skip to content

Commit

Permalink
update zstd to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
danielschemmel committed Oct 12, 2023
1 parent 4552642 commit d425025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-info-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ glob = "0.3"
pretty_assertions = "1"
rustc_version = "0.4"
serde_json = "1"
zstd = "0.12"
zstd = "0.13"

build-info-common = { version = "=0.0.34", path = "../build-info-common", features = ["serde"] }

Expand Down
2 changes: 1 addition & 1 deletion build-info-proc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ proc-macro-error = "1"
quote = "1"
serde_json = "1"
syn = "2"
zstd = "0.12"
zstd = "0.13"

build-info-common = { version = "=0.0.34", path = "../build-info-common", features = ["serde"] }

Expand Down

0 comments on commit d425025

Please sign in to comment.