From 83f9753981f36562605a993b90214b14bfd9095a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 14:45:25 +0000 Subject: [PATCH] Bump stdext from 0.3.1 to 0.3.2 Bumps [stdext](https://github.com/popzxc/stdext-rs) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/popzxc/stdext-rs/releases) - [Changelog](https://github.com/popzxc/stdext-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/popzxc/stdext-rs/compare/v0.3.1...v0.3.2) --- updated-dependencies: - dependency-name: stdext dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- odbc-api/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b11f65e..89fa2642 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1281,9 +1281,9 @@ dependencies = [ [[package]] name = "stdext" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f3b6b32ae82412fb897ef134867d53a294f57ba5b758f06d71e865352c3e207" +checksum = "6012f6ef4d674ce7021a8b0f5093f7e339f54d4ba04fc1f9c901659459b4f35b" [[package]] name = "strsim" diff --git a/odbc-api/Cargo.toml b/odbc-api/Cargo.toml index ac5bd54e..a392aed2 100644 --- a/odbc-api/Cargo.toml +++ b/odbc-api/Cargo.toml @@ -89,7 +89,7 @@ test-case = "3.3.1" tempfile = "3.10.0" criterion = { version = "0.5.1", features = ["html_reports"] } tokio = { version = "1.36.0", features = ["rt", "macros", "time"] } -stdext = "0.3.1" # Used for function_name macro to generate unique table names for tests +stdext = "0.3.2" # Used for function_name macro to generate unique table names for tests [[bench]]