Skip to content

Commit 6978163

Browse files
chore(deps): bump odbc-sys from 0.27.3 to 0.27.4
Bumps [odbc-sys](https://github.com/pacman82/odbc-sys) from 0.27.3 to 0.27.4. - [Release notes](https://github.com/pacman82/odbc-sys/releases) - [Changelog](https://github.com/pacman82/odbc-sys/blob/main/CHANGELOG.md) - [Commits](pacman82/odbc-sys@odbc-sys-v0.27.3...odbc-sys-v0.27.4) --- updated-dependencies: - dependency-name: odbc-sys dependency-version: 0.27.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9814623 commit 6978163

File tree

2 files changed

+6
-22
lines changed

2 files changed

+6
-22
lines changed

Cargo.lock

Lines changed: 5 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

odbc-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ prompt = ["dep:winit"]
101101

102102
[dependencies]
103103
# Low level bindings to ODBC API calls into libodbc.so
104-
odbc-sys = { version = "0.27.3", default-features = false }
104+
odbc-sys = { version = "0.27.4", default-features = false }
105105
# Used to generate code for the error type
106106
thiserror = "2.0.17"
107107
# Used as a log frontend to emit log messages for applications

0 commit comments

Comments
 (0)