diff --git a/Cargo.lock b/Cargo.lock index e55c46c..5abc748 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -402,20 +402,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b960dda43575c5097947483b1dd4ab1f4c77cbc5836daea0118ecc417d3f1662" dependencies = [ "bincode", - "build-info-common 0.0.35", + "build-info-common", "build-info-proc", ] [[package]] name = "build-info-build" -version = "0.0.34" +version = "0.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b69d6331ec579144d39e1c128f343d23e9b837617df1bed4ed032e141f83f06a" +checksum = "482e6d2e84487d2eae52c2207d9db26c11eaef3690a0c123fa0a2b3f94bbd648" dependencies = [ "anyhow", "base64 0.21.5", "bincode", - "build-info-common 0.0.34", + "build-info-common", "cargo_metadata", "chrono", "git2", @@ -423,19 +423,7 @@ dependencies = [ "pretty_assertions", "rustc_version", "serde_json", - "zstd 0.12.4", -] - -[[package]] -name = "build-info-common" -version = "0.0.34" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8209c0c2b13da7e5f7202e591b6d41b46c8f0e78d031dedf5cff71cc8c6ec773" -dependencies = [ - "chrono", - "derive_more", - "semver", - "serde", + "zstd", ] [[package]] @@ -459,7 +447,7 @@ dependencies = [ "anyhow", "base64 0.21.5", "bincode", - "build-info-common 0.0.35", + "build-info-common", "chrono", "num-bigint", "num-traits", @@ -468,7 +456,7 @@ dependencies = [ "quote", "serde_json", "syn 2.0.47", - "zstd 0.13.0", + "zstd", ] [[package]] @@ -1700,9 +1688,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.34.2" +version = "0.34.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70472b18aeba476e59053562c0a4226e6b3ca8bba28550d4e7a1e7f5166fdb4a" +checksum = "1c4e00a4268539fda6c431a0fd01d016d4b44c361f9c283d0eb8f1ab7408a517" dependencies = [ "arc-swap", "async-trait", @@ -3366,32 +3354,13 @@ version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" -[[package]] -name = "zstd" -version = "0.12.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c" -dependencies = [ - "zstd-safe 6.0.6", -] - [[package]] name = "zstd" version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110" dependencies = [ - "zstd-safe 7.0.0", -] - -[[package]] -name = "zstd-safe" -version = "6.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581" -dependencies = [ - "libc", - "zstd-sys", + "zstd-safe", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f17aa01..d3e143f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ features = [ ] [build-dependencies] -build-info-build = "0.0.34" +build-info-build = "0.0.35" [features] default = ["github"]