diff --git a/Cargo.lock b/Cargo.lock index 60c1b54b68..d98176a807 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -244,9 +244,9 @@ dependencies = [ [[package]] name = "async-io" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059" +checksum = "1237c0ae75a0f3765f58910ff9cdd0a12eeb39ab2f4c7de23262f337f0aacbb3" dependencies = [ "async-lock", "cfg-if", @@ -255,7 +255,7 @@ dependencies = [ "futures-lite", "parking", "polling", - "rustix 0.38.44", + "rustix 1.0.7", "slab", "tracing", "windows-sys 0.59.0", @@ -274,9 +274,9 @@ dependencies = [ [[package]] name = "async-process" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb" +checksum = "cde3f4e40e6021d7acffc90095cbd6dc54cb593903d1de5832f435eb274b85dc" dependencies = [ "async-channel", "async-io", @@ -287,7 +287,7 @@ dependencies = [ "cfg-if", "event-listener", "futures-lite", - "rustix 0.38.44", + "rustix 1.0.7", "tracing", ] @@ -304,9 +304,9 @@ dependencies = [ [[package]] name = "async-signal" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3" +checksum = "d7605a4e50d4b06df3898d5a70bf5fde51ed9059b0434b73105193bc27acce0d" dependencies = [ "async-io", "async-lock", @@ -314,7 +314,7 @@ dependencies = [ "cfg-if", "futures-core", "futures-io", - "rustix 0.38.44", + "rustix 1.0.7", "signal-hook-registry", "slab", "windows-sys 0.59.0", @@ -418,9 +418,9 @@ dependencies = [ [[package]] name = "aws-sdk-s3" -version = "1.88.0" +version = "1.90.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ffc2a1c6dfd4585ad423350c04da3c8be831c9f418e58e8c837656054ec45f8" +checksum = "5934beb9403c562bd129a1de1bd51ab67209c05ddf3a4a8c86714120181c860f" dependencies = [ "aws-credential-types", "aws-runtime", @@ -452,9 +452,9 @@ dependencies = [ [[package]] name = "aws-sdk-sso" -version = "1.70.0" +version = "1.71.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83447efb7179d8e2ad2afb15ceb9c113debbc2ecdf109150e338e2e28b86190b" +checksum = "95a4fd09d6e863655d99cd2260f271c6d1030dc6bfad68e19e126d2e4c8ceb18" dependencies = [ "aws-credential-types", "aws-runtime", @@ -474,9 +474,9 @@ dependencies = [ [[package]] name = "aws-sdk-ssooidc" -version = "1.71.0" +version = "1.72.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5f9bfbbda5e2b9fe330de098f14558ee8b38346408efe9f2e9cee82dc1636a4" +checksum = "3224ab02ebb3074467a33d57caf6fcb487ca36f3697fdd381b0428dc72380696" dependencies = [ "aws-credential-types", "aws-runtime", @@ -496,9 +496,9 @@ dependencies = [ [[package]] name = "aws-sdk-sts" -version = "1.71.0" +version = "1.72.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e17b984a66491ec08b4f4097af8911251db79296b3e4a763060b45805746264f" +checksum = "f6933f189ed1255e78175fbd73fb200c0aae7240d220ed3346f567b0ddca3083" dependencies = [ "aws-credential-types", "aws-runtime", @@ -816,9 +816,9 @@ dependencies = [ [[package]] name = "backon" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd0b50b1b78dbadd44ab18b3c794e496f3a139abb9fbc27d9c94c4eebbb96496" +checksum = "302eaff5357a264a2c42f127ecb8bac761cf99749fc3dc95677e2743991f99e7" dependencies = [ "fastrand", "gloo-timers", @@ -1086,9 +1086,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.24" +version = "1.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16595d3be041c03b09d08d0858631facccee9221e579704070e6e9e4915d3bc7" +checksum = "d0fc897dc1e865cc67c0e05a836d9d3f1df3cbe442aa4a9473b18e12624a4951" dependencies = [ "jobserver", "libc", @@ -1181,9 +1181,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.38" +version = "4.5.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000" +checksum = "fd60e63e9be68e5fb56422e397cf9baddded06dae1d2e523401542383bc72a9f" dependencies = [ "clap_builder", "clap_derive", @@ -1202,9 +1202,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.38" +version = "4.5.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120" +checksum = "89cc6392a1f72bbeb820d71f32108f61fdaf18bc526e1d23954168a67759ef51" dependencies = [ "anstream", "anstyle", @@ -1314,9 +1314,9 @@ dependencies = [ [[package]] name = "core-foundation" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" +checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" dependencies = [ "core-foundation-sys", "libc", @@ -1545,7 +1545,7 @@ dependencies = [ "hashbrown 0.14.5", "lock_api", "once_cell", - "parking_lot_core 0.9.10", + "parking_lot_core 0.9.11", ] [[package]] @@ -2361,12 +2361,6 @@ version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" -[[package]] -name = "hermit-abi" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" - [[package]] name = "hermit-abi" version = "0.5.1" @@ -2609,7 +2603,7 @@ dependencies = [ "tokio", "tokio-rustls 0.26.2", "tower-service", - "webpki-roots 1.0.0", + "webpki-roots", ] [[package]] @@ -2630,22 +2624,28 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf9f1e950e0d9d1d3c47184416723cf29c0d1f93bd8cccf37e4beb6b44f31710" +checksum = "b1c293b6b3d21eca78250dc7dbebd6b9210ec5530e038cbfe0661b5c47ab06e8" dependencies = [ + "base64 0.22.1", "bytes", "futures-channel", + "futures-core", "futures-util", "http 1.3.1", "http-body 1.0.1", "hyper 1.6.0", + "ipnet", "libc", + "percent-encoding", "pin-project-lite", "socket2", + "system-configuration", "tokio", "tower-service", "tracing", + "windows-registry 0.4.0", ] [[package]] @@ -2866,6 +2866,16 @@ version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" +[[package]] +name = "iri-string" +version = "0.7.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" +dependencies = [ + "memchr", + "serde", +] + [[package]] name = "is-terminal" version = "0.4.16" @@ -3038,9 +3048,9 @@ dependencies = [ [[package]] name = "libloading" -version = "0.8.7" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c" +checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" dependencies = [ "cfg-if", "windows-targets 0.53.0", @@ -3115,9 +3125,9 @@ checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" [[package]] name = "lock_api" -version = "0.4.12" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" +checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" dependencies = [ "autocfg", "scopeguard", @@ -3226,13 +3236,13 @@ dependencies = [ [[package]] name = "mio" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" +checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" dependencies = [ "libc", "wasi 0.11.0+wasi-snapshot-preview1", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -3472,9 +3482,9 @@ dependencies = [ [[package]] name = "openssl" -version = "0.10.72" +version = "0.10.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da" +checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" dependencies = [ "bitflags 2.9.1", "cfg-if", @@ -3504,9 +3514,9 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" [[package]] name = "openssl-sys" -version = "0.9.108" +version = "0.9.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847" +checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" dependencies = [ "cc", "libc", @@ -3591,12 +3601,12 @@ dependencies = [ [[package]] name = "parking_lot" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" +checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" dependencies = [ "lock_api", - "parking_lot_core 0.9.10", + "parking_lot_core 0.9.11", ] [[package]] @@ -3615,9 +3625,9 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.10" +version = "0.9.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" +checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" dependencies = [ "cfg-if", "libc", @@ -3880,15 +3890,15 @@ dependencies = [ [[package]] name = "polling" -version = "3.7.4" +version = "3.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f" +checksum = "b53a684391ad002dd6a596ceb6c74fd004fdce75f4be2e3f615068abbea5fd50" dependencies = [ "cfg-if", "concurrent-queue", - "hermit-abi 0.4.0", + "hermit-abi 0.5.1", "pin-project-lite", - "rustix 0.38.44", + "rustix 1.0.7", "tracing", "windows-sys 0.59.0", ] @@ -4150,7 +4160,7 @@ dependencies = [ [[package]] name = "rattler" -version = "0.34.0" +version = "0.34.1" dependencies = [ "anyhow", "assert_matches", @@ -4169,7 +4179,7 @@ dependencies = [ "memchr", "memmap2", "once_cell", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "rand 0.9.1", "rattler_cache", "rattler_conda_types", @@ -4226,7 +4236,7 @@ dependencies = [ [[package]] name = "rattler_cache" -version = "0.3.20" +version = "0.3.21" dependencies = [ "anyhow", "assert_matches", @@ -4240,7 +4250,7 @@ dependencies = [ "futures", "fxhash", "itertools 0.14.0", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "rattler_conda_types", "rattler_digest", "rattler_networking", @@ -4264,11 +4274,11 @@ dependencies = [ [[package]] name = "rattler_conda_types" -version = "0.35.0" +version = "0.35.1" dependencies = [ "assert_matches", "chrono", - "core-foundation 0.10.0", + "core-foundation 0.10.1", "criterion", "dirs", "dunce", @@ -4312,7 +4322,7 @@ dependencies = [ [[package]] name = "rattler_digest" -version = "1.1.2" +version = "1.1.3" dependencies = [ "blake2", "digest", @@ -4331,7 +4341,7 @@ dependencies = [ [[package]] name = "rattler_index" -version = "0.23.0" +version = "0.23.1" dependencies = [ "anyhow", "bytes", @@ -4365,7 +4375,7 @@ dependencies = [ [[package]] name = "rattler_libsolv_c" -version = "1.2.1" +version = "1.2.2" dependencies = [ "anyhow", "cc", @@ -4377,7 +4387,7 @@ dependencies = [ [[package]] name = "rattler_lock" -version = "0.23.5" +version = "0.23.6" dependencies = [ "chrono", "file_url", @@ -4405,7 +4415,7 @@ dependencies = [ [[package]] name = "rattler_macros" -version = "1.0.9" +version = "1.0.10" dependencies = [ "quote", "syn", @@ -4414,7 +4424,7 @@ dependencies = [ [[package]] name = "rattler_menuinst" -version = "0.2.10" +version = "0.2.11" dependencies = [ "chrono", "configparser", @@ -4443,7 +4453,7 @@ dependencies = [ [[package]] name = "rattler_networking" -version = "0.25.0" +version = "0.25.1" dependencies = [ "anyhow", "async-trait", @@ -4478,7 +4488,7 @@ dependencies = [ [[package]] name = "rattler_package_streaming" -version = "0.22.39" +version = "0.22.40" dependencies = [ "assert_matches", "bzip2", @@ -4512,7 +4522,7 @@ dependencies = [ [[package]] name = "rattler_pty" -version = "0.2.1" +version = "0.2.2" dependencies = [ "libc", "nix", @@ -4521,7 +4531,7 @@ dependencies = [ [[package]] name = "rattler_redaction" -version = "0.1.10" +version = "0.1.11" dependencies = [ "reqwest", "reqwest-middleware", @@ -4530,7 +4540,7 @@ dependencies = [ [[package]] name = "rattler_repodata_gateway" -version = "0.23.0" +version = "0.23.1" dependencies = [ "anyhow", "assert_matches", @@ -4560,7 +4570,7 @@ dependencies = [ "json-patch", "libc", "memmap2", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project-lite", "rattler_cache", "rattler_conda_types", @@ -4595,7 +4605,7 @@ dependencies = [ [[package]] name = "rattler_sandbox" -version = "0.1.8" +version = "0.1.9" dependencies = [ "birdcage", "clap", @@ -4606,7 +4616,7 @@ dependencies = [ [[package]] name = "rattler_shell" -version = "0.23.2" +version = "0.23.3" dependencies = [ "anyhow", "enum_dispatch", @@ -4628,7 +4638,7 @@ dependencies = [ [[package]] name = "rattler_solve" -version = "2.1.0" +version = "2.1.1" dependencies = [ "chrono", "criterion", @@ -4654,7 +4664,7 @@ dependencies = [ [[package]] name = "rattler_virtual_packages" -version = "2.0.13" +version = "2.0.14" dependencies = [ "archspec", "libloading", @@ -4854,9 +4864,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.15" +version = "0.12.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb" +checksum = "e98ff6b0dbbe4d5a37318f433d4fc82babd21631f194d370409ceb2e40b2f0b5" dependencies = [ "async-compression", "base64 0.22.1", @@ -4884,26 +4894,24 @@ dependencies = [ "quinn", "rustls 0.23.27", "rustls-native-certs 0.8.1", - "rustls-pemfile 2.2.0", "rustls-pki-types", "serde", "serde_json", "serde_urlencoded", "sync_wrapper", - "system-configuration", "tokio", "tokio-native-tls", "tokio-rustls 0.26.2", "tokio-util", "tower", + "tower-http", "tower-service", "url", "wasm-bindgen", "wasm-bindgen-futures", "wasm-streams", "web-sys", - "webpki-roots 0.26.11", - "windows-registry 0.4.0", + "webpki-roots", ] [[package]] @@ -5326,7 +5334,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" dependencies = [ "bitflags 2.9.1", - "core-foundation 0.10.0", + "core-foundation 0.10.1", "core-foundation-sys", "libc", "security-framework-sys", @@ -5640,9 +5648,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.5.9" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef" +checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" dependencies = [ "libc", "windows-sys 0.52.0", @@ -5829,7 +5837,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96374855068f47402c3121c6eed88d29cb1de8f3ab27090e273e420bdabcf050" dependencies = [ "futures", - "parking_lot 0.12.3", + "parking_lot 0.12.4", ] [[package]] @@ -5999,7 +6007,7 @@ dependencies = [ "bytes", "libc", "mio", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project-lite", "signal-hook-registry", "socket2", @@ -6172,12 +6180,14 @@ dependencies = [ "http-body-util", "http-range-header", "httpdate", + "iri-string", "mime", "mime_guess", "percent-encoding", "pin-project-lite", "tokio", "tokio-util", + "tower", "tower-layer", "tower-service", "tracing", @@ -6620,7 +6630,7 @@ checksum = "0048ad49a55b9deb3953841fa1fc5858f0efbcb7a18868c899a360269fac1b23" dependencies = [ "futures", "js-sys", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-utils", "slab", "wasm-bindgen", @@ -6646,15 +6656,6 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "webpki-roots" -version = "0.26.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" -dependencies = [ - "webpki-roots 1.0.0", -] - [[package]] name = "webpki-roots" version = "1.0.0" diff --git a/Cargo.toml b/Cargo.toml index c7f91933fc..1d86f626d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -180,24 +180,24 @@ zstd = { version = "0.13.3", default-features = false } # These are the all the crates defined in the workspace. We pin all of them together because they are always updated in tendem. file_url = { path = "crates/file_url", version = "=0.2.5", default-features = false } -rattler = { path = "crates/rattler", version = "=0.34.0", default-features = false } -rattler_cache = { path = "crates/rattler_cache", version = "=0.3.20", default-features = false } -rattler_conda_types = { path = "crates/rattler_conda_types", version = "=0.35.0", default-features = false } -rattler_digest = { path = "crates/rattler_digest", version = "=1.1.2", default-features = false } -rattler_index = { path = "crates/rattler_index", version = "=0.23.0", default-features = false } -rattler_libsolv_c = { path = "crates/rattler_libsolv_c", version = "=1.2.1", default-features = false } -rattler_lock = { path = "crates/rattler_lock", version = "=0.23.5", default-features = false } -rattler_macros = { path = "crates/rattler_macros", version = "=1.0.9", default-features = false } -rattler_menuinst = { path = "crates/rattler_menuinst", version = "=0.2.10", default-features = false } -rattler_networking = { path = "crates/rattler_networking", version = "=0.25.0", default-features = false } -rattler_pty = { path = "crates/rattler_pty", version = "=0.2.1", default-features = false } -rattler_redaction = { path = "crates/rattler_redaction", version = "=0.1.10", default-features = false } -rattler_package_streaming = { path = "crates/rattler_package_streaming", version = "=0.22.39", default-features = false } -rattler_repodata_gateway = { path = "crates/rattler_repodata_gateway", version = "=0.23.0", default-features = false } -rattler_sandbox = { path = "crates/rattler_sandbox", version = "=0.1.8", default-features = false } -rattler_shell = { path = "crates/rattler_shell", version = "=0.23.2", default-features = false } -rattler_solve = { path = "crates/rattler_solve", version = "=2.1.0", default-features = false } -rattler_virtual_packages = { path = "crates/rattler_virtual_packages", version = "=2.0.13", default-features = false } +rattler = { path = "crates/rattler", version = "=0.34.1", default-features = false } +rattler_cache = { path = "crates/rattler_cache", version = "=0.3.21", default-features = false } +rattler_conda_types = { path = "crates/rattler_conda_types", version = "=0.35.1", default-features = false } +rattler_digest = { path = "crates/rattler_digest", version = "=1.1.3", default-features = false } +rattler_index = { path = "crates/rattler_index", version = "=0.23.1", default-features = false } +rattler_libsolv_c = { path = "crates/rattler_libsolv_c", version = "=1.2.2", default-features = false } +rattler_lock = { path = "crates/rattler_lock", version = "=0.23.6", default-features = false } +rattler_macros = { path = "crates/rattler_macros", version = "=1.0.10", default-features = false } +rattler_menuinst = { path = "crates/rattler_menuinst", version = "=0.2.11", default-features = false } +rattler_networking = { path = "crates/rattler_networking", version = "=0.25.1", default-features = false } +rattler_pty = { path = "crates/rattler_pty", version = "=0.2.2", default-features = false } +rattler_redaction = { path = "crates/rattler_redaction", version = "=0.1.11", default-features = false } +rattler_package_streaming = { path = "crates/rattler_package_streaming", version = "=0.22.40", default-features = false } +rattler_repodata_gateway = { path = "crates/rattler_repodata_gateway", version = "=0.23.1", default-features = false } +rattler_sandbox = { path = "crates/rattler_sandbox", version = "=0.1.9", default-features = false } +rattler_shell = { path = "crates/rattler_shell", version = "=0.23.3", default-features = false } +rattler_solve = { path = "crates/rattler_solve", version = "=2.1.1", default-features = false } +rattler_virtual_packages = { path = "crates/rattler_virtual_packages", version = "=2.0.14", default-features = false } # This is also a rattler crate, but we only pin it to minor version simple_spawn_blocking = { path = "crates/simple_spawn_blocking", version = "1.1", default-features = false } diff --git a/crates/rattler/CHANGELOG.md b/crates/rattler/CHANGELOG.md index 38fb28469a..ecf102d7e1 100644 --- a/crates/rattler/CHANGELOG.md +++ b/crates/rattler/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.34.1](https://github.com/conda/rattler/compare/rattler-v0.34.0...rattler-v0.34.1) - 2025-05-30 + +### Other + +- update readme ([#1364](https://github.com/conda/rattler/pull/1364)) + ## [0.34.0](https://github.com/conda/rattler/compare/rattler-v0.33.7...rattler-v0.34.0) - 2025-05-23 ### Fixed diff --git a/crates/rattler/Cargo.toml b/crates/rattler/Cargo.toml index fef28c9857..b004d4dd21 100644 --- a/crates/rattler/Cargo.toml +++ b/crates/rattler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler" -version = "0.34.0" +version = "0.34.1" edition.workspace = true authors = ["Bas Zalmstra "] description = "Rust library to install conda environments" diff --git a/crates/rattler_cache/CHANGELOG.md b/crates/rattler_cache/CHANGELOG.md index d2b83de0ed..b36cb82820 100644 --- a/crates/rattler_cache/CHANGELOG.md +++ b/crates/rattler_cache/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.21](https://github.com/conda/rattler/compare/rattler_cache-v0.3.20...rattler_cache-v0.3.21) - 2025-05-30 + +### Other + +- update readme ([#1364](https://github.com/conda/rattler/pull/1364)) + ## [0.3.20](https://github.com/conda/rattler/compare/rattler_cache-v0.3.19...rattler_cache-v0.3.20) - 2025-05-23 ### Fixed diff --git a/crates/rattler_cache/Cargo.toml b/crates/rattler_cache/Cargo.toml index b6ebabf283..3bd3c90f55 100644 --- a/crates/rattler_cache/Cargo.toml +++ b/crates/rattler_cache/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_cache" -version = "0.3.20" +version = "0.3.21" description = "A crate to manage the caching of data in rattler" categories = { workspace = true } homepage = { workspace = true } diff --git a/crates/rattler_conda_types/CHANGELOG.md b/crates/rattler_conda_types/CHANGELOG.md index 3d877bbcac..926fcc7227 100644 --- a/crates/rattler_conda_types/CHANGELOG.md +++ b/crates/rattler_conda_types/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.35.1](https://github.com/conda/rattler/compare/rattler_conda_types-v0.35.0...rattler_conda_types-v0.35.1) - 2025-05-30 + +### Other + +- update readme ([#1364](https://github.com/conda/rattler/pull/1364)) + ## [0.35.0](https://github.com/conda/rattler/compare/rattler_conda_types-v0.34.0...rattler_conda_types-v0.35.0) - 2025-05-23 ### Added diff --git a/crates/rattler_conda_types/Cargo.toml b/crates/rattler_conda_types/Cargo.toml index 9e99724266..b49fa553dd 100644 --- a/crates/rattler_conda_types/Cargo.toml +++ b/crates/rattler_conda_types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_conda_types" -version = "0.35.0" +version = "0.35.1" edition.workspace = true authors = ["Bas Zalmstra "] description = "Rust data types for common types used within the Conda ecosystem" diff --git a/crates/rattler_digest/CHANGELOG.md b/crates/rattler_digest/CHANGELOG.md index 4a4a9ac7d1..3722c38e12 100644 --- a/crates/rattler_digest/CHANGELOG.md +++ b/crates/rattler_digest/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.3](https://github.com/conda/rattler/compare/rattler_digest-v1.1.2...rattler_digest-v1.1.3) - 2025-05-30 + +### Other + +- update readme ([#1364](https://github.com/conda/rattler/pull/1364)) + ## [1.1.2](https://github.com/conda/rattler/compare/rattler_digest-v1.1.1...rattler_digest-v1.1.2) - 2025-05-16 ### Other diff --git a/crates/rattler_digest/Cargo.toml b/crates/rattler_digest/Cargo.toml index 8b40e77950..b91cd6f4a4 100644 --- a/crates/rattler_digest/Cargo.toml +++ b/crates/rattler_digest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_digest" -version = "1.1.2" +version = "1.1.3" edition.workspace = true authors = ["Bas Zalmstra "] description = "An simple crate used by rattler crates to compute different hashes from different sources" diff --git a/crates/rattler_index/CHANGELOG.md b/crates/rattler_index/CHANGELOG.md index 82100fdb67..61a041d1aa 100644 --- a/crates/rattler_index/CHANGELOG.md +++ b/crates/rattler_index/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.23.1](https://github.com/conda/rattler/compare/rattler_index-v0.23.0...rattler_index-v0.23.1) - 2025-05-30 + +### Other + +- update readme ([#1364](https://github.com/conda/rattler/pull/1364)) + ## [0.23.0](https://github.com/conda/rattler/compare/rattler_index-v0.22.7...rattler_index-v0.23.0) - 2025-05-23 ### Added diff --git a/crates/rattler_index/Cargo.toml b/crates/rattler_index/Cargo.toml index 30fd26c2b2..5d70a2b530 100644 --- a/crates/rattler_index/Cargo.toml +++ b/crates/rattler_index/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_index" -version = "0.23.0" +version = "0.23.1" edition.workspace = true authors = [] description = "A crate to index conda channels and create a repodata.json file." diff --git a/crates/rattler_libsolv_c/CHANGELOG.md b/crates/rattler_libsolv_c/CHANGELOG.md index 47594c0352..20289926c7 100644 --- a/crates/rattler_libsolv_c/CHANGELOG.md +++ b/crates/rattler_libsolv_c/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.2](https://github.com/conda/rattler/compare/rattler_libsolv_c-v1.2.1...rattler_libsolv_c-v1.2.2) - 2025-05-30 + +### Other + +- update readme ([#1364](https://github.com/conda/rattler/pull/1364)) + ## [1.2.1](https://github.com/conda/rattler/compare/rattler_libsolv_c-v1.2.0...rattler_libsolv_c-v1.2.1) - 2025-05-16 ### Other diff --git a/crates/rattler_libsolv_c/Cargo.toml b/crates/rattler_libsolv_c/Cargo.toml index 1d89bcf38e..c1a2750396 100644 --- a/crates/rattler_libsolv_c/Cargo.toml +++ b/crates/rattler_libsolv_c/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_libsolv_c" -version = "1.2.1" +version = "1.2.2" edition.workspace = true authors = ["Bas Zalmstra "] description = "Bindings for libsolv" diff --git a/crates/rattler_lock/CHANGELOG.md b/crates/rattler_lock/CHANGELOG.md index df0c584f81..511fb38dd4 100644 --- a/crates/rattler_lock/CHANGELOG.md +++ b/crates/rattler_lock/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.23.6](https://github.com/conda/rattler/compare/rattler_lock-v0.23.5...rattler_lock-v0.23.6) - 2025-05-30 + +### Other + +- update readme ([#1364](https://github.com/conda/rattler/pull/1364)) + ## [0.23.5](https://github.com/conda/rattler/compare/rattler_lock-v0.23.4...rattler_lock-v0.23.5) - 2025-05-23 ### Other diff --git a/crates/rattler_lock/Cargo.toml b/crates/rattler_lock/Cargo.toml index f144cd3ce1..0377ffa559 100644 --- a/crates/rattler_lock/Cargo.toml +++ b/crates/rattler_lock/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_lock" -version = "0.23.5" +version = "0.23.6" edition.workspace = true authors = ["Bas Zalmstra "] description = "Rust data types for conda lock" diff --git a/crates/rattler_macros/CHANGELOG.md b/crates/rattler_macros/CHANGELOG.md index 35d90ade81..653a981f4d 100644 --- a/crates/rattler_macros/CHANGELOG.md +++ b/crates/rattler_macros/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.10](https://github.com/conda/rattler/compare/rattler_macros-v1.0.9...rattler_macros-v1.0.10) - 2025-05-30 + +### Other + +- update readme ([#1364](https://github.com/conda/rattler/pull/1364)) + ## [1.0.9](https://github.com/conda/rattler/compare/rattler_macros-v1.0.8...rattler_macros-v1.0.9) - 2025-05-16 ### Other diff --git a/crates/rattler_macros/Cargo.toml b/crates/rattler_macros/Cargo.toml index 5ca8cbeb68..cace79f79b 100644 --- a/crates/rattler_macros/Cargo.toml +++ b/crates/rattler_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_macros" -version = "1.0.9" +version = "1.0.10" edition.workspace = true authors = ["Wolf Vollprecht "] description = "A crate that provideds some procedural macros for the rattler project" diff --git a/crates/rattler_menuinst/CHANGELOG.md b/crates/rattler_menuinst/CHANGELOG.md index a2fe19495e..5881c68bab 100644 --- a/crates/rattler_menuinst/CHANGELOG.md +++ b/crates/rattler_menuinst/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.11](https://github.com/conda/rattler/compare/rattler_menuinst-v0.2.10...rattler_menuinst-v0.2.11) - 2025-05-30 + +### Other + +- update readme ([#1364](https://github.com/conda/rattler/pull/1364)) + ## [0.2.10](https://github.com/conda/rattler/compare/rattler_menuinst-v0.2.9...rattler_menuinst-v0.2.10) - 2025-05-23 ### Other diff --git a/crates/rattler_menuinst/Cargo.toml b/crates/rattler_menuinst/Cargo.toml index 2fed5c7df7..9ccd916e1b 100644 --- a/crates/rattler_menuinst/Cargo.toml +++ b/crates/rattler_menuinst/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_menuinst" -version = "0.2.10" +version = "0.2.11" edition.workspace = true authors = ["Wolf Vollprecht "] description = "Install menu entries for a Conda package" diff --git a/crates/rattler_networking/CHANGELOG.md b/crates/rattler_networking/CHANGELOG.md index 9e130c2b24..ce3635beec 100644 --- a/crates/rattler_networking/CHANGELOG.md +++ b/crates/rattler_networking/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.25.1](https://github.com/conda/rattler/compare/rattler_networking-v0.25.0...rattler_networking-v0.25.1) - 2025-05-30 + +### Other + +- update readme ([#1364](https://github.com/conda/rattler/pull/1364)) + ## [0.25.0](https://github.com/conda/rattler/compare/rattler_networking-v0.24.0...rattler_networking-v0.25.0) - 2025-05-23 ### Fixed diff --git a/crates/rattler_networking/Cargo.toml b/crates/rattler_networking/Cargo.toml index 959cb8396c..7b84db008d 100644 --- a/crates/rattler_networking/Cargo.toml +++ b/crates/rattler_networking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_networking" -version = "0.25.0" +version = "0.25.1" edition.workspace = true authors = ["Wolf Vollprecht "] description = "Authenticated requests in the conda ecosystem" diff --git a/crates/rattler_package_streaming/CHANGELOG.md b/crates/rattler_package_streaming/CHANGELOG.md index f6c87531ce..fbd469dc45 100644 --- a/crates/rattler_package_streaming/CHANGELOG.md +++ b/crates/rattler_package_streaming/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.40](https://github.com/conda/rattler/compare/rattler_package_streaming-v0.22.39...rattler_package_streaming-v0.22.40) - 2025-05-30 + +### Other + +- update readme ([#1364](https://github.com/conda/rattler/pull/1364)) + ## [0.22.39](https://github.com/conda/rattler/compare/rattler_package_streaming-v0.22.38...rattler_package_streaming-v0.22.39) - 2025-05-23 ### Fixed diff --git a/crates/rattler_package_streaming/Cargo.toml b/crates/rattler_package_streaming/Cargo.toml index e68f1d635e..9b0b0cb1d3 100644 --- a/crates/rattler_package_streaming/Cargo.toml +++ b/crates/rattler_package_streaming/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_package_streaming" -version = "0.22.39" +version = "0.22.40" edition.workspace = true authors = ["Bas Zalmstra "] description = "Extract and stream of Conda package archives" diff --git a/crates/rattler_pty/CHANGELOG.md b/crates/rattler_pty/CHANGELOG.md index eefa2f8ecf..c00f8423d6 100644 --- a/crates/rattler_pty/CHANGELOG.md +++ b/crates/rattler_pty/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/conda/rattler/compare/rattler_pty-v0.2.1...rattler_pty-v0.2.2) - 2025-05-30 + +### Other + +- update readme ([#1364](https://github.com/conda/rattler/pull/1364)) + ## [0.2.1](https://github.com/conda/rattler/compare/rattler_pty-v0.2.0...rattler_pty-v0.2.1) - 2025-05-16 ### Other diff --git a/crates/rattler_pty/Cargo.toml b/crates/rattler_pty/Cargo.toml index 02da649b82..8bfd6d33e8 100644 --- a/crates/rattler_pty/Cargo.toml +++ b/crates/rattler_pty/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_pty" -version = "0.2.1" +version = "0.2.2" description = "A crate to create pty" categories.workspace = true homepage.workspace = true diff --git a/crates/rattler_redaction/CHANGELOG.md b/crates/rattler_redaction/CHANGELOG.md index 907d5aa678..2357f8dfe8 100644 --- a/crates/rattler_redaction/CHANGELOG.md +++ b/crates/rattler_redaction/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.11](https://github.com/conda/rattler/compare/rattler_redaction-v0.1.10...rattler_redaction-v0.1.11) - 2025-05-30 + +### Other + +- update readme ([#1364](https://github.com/conda/rattler/pull/1364)) + ## [0.1.10](https://github.com/conda/rattler/compare/rattler_redaction-v0.1.9...rattler_redaction-v0.1.10) - 2025-04-10 ### Other diff --git a/crates/rattler_redaction/Cargo.toml b/crates/rattler_redaction/Cargo.toml index 856183d331..cfab12831f 100644 --- a/crates/rattler_redaction/Cargo.toml +++ b/crates/rattler_redaction/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_redaction" -version = "0.1.10" +version = "0.1.11" edition.workspace = true authors = ["Wolf Vollprecht "] description = "Redact sensitive information from URLs (ie. conda tokens)" diff --git a/crates/rattler_repodata_gateway/CHANGELOG.md b/crates/rattler_repodata_gateway/CHANGELOG.md index 70ee40695e..a333a94801 100644 --- a/crates/rattler_repodata_gateway/CHANGELOG.md +++ b/crates/rattler_repodata_gateway/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.23.1](https://github.com/conda/rattler/compare/rattler_repodata_gateway-v0.23.0...rattler_repodata_gateway-v0.23.1) - 2025-05-30 + +### Other + +- update readme ([#1364](https://github.com/conda/rattler/pull/1364)) + ## [0.23.0](https://github.com/conda/rattler/compare/rattler_repodata_gateway-v0.22.7...rattler_repodata_gateway-v0.23.0) - 2025-05-23 ### Added diff --git a/crates/rattler_repodata_gateway/Cargo.toml b/crates/rattler_repodata_gateway/Cargo.toml index 8d5e56e99e..693de8056b 100644 --- a/crates/rattler_repodata_gateway/Cargo.toml +++ b/crates/rattler_repodata_gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_repodata_gateway" -version = "0.23.0" +version = "0.23.1" edition.workspace = true authors = ["Bas Zalmstra "] description = "A crate to interact with Conda repodata" diff --git a/crates/rattler_sandbox/CHANGELOG.md b/crates/rattler_sandbox/CHANGELOG.md index 966a034d62..cd2b2e01ed 100644 --- a/crates/rattler_sandbox/CHANGELOG.md +++ b/crates/rattler_sandbox/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.9](https://github.com/conda/rattler/compare/rattler_sandbox-v0.1.8...rattler_sandbox-v0.1.9) - 2025-05-30 + +### Other + +- update readme ([#1364](https://github.com/conda/rattler/pull/1364)) + ## [0.1.8](https://github.com/conda/rattler/compare/rattler_sandbox-v0.1.7...rattler_sandbox-v0.1.8) - 2025-05-16 ### Other diff --git a/crates/rattler_sandbox/Cargo.toml b/crates/rattler_sandbox/Cargo.toml index 3fc1cb9ed4..4904aee9e5 100644 --- a/crates/rattler_sandbox/Cargo.toml +++ b/crates/rattler_sandbox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_sandbox" -version = "0.1.8" +version = "0.1.9" description = "A crate to run executables in a sandbox" categories.workspace = true homepage.workspace = true diff --git a/crates/rattler_shell/CHANGELOG.md b/crates/rattler_shell/CHANGELOG.md index a2a989c38e..586e7b0da9 100644 --- a/crates/rattler_shell/CHANGELOG.md +++ b/crates/rattler_shell/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.23.3](https://github.com/conda/rattler/compare/rattler_shell-v0.23.2...rattler_shell-v0.23.3) - 2025-05-30 + +### Other + +- update readme ([#1364](https://github.com/conda/rattler/pull/1364)) + ## [0.23.2](https://github.com/conda/rattler/compare/rattler_shell-v0.23.1...rattler_shell-v0.23.2) - 2025-05-23 ### Other diff --git a/crates/rattler_shell/Cargo.toml b/crates/rattler_shell/Cargo.toml index 8044bffca5..f9f5013c6b 100644 --- a/crates/rattler_shell/Cargo.toml +++ b/crates/rattler_shell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_shell" -version = "0.23.2" +version = "0.23.3" edition.workspace = true authors = ["Wolf Vollprecht "] description = "A crate to help with activation and deactivation of a conda environment" diff --git a/crates/rattler_solve/CHANGELOG.md b/crates/rattler_solve/CHANGELOG.md index 72901ed61f..c620f6d3bf 100644 --- a/crates/rattler_solve/CHANGELOG.md +++ b/crates/rattler_solve/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.1](https://github.com/conda/rattler/compare/rattler_solve-v2.1.0...rattler_solve-v2.1.1) - 2025-05-30 + +### Other + +- update readme ([#1364](https://github.com/conda/rattler/pull/1364)) + ## [2.1.0](https://github.com/conda/rattler/compare/rattler_solve-v2.0.0...rattler_solve-v2.1.0) - 2025-05-23 ### Added diff --git a/crates/rattler_solve/Cargo.toml b/crates/rattler_solve/Cargo.toml index f23815674b..e2beaa8b3a 100644 --- a/crates/rattler_solve/Cargo.toml +++ b/crates/rattler_solve/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_solve" -version = "2.1.0" +version = "2.1.1" edition.workspace = true authors = ["Bas Zalmstra "] description = "A crate to solve conda environments" diff --git a/crates/rattler_virtual_packages/CHANGELOG.md b/crates/rattler_virtual_packages/CHANGELOG.md index 8345d2cff1..88933918b0 100644 --- a/crates/rattler_virtual_packages/CHANGELOG.md +++ b/crates/rattler_virtual_packages/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.14](https://github.com/conda/rattler/compare/rattler_virtual_packages-v2.0.13...rattler_virtual_packages-v2.0.14) - 2025-05-30 + +### Other + +- update readme ([#1364](https://github.com/conda/rattler/pull/1364)) + ## [2.0.13](https://github.com/conda/rattler/compare/rattler_virtual_packages-v2.0.12...rattler_virtual_packages-v2.0.13) - 2025-05-23 ### Other diff --git a/crates/rattler_virtual_packages/Cargo.toml b/crates/rattler_virtual_packages/Cargo.toml index 2761699052..e883955ce3 100644 --- a/crates/rattler_virtual_packages/Cargo.toml +++ b/crates/rattler_virtual_packages/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_virtual_packages" -version = "2.0.13" +version = "2.0.14" edition.workspace = true authors = ["Bas Zalmstra "] description = "Library to work with and detect Conda virtual packages"