Skip to content

Commit

Permalink
Bump rattler dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jun 6, 2024
1 parent 0386a4f commit 6aea085
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 26 deletions.
46 changes: 29 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pixi-pack"
description = "A command line tool to pack and unpack conda environments for easy sharing"
version = "0.1.1"
version = "0.1.2"
edition = "2021"

[features]
Expand All @@ -27,14 +27,14 @@ clap = { version = "4.5.4", features = ["derive", "string"] }
clap-verbosity-flag = "2.2.0"
futures = "0.3.30"
indicatif = "0.17.8"
rattler = { git = "https://github.com/mamba-org/rattler", rev = "20c0951", default-features = false }
rattler_digest = { git = "https://github.com/mamba-org/rattler", rev = "20c0951" }
rattler_conda_types = { git = "https://github.com/mamba-org/rattler", rev = "20c0951" }
rattler_index = { git = "https://github.com/mamba-org/rattler", rev = "20c0951" }
rattler_lock = { git = "https://github.com/mamba-org/rattler", rev = "20c0951" }
rattler_networking = { git = "https://github.com/mamba-org/rattler", rev = "20c0951", default-features = false }
rattler_package_streaming = { git = "https://github.com/mamba-org/rattler", rev = "20c0951", default-features = false }
rattler_shell = { git = "https://github.com/mamba-org/rattler", rev = "20c0951" }
rattler = { version = "0.26.4", default-features = false }
rattler_digest = "0.19.4"
rattler_conda_types = "0.25.2"
rattler_index = "0.19.17"
rattler_lock = "0.22.12"
rattler_networking = { version = "0.20.8", default-features = false }
rattler_package_streaming = { version = "0.21.3", default-features = false }
rattler_shell = "0.20.9"
reqwest = { version = "0.12.4", default-features = false, features = [
"http2",
"macos-system-configuration",
Expand Down

0 comments on commit 6aea085

Please sign in to comment.