Skip to content

Commit

Permalink
Bump odbc-sys from 0.21.2 to 0.21.3
Browse files Browse the repository at this point in the history
Bumps [odbc-sys](https://github.com/pacman82/odbc-sys) from 0.21.2 to 0.21.3.
- [Release notes](https://github.com/pacman82/odbc-sys/releases)
- [Changelog](https://github.com/pacman82/odbc-sys/blob/master/Changelog.md)
- [Commits](pacman82/odbc-sys@v0.21.2...v0.21.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and pacman82 committed Dec 1, 2022
1 parent 2ac343a commit 661e91f
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.21.2", default-features = false }
odbc-sys = { version = "0.21.3", default-features = false }
thiserror = "1.0.37"
log = "0.4.17"
widestring = "1.0.2"
Expand Down

0 comments on commit 661e91f

Please sign in to comment.