From cf123dd393cf9aa9e03d99a796171e087679d8e2 Mon Sep 17 00:00:00 2001 From: null Date: Wed, 28 Feb 2024 15:15:49 +0000 Subject: [PATCH] fix(deps): update all patch dependencies Signed-off-by: null --- Cargo.lock | 8 ++++---- lib/Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72549ad34..c05034679 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,9 +49,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.12" +version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96b09b5178381e0874812a9b157f7fe84982617e48f71f4e3235482775e5b540" +checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb" dependencies = [ "anstyle", "anstyle-parse", @@ -1924,9 +1924,9 @@ checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae" [[package]] name = "tempfile" -version = "3.10.0" +version = "3.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" +checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if", "fastrand", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index bbe29e943..a79a260cf 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -11,7 +11,7 @@ rust-version = "1.64.0" include = ["/src", "LICENSE-APACHE", "LICENSE-MIT"] [dependencies] -anstream = "0.6.12" +anstream = "0.6.13" anstyle = "1.0.6" anyhow = "1.0" camino = { version = "1.1.6", features = ["serde1"] } @@ -42,7 +42,7 @@ serde_with = ">= 3.6.1, < 4" tokio = { features = ["io-std", "time", "process", "rt", "net"], version = ">= 1.36.0" } tokio-util = { features = ["io-util"], version = "0.7" } tracing = "0.1" -tempfile = "3.10.0" +tempfile = "3.10.1" toml = "0.8.10" xshell = { version = "0.2", optional = true } uuid = { version = "1.7.0", features = ["v4"] }