diff --git a/Cargo.lock b/Cargo.lock index b029fef0132..c53ce47db8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -762,9 +762,9 @@ dependencies = [ [[package]] name = "cargo-manifest" -version = "0.15.2" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03fa8484a7f2eef80e6dd2e2be90b322b9c29aeb1bbc206013d6eb2104db7241" +checksum = "cecbe6b6f6285b7016d41a045742e0ffda96b6e8e6fe7a479a7e5bc2bcffddad" dependencies = [ "serde", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 94cdff504a7..8516b373bce 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 = "=2.3.0" -cargo-manifest = "=0.15.2" +cargo-manifest = "=0.16.0" 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 b0ec630d4e2..d270f61fb1a 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.15.2" +cargo-manifest = "=0.16.0" flate2 = "=1.0.34" serde = { version = "=1.0.214", features = ["derive"] } serde_json = "=1.0.132"