Skip to content

Commit 758e530

Browse files
authored
feat: Handle 501 in sharded repodata (#6001)
1 parent e2149e3 commit 758e530

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ rattler_networking = { version = "0.26.6", default-features = false, features =
236236
"google-cloud-auth",
237237
] }
238238
rattler_package_streaming = { version = "0.25.0", default-features = false }
239-
rattler_repodata_gateway = { version = "0.28.0", default-features = false }
239+
rattler_repodata_gateway = { version = "0.28.1", default-features = false }
240240
rattler_s3 = { version = "0.1.29", default-features = false }
241241
rattler_shell = { version = "0.26.6", default-features = false }
242242
rattler_solve = { version = "6.0.0", default-features = false }
@@ -267,12 +267,12 @@ version-ranges = { git = "https://github.com/astral-sh/pubgrub", rev = "d8efd776
267267
# cuts a new release.
268268
rattler_build_core = { git = "https://github.com/prefix-dev/rattler-build", branch = "main" }
269269
rattler_build_jinja = { git = "https://github.com/prefix-dev/rattler-build", branch = "main" }
270-
rattler_build_recipe = { git = "https://github.com/prefix-dev/rattler-build", branch = "main" }
271-
rattler_build_types = { git = "https://github.com/prefix-dev/rattler-build", branch = "main" }
272-
rattler_build_variant_config = { git = "https://github.com/prefix-dev/rattler-build", branch = "main" }
273270
rattler_build_networking = { git = "https://github.com/prefix-dev/rattler-build", branch = "main" }
271+
rattler_build_recipe = { git = "https://github.com/prefix-dev/rattler-build", branch = "main" }
274272
rattler_build_script = { git = "https://github.com/prefix-dev/rattler-build", branch = "main" }
275273
rattler_build_source_cache = { git = "https://github.com/prefix-dev/rattler-build", branch = "main" }
274+
rattler_build_types = { git = "https://github.com/prefix-dev/rattler-build", branch = "main" }
275+
rattler_build_variant_config = { git = "https://github.com/prefix-dev/rattler-build", branch = "main" }
276276
rattler_build_yaml_parser = { git = "https://github.com/prefix-dev/rattler-build", branch = "main" }
277277

278278
[patch."https://github.com/prefix-dev/rattler-build"]

0 commit comments

Comments
 (0)