From 32da0711cd9490fc2accd95bd8049f312304e1f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:51:25 +0000 Subject: [PATCH] bump: update rattler_package_streaming requirement from 0.21.7 to 0.22.0 Updates the requirements on [rattler_package_streaming](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_package_streaming-v0.21.7...rattler-v0.22.0) --- updated-dependencies: - dependency-name: rattler_package_streaming 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 371e112..2291eca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ 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_package_streaming = "0.21.7" +rattler_package_streaming = "0.22.0" chrono = "0.4.38" miette = "7.2.0" reqwest = "0.12.5"