From f7744f81c27ff362d76fc44290ae7dd1418d6f63 Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Tue, 23 Jan 2024 13:07:23 +0100 Subject: [PATCH] 'fix: bump rattler shell version' --- crates/rattler_shell/Cargo.toml | 2 +- py-rattler/Cargo.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/rattler_shell/Cargo.toml b/crates/rattler_shell/Cargo.toml index 47e91dce6..11c791c24 100644 --- a/crates/rattler_shell/Cargo.toml +++ b/crates/rattler_shell/Cargo.toml @@ -16,7 +16,7 @@ indexmap = "2.0.2" itertools = "0.11.0" rattler_conda_types = { version = "0.16.2", path = "../rattler_conda_types" } serde_json = { version = "1.0.107", features = ["preserve_order"] } -shlex = "1.2.0" +shlex = "1.3.0" sysinfo = { version = "0.29.10", optional = true } tempfile = "3.8.0" thiserror = "1.0.49" diff --git a/py-rattler/Cargo.lock b/py-rattler/Cargo.lock index 33b086dc0..a40e698de 100644 --- a/py-rattler/Cargo.lock +++ b/py-rattler/Cargo.lock @@ -2683,9 +2683,9 @@ dependencies = [ [[package]] name = "shlex" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook"