diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 4c4fae88..40606326 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2776,9 +2776,9 @@ dependencies = [ [[package]] name = "test-with" -version = "0.14.7" +version = "0.14.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb39a1199760f44d7e11b6644b620d35abe7e012fa34288abae9e5aa95a243da" +checksum = "99ede0159d14173a6362219475c776e889bd35f486afdfeaf8a000e72947d12f" dependencies = [ "proc-macro-error2", "proc-macro2", diff --git a/rust/driver/snowflake/Cargo.toml b/rust/driver/snowflake/Cargo.toml index 84ec923b..8ad54535 100644 --- a/rust/driver/snowflake/Cargo.toml +++ b/rust/driver/snowflake/Cargo.toml @@ -50,4 +50,4 @@ regex = { version = "1.11.1", default-features = false, optional = true } url = "2.5.4" [dev-dependencies] -test-with = { version = "0.14.7", default-features = false } +test-with = { version = "0.14.10", default-features = false }