From 6f3f9f0fe1326bf9814f6325fbf02ef8a3f6fa47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 20:18:31 +0000 Subject: [PATCH] chore(rust): Bump test-with from 0.15.5 to 0.15.6 in /rust Bumps [test-with](https://github.com/yanganto/test-with) from 0.15.5 to 0.15.6. - [Commits](https://github.com/yanganto/test-with/compare/v0.15.5...v0.15.6) --- updated-dependencies: - dependency-name: test-with dependency-version: 0.15.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 4 ++-- rust/driver/snowflake/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index b2de143002..31f6b69bf5 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2569,9 +2569,9 @@ dependencies = [ [[package]] name = "test-with" -version = "0.15.5" +version = "0.15.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b34ca6990bbf04e3d49c1e3ea4b4ad6c9e15602927d37ec48687df39c2ef8b" +checksum = "57ec38bac967f54b11756d3b8b42069f5b30c3ff449972c516683b98340a4e8e" dependencies = [ "proc-macro-error2", "proc-macro2", diff --git a/rust/driver/snowflake/Cargo.toml b/rust/driver/snowflake/Cargo.toml index c674b54592..1df914a5dd 100644 --- a/rust/driver/snowflake/Cargo.toml +++ b/rust/driver/snowflake/Cargo.toml @@ -52,4 +52,4 @@ regex = { version = "1.12.2", default-features = false, optional = true } url = "2.5.7" [dev-dependencies] -test-with = { version = "0.15.5", default-features = false } +test-with = { version = "0.15.6", default-features = false }