Skip to content

Commit 659074a

Browse files
Bump odbc-api from 11.1.1 to 12.0.0
Bumps [odbc-api](https://github.com/pacman82/odbc-api) from 11.1.1 to 12.0.0. - [Release notes](https://github.com/pacman82/odbc-api/releases) - [Changelog](https://github.com/pacman82/odbc-api/blob/main/CHANGELOG.md) - [Commits](pacman82/odbc-api@v11.1.1...v12.0.0) --- updated-dependencies: - dependency-name: odbc-api dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3769a58 commit 659074a

2 files changed

Lines changed: 21 additions & 7 deletions

File tree

Cargo.lock

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

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ mysql_async = { version = "0.35", features = [
5858
], optional = true }
5959
native-tls = { version = "0.2", optional = true }
6060
num-bigint = "0.4"
61-
odbc-api = { version = "11.1", optional = true }
61+
odbc-api = { version = "12.0", optional = true }
6262
pem = { version = "3.0.4", optional = true }
6363
postgres-native-tls = { version = "0.5.0", optional = true }
6464
prost = { version = "0.13", optional = true }

0 commit comments

Comments
 (0)