Skip to content

Commit

Permalink
Bump odbc-sys from 0.22.0 to 0.23.0
Browse files Browse the repository at this point in the history
Bumps [odbc-sys](https://github.com/pacman82/odbc-sys) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/pacman82/odbc-sys/releases)
- [Changelog](https://github.com/pacman82/odbc-sys/blob/main/Changelog.md)
- [Commits](pacman82/odbc-sys@v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: odbc-sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 26, 2023
1 parent 30e96d1 commit 918d623
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion odbc-api/Cargo.toml
Expand Up @@ -62,7 +62,7 @@ iodbc = ["odbc_version_3_5", "narrow", "odbc-sys/iodbc"]
default=["odbc_version_3_80"]

[dependencies]
odbc-sys = { version = "0.22.0", default-features = false }
odbc-sys = { version = "0.23.0", default-features = false }
thiserror = "1.0.50"
log = "0.4.20"
widestring = "1.0.2"
Expand Down

0 comments on commit 918d623

Please sign in to comment.