diff --git a/build-info-build/Cargo.toml b/build-info-build/Cargo.toml index 4e8385d..47c247c 100644 --- a/build-info-build/Cargo.toml +++ b/build-info-build/Cargo.toml @@ -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"] } diff --git a/build-info-proc/Cargo.toml b/build-info-proc/Cargo.toml index 351c8b0..c176fc1 100644 --- a/build-info-proc/Cargo.toml +++ b/build-info-proc/Cargo.toml @@ -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"] }