From 79ff6126d23d76555806ed796e676499ccb4683c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 23:38:02 +0000 Subject: [PATCH] bump: update rattler_conda_types requirement from 0.26.3 to 0.27.1 Updates the requirements on [rattler_conda_types](https://github.com/mamba-org/rattler) to permit the latest version. - [Release notes](https://github.com/mamba-org/rattler/releases) - [Changelog](https://github.com/conda-incubator/rattler/blob/main/CHANGELOG.md) - [Commits](https://github.com/mamba-org/rattler/compare/rattler_conda_types-v0.26.3...rattler_conda_types-v0.27.1) --- updated-dependencies: - dependency-name: rattler_conda_types dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28a8459..ef9135e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ clap = "4.5.11" pixi_manifest = { git = "https://github.com/prefix-dev/pixi", branch = "main" } pixi_consts = { git = "https://github.com/prefix-dev/pixi", branch = "main" } rattler-build = { git = "https://github.com/prefix-dev/rattler-build", branch = "main", default-features = false } -rattler_conda_types = "0.26.3" +rattler_conda_types = "0.27.1" rattler_package_streaming = "0.21.7" chrono = "0.4.38" miette = "7.2.0"