Skip to content

Commit b12f2b6

Browse files
Bump odbc-api from 12.0.2 to 12.2.0
Bumps [odbc-api](https://github.com/pacman82/odbc-api) from 12.0.2 to 12.2.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@v12.0.2...v12.2.0) --- updated-dependencies: - dependency-name: odbc-api dependency-version: 12.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 469959d commit b12f2b6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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.36", features = [
5858
], optional = true }
5959
native-tls = { version = "0.2", optional = true }
6060
num-bigint = "0.4"
61-
odbc-api = { version = "12.0", optional = true }
61+
odbc-api = { version = "12.2", 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)