@@ -31,7 +31,7 @@ clap = { version = "4.5.31", default-features = false }
3131clap_complete = " 4.5.46"
3232clap_complete_nushell = " 4.5.5"
3333# Rattler crates
34- coalesced_map = " 0.1.1 "
34+ coalesced_map = " 0.1.2 "
3535concat-idents = " 1.1.5"
3636console = " 0.15.10"
3737console-subscriber = " 0.4.1"
@@ -122,12 +122,12 @@ rattler_conda_types = { version = "0.40.3", default-features = false, features =
122122] }
123123rattler_digest = { version = " 1.1.7" , default-features = false }
124124rattler_lock = { version = " 0.25.3" , default-features = false }
125- rattler_menuinst = { version = " 0.2.23 " , default-features = false }
125+ rattler_menuinst = { version = " 0.2.29 " , default-features = false }
126126rattler_networking = { version = " 0.25.20" , default-features = false , features = [
127127 " dirs" ,
128128 " google-cloud-auth" ,
129129] }
130- rattler_package_streaming = { version = " 0.23.11 " , default-features = false }
130+ rattler_package_streaming = { version = " 0.23.8 " , default-features = false }
131131rattler_repodata_gateway = { version = " 0.24.12" , default-features = false }
132132rattler_shell = { version = " 0.25.5" , default-features = false }
133133rattler_solve = { version = " 3.0.8" , default-features = false }
@@ -144,6 +144,7 @@ self-replace = "1.5.0"
144144serde = " 1.0.218"
145145serde-untagged = " 0.1.6"
146146serde-value = " 0.7.0"
147+ serde_derive = " *"
147148serde_ignored = " 0.1.10"
148149serde_json = " 1.0.139"
149150serde_with = " =3.14.0"
@@ -212,6 +213,24 @@ reqwest-middleware = { git = "https://github.com/astral-sh/reqwest-middleware",
212213reqwest-retry = { git = " https://github.com/astral-sh/reqwest-middleware" , rev = " ad8b9d332d1773fde8b4cd008486de5973e0a3f8" }
213214version-ranges = { git = " https://github.com/astral-sh/pubgrub" , rev = " 06ec5a5f59ffaeb6cf5079c6cb184467da06c9db" }
214215
216+ # pixi-rattler-patches - START
217+ # pixi-rattler-original-versions: {"coalesced_map": "0.1.1", "file_url": "0.2.6", "rattler": "0.38.2", "rattler_cache": "0.3.41", "rattler_conda_types": "0.40.3", "rattler_digest": "1.1.7", "rattler_lock": "0.25.3", "rattler_menuinst": "0.2.23", "rattler_networking": "0.25.20", "rattler_package_streaming": "0.23.11", "rattler_repodata_gateway": "0.24.12", "rattler_shell": "0.25.5", "rattler_solve": "3.0.8", "rattler_virtual_packages": "2.2.4", "simple_spawn_blocking": "1.1.0"}
218+ coalesced_map = { path = " ../../rattler/main//crates/coalesced_map" }
219+ file_url = { path = " ../../rattler/main//crates/file_url" }
220+ rattler = { path = " ../../rattler/main//crates/rattler" }
221+ rattler_cache = { path = " ../../rattler/main//crates/rattler_cache" }
222+ rattler_conda_types = { path = " ../../rattler/main//crates/rattler_conda_types" }
223+ rattler_digest = { path = " ../../rattler/main//crates/rattler_digest" }
224+ rattler_lock = { path = " ../../rattler/main//crates/rattler_lock" }
225+ rattler_menuinst = { path = " ../../rattler/main//crates/rattler_menuinst" }
226+ rattler_networking = { path = " ../../rattler/main//crates/rattler_networking" }
227+ rattler_package_streaming = { path = " ../../rattler/main//crates/rattler_package_streaming" }
228+ rattler_repodata_gateway = { path = " ../../rattler/main//crates/rattler_repodata_gateway" }
229+ rattler_shell = { path = " ../../rattler/main//crates/rattler_shell" }
230+ rattler_solve = { path = " ../../rattler/main//crates/rattler_solve" }
231+ rattler_virtual_packages = { path = " ../../rattler/main//crates/rattler_virtual_packages" }
232+ simple_spawn_blocking = { path = " ../../rattler/main//crates/simple_spawn_blocking" }
233+ # pixi-rattler-patches - END
215234[profile .ci ]
216235codegen-units = 16
217236inherits = " release"
0 commit comments