From 84108806eabde1ced49d338f56f08c7fae8afc45 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 13:28:53 +0000 Subject: [PATCH] Update Rust crate `expect-test` to v1.5.1 (#5990) Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 77a55e8b9b2..7b3b02c5bed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2018,9 +2018,9 @@ dependencies = [ [[package]] name = "expect-test" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e0be0a561335815e06dab7c62e50353134c796e7a6155402a64bcff66b6a5e0" +checksum = "63af43ff4431e848fb47472a920f14fa71c24de13255a5692e93d4e90302acb0" dependencies = [ "dissimilar", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 5a6fd1a40d7..c4bf8e396d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -166,7 +166,7 @@ criterion-macro = { version = "=0.4.0", default-features = false } derive-where = { version = "=1.2.7", default-features = false, features = ["nightly"] } derive_more = { version = "=1.0.0", default-features = false } dotenv-flow = { version = "=0.16.2", default-features = false } -expect-test = { version = "=1.5.0", default-features = false } +expect-test = { version = "=1.5.1", default-features = false } frunk_core = { version = "0.4.3", default-features = false } futures = { version = "=0.3.31", default-features = false } hifijson = { version = "=0.2.2", default-features = false }