Skip to content

Commit

Permalink
Bump thiserror from 1.0.56 to 1.0.57
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.56 to 1.0.57.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.56...1.0.57)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 12, 2024
1 parent 514cb4a commit 6093130
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -67,7 +67,7 @@ default=["odbc_version_3_80"]
# Low level bindings to ODBC API calls into libodbc.so
odbc-sys = { version = ">= 0.22, < 0.25", default-features = false }
# Used to generate code for the error type
thiserror = "1.0.56"
thiserror = "1.0.57"
# Used as a log frontend to emit log messages for applications
log = "0.4.20"
# Interacting with UTF-16 texts for wide columns or wide function calls
Expand Down

0 comments on commit 6093130

Please sign in to comment.