Skip to content

Commit

Permalink
Bump odbc-sys from 0.23.1 to 0.24.0
Browse files Browse the repository at this point in the history
Bumps [odbc-sys](https://github.com/pacman82/odbc-sys) from 0.23.1 to 0.24.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.23.1...v0.24.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] authored and pacman82 committed Nov 22, 2023
1 parent 68f6dc7 commit fef5017
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 @@ -64,7 +64,7 @@ iodbc = ["odbc_version_3_5", "narrow", "odbc-sys/iodbc"]
default=["odbc_version_3_80"]

[dependencies]
odbc-sys = { version = ">= 0.22, < 0.24", default-features = false }
odbc-sys = { version = ">= 0.22, < 0.25", default-features = false }
thiserror = "1.0.50"
log = "0.4.20"
widestring = "1.0.2"
Expand Down

0 comments on commit fef5017

Please sign in to comment.