diff --git a/Cargo.lock b/Cargo.lock index 54b471216e2..f04c9b47320 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -764,9 +764,9 @@ dependencies = [ [[package]] name = "cargo-manifest" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cecbe6b6f6285b7016d41a045742e0ffda96b6e8e6fe7a479a7e5bc2bcffddad" +checksum = "999e8e607fe778257b51e0053903ed97594e56bc7a908c1f77320e9390c3b47b" dependencies = [ "serde", "thiserror 1.0.69", diff --git a/Cargo.toml b/Cargo.toml index 49be509bb9b..d053298ae8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ axum-extra = { version = "=0.9.4", features = ["cookie-signed", "typed-header"] base64 = "=0.22.1" bigdecimal = { version = "=0.4.6", features = ["serde"] } bon = "=3.0.0" -cargo-manifest = "=0.16.0" +cargo-manifest = "=0.16.1" colored = "=2.1.0" crates_io_cdn_logs = { path = "crates/crates_io_cdn_logs" } crates_io_database = { path = "crates/crates_io_database" } diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index 8fd32909ed5..9ce72799fb2 100644 --- a/crates/crates_io_tarball/Cargo.toml +++ b/crates/crates_io_tarball/Cargo.toml @@ -11,7 +11,7 @@ workspace = true builder = [] [dependencies] -cargo-manifest = "=0.16.0" +cargo-manifest = "=0.16.1" flate2 = "=1.0.35" serde = { version = "=1.0.215", features = ["derive"] } serde_json = "=1.0.132"