diff --git a/Cargo.lock b/Cargo.lock index 40612c9d5b5..100e2c606bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -767,11 +767,12 @@ dependencies = [ [[package]] name = "cargo-manifest" -version = "0.17.0" -source = "git+https://github.com/LawnGnome/cargo-manifest?rev=5c256c6c3c2507438c501ecfa5c39b4ab5ccf5a9#5c256c6c3c2507438c501ecfa5c39b4ab5ccf5a9" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e7713fa8974fe547c44fcf043d0d910fff5fd95673d40b77a769495657789fb" dependencies = [ "serde", - "thiserror 1.0.69", + "thiserror 2.0.10", "toml", ] diff --git a/Cargo.toml b/Cargo.toml index f0a55828f7b..42dcc5730dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,10 +53,7 @@ axum-extra = { version = "=0.10.0", features = ["erased-json", "query", "typed-h base64 = "=0.22.1" bigdecimal = { version = "=0.4.7", features = ["serde"] } bon = "=3.3.2" -# Temporarily use cargo-manifest 0.17.0 + the commit to fix -# https://github.com/LukeMathWalker/cargo-manifest/issues/63 cherry picked on -# top to unblock resolver v3 support. -cargo-manifest = { git = "https://github.com/LawnGnome/cargo-manifest", rev = "5c256c6c3c2507438c501ecfa5c39b4ab5ccf5a9" } +cargo-manifest = "=0.18.0" colored = "=3.0.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 d23fca12722..124d4662fb7 100644 --- a/crates/crates_io_tarball/Cargo.toml +++ b/crates/crates_io_tarball/Cargo.toml @@ -11,10 +11,7 @@ workspace = true builder = ["dep:flate2", "dep:tar"] [dependencies] -# Temporarily use cargo-manifest 0.17.0 + the commit to fix -# https://github.com/LukeMathWalker/cargo-manifest/issues/63 cherry picked on -# top to unblock resolver v3 support. -cargo-manifest = { git = "https://github.com/LawnGnome/cargo-manifest", rev = "5c256c6c3c2507438c501ecfa5c39b4ab5ccf5a9" } +cargo-manifest = "=0.18.0" flate2 = { version = "=1.0.35", optional = true } serde = { version = "=1.0.217", features = ["derive"] } serde_json = "=1.0.135"