From 27fbf5580a1d48969cf8507618c598923c11cf3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 12:07:31 +0000 Subject: [PATCH] chore(deps): bump mssql-tiberius-bridge Bumps [mssql-tiberius-bridge](https://github.com/saurabh500/mssql-tiberius-bridge) from 0.1.0-preview.3 to 0.1.0-preview.5. - [Release notes](https://github.com/saurabh500/mssql-tiberius-bridge/releases) - [Changelog](https://github.com/saurabh500/mssql-tiberius-bridge/blob/main/CHANGELOG.md) - [Commits](https://github.com/saurabh500/mssql-tiberius-bridge/compare/v0.1.0-preview.3...v0.1.0-preview.5) --- updated-dependencies: - dependency-name: mssql-tiberius-bridge dependency-version: 0.1.0-preview.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7425798..cdc518c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -723,9 +723,9 @@ dependencies = [ [[package]] name = "mssql-tiberius-bridge" -version = "0.1.0-preview.3" +version = "0.1.0-preview.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa62f1fe8f53595471d6ad62c347be6009f7bc9b799f2715b1f593a434c16588" +checksum = "1d316503c47643f15161a82202631b52272448a8ee96bc0eae4ffed58f8c1c82" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 8df42ba..459de41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ infer = "0.22" # preview releases may change bridge semantics without a stable-version signal. # To upgrade, review both changelogs and dependency diffs, update both pins, # then run the full unit, live-database, clippy, audit, and release-build gates. -mssql-tiberius-bridge = "=0.1.0-preview.3" +mssql-tiberius-bridge = "=0.1.0-preview.5" # Direct dependency on the underlying protocol crate (lib name `mssql_tds`): # the result-set traits used through `Client::inner_mut()` are not re-exported # by the bridge. It is pinned in lockstep with the bridge; default integrated