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