Skip to content

Commit

Permalink
bump: rattler and some small patch updates (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts authored Nov 27, 2023
1 parent f6b4678 commit 4587b7b
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 53 deletions.
73 changes: 42 additions & 31 deletions Cargo.lock

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

44 changes: 22 additions & 22 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ clap = { version = "4.4.5", default-features = false, features = ["derive", "usa
clap-verbosity-flag = "2.0.1"
clap_complete = "4.4.2"
console = { version = "0.15.7", features = ["windows-console-colors"] }
deno_task_shell = "0.14.1"
deno_task_shell = "0.14.2"
dirs = "5.0.1"
dunce = "1.0.4"
futures = "0.3.28"
Expand All @@ -37,19 +37,19 @@ minijinja = { version = "1.0.8", features = ["builtins"] }
once_cell = "1.18.0"
pep440_rs = "0.3.12"
pep508_rs = { version = "0.2.3", features = ["modern"] }
rattler = { version = "0.12.3", default-features = false }
rattler_conda_types = { version = "0.12.3", default-features = false }
rattler_digest = { version = "0.12.3", default-features = false }
rattler_lock = { version = "0.12.3", default-features = false }
rattler_networking = { version = "0.12.3", default-features = false }
rattler_repodata_gateway = { version = "0.12.3", default-features = false, features = ["sparse"] }
rattler_shell = { version = "0.12.3", default-features = false, features = ["sysinfo"] }
rattler_solve = { version = "0.12.3", default-features = false, features = ["resolvo"] }
rattler_virtual_packages = { version = "0.12.3", default-features = false }
rattler = { version = "0.13.0", default-features = false }
rattler_conda_types = { version = "0.13.0", default-features = false }
rattler_digest = { version = "0.13.0", default-features = false }
rattler_lock = { version = "0.13.0", default-features = false }
rattler_networking = { version = "0.13.0", default-features = false }
rattler_repodata_gateway = { version = "0.13.0", default-features = false, features = ["sparse"] }
rattler_shell = { version = "0.13.0", default-features = false, features = ["sysinfo"] }
rattler_solve = { version = "0.13.0", default-features = false, features = ["resolvo"] }
rattler_virtual_packages = { version = "0.13.0", default-features = false }
regex = "1.9.5"
reqwest = { version = "0.11.20", default-features = false }
reqwest = { version = "0.11.22", default-features = false }
rip = { package = "rattler_installs_packages", git = "https://github.com/prefix-dev/rattler_installs_packages", branch = "main", default-features = false, features = ["resolvo"] }
serde = "1.0.188"
serde = "1.0.193"
serde_json = "1.0.107"
serde_spanned = "0.6.3"
serde_with = { version = "3.3.0", features = ["indexmap"] }
Expand All @@ -71,22 +71,22 @@ libc = { version = "0.2.148", default-features = false }
signal-hook = "0.3.17"

[dev-dependencies]
rattler_digest = "0.12.0"
rattler_digest = "0.13.0"
serde_json = "1.0.107"
serial_test = "2.0.0"
tokio = { version = "1.32.0", features = ["rt"] }
toml = "0.8.1"

[patch.crates-io]
rattler = { git = "https://github.com/mamba-org/rattler", branch = "main" }
rattler_conda_types = { git = "https://github.com/mamba-org/rattler", branch = "main" }
rattler_digest = { git = "https://github.com/mamba-org/rattler", branch = "main" }
rattler_lock = { git = "https://github.com/mamba-org/rattler", branch = "main" }
rattler_networking = { git = "https://github.com/mamba-org/rattler", branch = "main" }
rattler_repodata_gateway = { git = "https://github.com/mamba-org/rattler", branch = "main" }
rattler_shell = { git = "https://github.com/mamba-org/rattler", branch = "main" }
rattler_solve = { git = "https://github.com/mamba-org/rattler", branch = "main" }
rattler_virtual_packages = { git = "https://github.com/mamba-org/rattler", branch = "main" }
#rattler = { git = "https://github.com/mamba-org/rattler", branch = "main" }
#rattler_conda_types = { git = "https://github.com/mamba-org/rattler", branch = "main" }
#rattler_digest = { git = "https://github.com/mamba-org/rattler", branch = "main" }
#rattler_lock = { git = "https://github.com/mamba-org/rattler", branch = "main" }
#rattler_networking = { git = "https://github.com/mamba-org/rattler", branch = "main" }
#rattler_repodata_gateway = { git = "https://github.com/mamba-org/rattler", branch = "main" }
#rattler_shell = { git = "https://github.com/mamba-org/rattler", branch = "main" }
#rattler_solve = { git = "https://github.com/mamba-org/rattler", branch = "main" }
#rattler_virtual_packages = { git = "https://github.com/mamba-org/rattler", branch = "main" }

#deno_task_shell = { path = "../deno_task_shell" }

Expand Down

0 comments on commit 4587b7b

Please sign in to comment.