Skip to content

Update odbc-api requirement from 19 to 20#11

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/odbc-api-20
Open

Update odbc-api requirement from 19 to 20#11
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/odbc-api-20

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Nov 24, 2025

Updates the requirements on odbc-api to permit the latest version.

Changelog

Sourced from odbc-api's changelog.

20.0.0 - 2025-11-23

Added

  • Fetch and Insert with numeric any buffer
  • Introduce WithDataType::new
  • Implement HasDataType for Numeric

Other

  • Highlight caveats for using Numeric in doc comments of Buffer
  • [breaking] Remove fill_default from ColumnBuffer trait
  • Bulk insert Numeric values into PostgreSQL and MariaDB
  • use stmt explicitly in insert numeric test rather than conn
  • Learning test for inserting numerics
  • (deps) bump odbc-sys from 0.27.3 to 0.27.4
  • (deps) bump csv from 1.3.1 to 1.4.0
  • (deps) bump tokio from 1.47.1 to 1.48.0
  • (deps) bump odbc-sys from 0.27.2 to 0.27.3
  • (deps) bump syn from 2.0.109 to 2.0.110
  • (deps) bump quote from 1.0.41 to 1.0.42
  • (deps) bump syn from 2.0.108 to 2.0.109
  • (deps) bump proc-macro2 from 1.0.102 to 1.0.103
  • (deps) bump proc-macro2 from 1.0.101 to 1.0.102
  • (deps) bump syn from 2.0.107 to 2.0.108
  • (deps) bump syn from 2.0.106 to 2.0.107

19.1.0 - 2025-10-12

Added

  • Adds compile time feature vendored-unix-odbc

Other

  • (deps) bump widestring from 1.2.0 to 1.2.1
  • (deps) bump thiserror from 2.0.16 to 2.0.17
  • (deps) bump tempfile from 3.22.0 to 3.23.0
  • (deps) bump quote from 1.0.40 to 1.0.41

19.0.2 - 2025-09-23

Other

  • Fix mismatched lifetime syntaxes
  • formatting
  • Fix more typos and grammar issues
  • Fix typos and grammar issues
  • Fix typos in Readme.md
  • (deps) bump anyhow from 1.0.99 to 1.0.100

... (truncated)

Commits
  • 48992d0 chore: release
  • 45f94c9 docs: Highlight caveats for using Numeric in doc comments of Buffer
  • d086ad8 refactor!: Remove fill_default from ColumnBuffer trait
  • 86057ac feat: Fetch and Insert with numeric any buffer
  • a387be2 feat: Introduce WithDataType::new
  • c80973d test: Bulk insert Numeric values into PostgreSQL and MariaDB
  • 568209d test: use stmt explicitly in insert numeric test rather than conn
  • 9ba7833 feat: Implement HasDataType for Numeric
  • 19a82d4 test: Learning test for inserting numerics
  • a413baf chore(deps): bump syn from 2.0.109 to 2.0.110
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [odbc-api](https://github.com/pacman82/odbc-api) to permit the latest version.
- [Release notes](https://github.com/pacman82/odbc-api/releases)
- [Changelog](https://github.com/pacman82/odbc-api/blob/main/CHANGELOG.md)
- [Commits](pacman82/odbc-api@v19.0.0...v20.0.0)

---
updated-dependencies:
- dependency-name: odbc-api
  dependency-version: 20.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Nov 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant