Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2025

Bumps the minor group with 15 updates in the / directory:

Package From To
anyhow 1.0.99 1.0.100
thiserror 2.0.16 2.0.17
fs-err 3.1.1 3.1.3
serde 1.0.223 1.0.228
regex 1.11.2 1.12.2
async-openai 0.29.3 0.29.5
aws-config 1.8.5 1.8.6
aws-credential-types 1.2.6 1.2.7
aws-sdk-bedrockruntime 1.106.0 1.107.0
htmd 0.3.0 0.3.2
quote 1.0.40 1.0.41
redis 0.32.5 0.32.7
reqwest 0.12.23 0.12.24
tree-sitter 0.25.9 0.25.10
duckdb 1.3.2 1.4.1

Updates anyhow from 1.0.99 to 1.0.100

Release notes

Sourced from anyhow's releases.

1.0.100

  • Teach clippy to lint formatting arguments in bail!, ensure!, anyhow! (#426)
Commits
  • 18c2598 Release 1.0.100
  • f271988 Merge pull request #426 from dtolnay/clippyfmt
  • 52f2115 Mark macros with clippy::format_args
  • da5fd9d Raise minimum tested compiler to rust 1.76
  • 211e409 Opt in to generate-macro-expansion when building on docs.rs
  • b48fc02 Enforce trybuild >= 1.0.108
  • d5f59fb Update ui test suite to nightly-2025-09-07
  • 238415d Update ui test suite to nightly-2025-08-24
  • 3bab070 Update actions/checkout@v4 -> v5
  • 4249254 Order cap-lints flag in the same order as thiserror build script
  • See full diff in compare view

Updates thiserror from 2.0.16 to 2.0.17

Release notes

Sourced from thiserror's releases.

2.0.17

  • Use differently named __private module per patch release (#434)
Commits
  • 72ae716 Release 2.0.17
  • 599fdce Merge pull request #434 from dtolnay/private
  • 9ec05f6 Use differently named __private module per patch release
  • d2c492b Raise minimum tested compiler to rust 1.76
  • fc3ab95 Opt in to generate-macro-expansion when building on docs.rs
  • 819fe29 Update ui test suite to nightly-2025-09-12
  • 259f48c Enforce trybuild >= 1.0.108
  • 470e6a6 Update ui test suite to nightly-2025-08-24
  • 544e191 Update actions/checkout@v4 -> v5
  • cbc1eba Delete duplicate cap-lints flag from build script
  • See full diff in compare view

Updates fs-err from 3.1.1 to 3.1.3

Changelog

Sourced from fs-err's changelog.

3.1.3

  • Add wrappers for std::fs::exists and tokio::fs::try_exists (#77)

3.1.2

  • Added wrappers for locking methods added to File in Rust 1.89 (#75)
Commits

Updates serde from 1.0.223 to 1.0.228

Release notes

Sourced from serde's releases.

v1.0.228

  • Allow building documentation with RUSTDOCFLAGS='--cfg=docsrs' set for the whole dependency graph (#2995)

v1.0.227

  • Documentation improvements (#2991)

v1.0.226

  • Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#2935, thanks @​Mingun)

v1.0.225

  • Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#2879, thanks @​rcrisanti)

v1.0.224

  • Remove private types being suggested in rustc diagnostics (#2979)
Commits
  • a866b33 Release 1.0.228
  • 5adc9e8 Merge pull request #2995 from dtolnay/rustdocflags
  • ab58178 Workaround for RUSTDOCFLAGS='--cfg=docsrs'
  • 415d9fc Release 1.0.227
  • 7c58427 Merge pull request #2991 from dtolnay/inlinecoredoc
  • 9d3410e Merge pull request #2992 from dtolnay/inplaceseed
  • 2fb6748 Remove InPlaceSeed public re-export
  • f8137c7 Inline serde_core into serde in docsrs mode
  • b7dbf7e Merge pull request #2990 from dtolnay/integer128
  • 7c83691 No longer macro_use integer128 module
  • Additional commits viewable in compare view

Updates regex from 1.11.2 to 1.12.2

Changelog

Sourced from regex's changelog.

1.12.2 (2025-10-13)

This release fixes a cargo doc breakage on nightly when --cfg docsrs is enabled. This caused documentation to fail to build on docs.rs.

Bug fixes:

1.12.1 (2025-10-10)

This release makes a bug fix in the new regex::Captures::get_match API introduced in 1.12.0. There was an oversight with the lifetime parameter for the Match returned. This is technically a breaking change, but given that it was caught almost immediately and I've yanked the 1.12.0 release, I think this is fine.

1.12.0 (2025-10-10)

This release contains a smattering of bug fixes, a fix for excessive memory consumption in some cases and a new regex::Captures::get_match API.

Improvements:

Bug fixes:

1.11.3 (2025-09-25)

This is a small patch release with an improvement in memory usage in some cases.

... (truncated)

Commits

Updates async-openai from 0.29.3 to 0.29.5

Release notes

Sourced from async-openai's releases.

v0.29.5

What's Changed

New Contributors

Full Changelog: 64bit/async-openai@async-openai-v0.29.4...async-openai-v0.29.5

v0.29.4

What's Changed

New Contributors

Full Changelog: 64bit/async-openai@async-openai-v0.29.3...async-openai-v0.29.4

Commits

Updates aws-config from 1.8.5 to 1.8.6

Commits

Updates aws-credential-types from 1.2.6 to 1.2.7

Commits

Updates aws-sdk-bedrockruntime from 1.106.0 to 1.107.0

Commits

Updates htmd from 0.3.0 to 0.3.2

Release notes

Sourced from htmd's releases.

v0.3.2

What's Changed

Full Changelog: letmutex/htmd@v0.3.1...v0.3.2

v0.3.1

What's Changed

New Contributors

Full Changelog: letmutex/htmd@v0.3.0...v0.3.1

Commits
  • b3f3356 Merge pull request #53 from letmutex/v0.3.2
  • abb0f7c v0.3.2
  • f7157aa Merge pull request #52 from letmutex/fix-ci
  • fd3396f Add clippy explicitly
  • 589c2b5 Merge pull request #51 from Binlogo/opt/reduce-dep-html-escape
  • b6cb506 Remove html-escape dependency and simplify HTML escaping logic
  • 63f4a39 Merge pull request #50 from letmutex/v0.3.1
  • 7fde58d v0.3.1
  • 62d4b8b Merge pull request #49 from Binlogo/main
  • d66814f Optimize binary size by replacing regex dependency with lightweight HTML esca...
  • Additional commits viewable in compare view

Updates quote from 1.0.40 to 1.0.41

Release notes

Sourced from quote's releases.

1.0.41

  • Improve compile error when repetition contains no interpolated value that is an iterator (#302)
Commits
  • 594c865 Release 1.0.41
  • 68956e6 Merge pull request #302 from dtolnay/hasiter
  • 6a69784 Make diagnostic attribute conditional on compiler version
  • 5f1924b Tweak CheckHasIterator error message
  • c0adb26 Add diagnostic::on_unimplemented for no iterator in repetition
  • a1ddcab Combine HasIterator and ThereIsNoIteratorInRepetition to one type
  • bf48c85 Switch to trait for checking iterator in repetition
  • d3b4777 Update ui test suite to nightly-2025-09-27
  • 3e6b04d Raise minimum tested compiler to rust 1.76
  • 07deaaf Opt in to generate-macro-expansion when building on docs.rs
  • Additional commits viewable in compare view

Updates redis from 0.32.5 to 0.32.7

Release notes

Sourced from redis's releases.

redis-0.32.7

What's Changed

redis-0.32.6

0.32.6 (2025-09-26)

Changes

Commits

Updates reqwest from 0.12.23 to 0.12.24

Release notes

Sourced from reqwest's releases.

v0.12.24

Highlights

  • Refactor cookie handling to an internal middleware.
  • Refactor internal random generator.
  • Refactor base64 encoding to reduce a copy.
  • Documentation updates.

What's Changed

New Contributors

Full Changelog: seanmonstar/reqwest@v0.12.23...v0.12.24

Changelog

Sourced from reqwest's changelog.

v0.12.24

  • Refactor cookie handling to an internal middleware.
  • Refactor internal random generator.
  • Refactor base64 encoding to reduce a copy.
  • Documentation updates.
Commits
  • b126ca4 v0.12.24
  • 4023493 refactor: change fast_random from xorshift to siphash a counter
  • fd61bc9 refactor(cookie): avoid duplicate cookie insertion (#2834)
  • 0bfa526 test(multipart): fix build failure with no-default-features (#2801)
  • 994b8a0 docs: typo in retry max_retries_per_request (#2824)
  • da0702b refactor(cookie): de-duplicate cookie support as CookieService middleware (...
  • 7ebddea chore: align internal name usage of TotalTimeout (#2657)
  • b540a4e chore(readme): use correct CI status badge
  • e4550c4 docs: fix method name in changelog entry (#2807)
  • f4694a2 perf(util): avoid extra copy when base64 encoding (#2805)
  • Additional commits viewable in compare view

Updates tree-sitter from 0.25.9 to 0.25.10

Commits
  • da6fe9b 0.25.10
  • f75d710 fix(rust): pass correct fd to C lib's ts_tree_print_dot_graph
  • 9275aeb build: define _DARWIN_C_SOURCE
  • bb1634a perf(xtask); check out the tag directly for fixtures
  • 8eed0c7 feat(test): pin fixture grammars to specific commits
  • 88b3f9c fix: lint
  • 590f6d7 build: update Cargo.lock
  • 32d784e fix(wasm): fix alias map size computation
  • 17d3f85 fix(lib/wasm): keep track of freed blocks that are not the last allocated poi...
  • e29a5ee fix(xtask): make building the wasm stdlib work again
  • Additional commits viewable in compare view

Updates duckdb from 1.3.2 to 1.4.1

Release notes

Sourced from duckdb's releases.

v1.4.1

What's Changed

Full Changelog: duckdb/duckdb-rs@v1.4.0...v1.4.1

v1.4.0

What's Changed

New Contributors

... (truncated)

Commits
  • 877d569 Update DuckDB to v1.4.1
  • 8645704 Support multi-statement queries (#598)
  • 465e881 Update REPL to support multi-statement queries
  • 1397f9b Add tests
  • 6006827 Support multi-statement queries
  • c061eee Document behavior of INSERT with RETURNING through tests (#597)
  • 638e4df Document behavior of INSERT with RETURNING through tests
  • 3fe3a79 Update MSRV as required by Arrow v56 (#596)
  • a6bd6b4 Update MSRV as required by Arrow v56
  • 01d217d cargo update
  • Additional commits viewable in compare view

Updates libduckdb-sys from 1.3.2 to 1.4.1

Release notes

Sourced from libduckdb-sys's releases.

v1.4.1

What's Changed

Full Changelog: duckdb/duckdb-rs@v1.4.0...v1.4.1

v1.4.0

What's Changed

New Contributors

... (truncated)

Commits
  • 877d569 Update DuckDB to v1.4.1
  • 8645704 Support multi-statement queries (#598)
  • 465e881 Update REPL to support multi-statement queries
  • 1397f9b Add tests
  • 6006827 Support multi-statement queries
  • c061eee Document behavior of INSERT with RETURNING through tests (#597)
  • 638e4df Document behavior of INSERT with RETURNING through tests
  • 3fe3a79 Update MSRV as required by Arrow v56 (#596)
  • a6bd6b4 Update MSRV as required by Arrow v56
  • 01d217d cargo update
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.99` | `1.0.100` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.16` | `2.0.17` |
| [fs-err](https://github.com/andrewhickman/fs-err) | `3.1.1` | `3.1.3` |
| [serde](https://github.com/serde-rs/serde) | `1.0.223` | `1.0.228` |
| [regex](https://github.com/rust-lang/regex) | `1.11.2` | `1.12.2` |
| [async-openai](https://github.com/64bit/async-openai) | `0.29.3` | `0.29.5` |
| [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.8.5` | `1.8.6` |
| [aws-credential-types](https://github.com/smithy-lang/smithy-rs) | `1.2.6` | `1.2.7` |
| [aws-sdk-bedrockruntime](https://github.com/awslabs/aws-sdk-rust) | `1.106.0` | `1.107.0` |
| [htmd](https://github.com/letmutex/htmd) | `0.3.0` | `0.3.2` |
| [quote](https://github.com/dtolnay/quote) | `1.0.40` | `1.0.41` |
| [redis](https://github.com/redis-rs/redis-rs) | `0.32.5` | `0.32.7` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.23` | `0.12.24` |
| [tree-sitter](https://github.com/tree-sitter/tree-sitter) | `0.25.9` | `0.25.10` |
| [duckdb](https://github.com/duckdb/duckdb-rs) | `1.3.2` | `1.4.1` |



Updates `anyhow` from 1.0.99 to 1.0.100
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.99...1.0.100)

Updates `thiserror` from 2.0.16 to 2.0.17
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.16...2.0.17)

Updates `fs-err` from 3.1.1 to 3.1.3
- [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md)
- [Commits](https://github.com/andrewhickman/fs-err/commits/3.1.3)

Updates `serde` from 1.0.223 to 1.0.228
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.223...v1.0.228)

Updates `regex` from 1.11.2 to 1.12.2
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.11.2...1.12.2)

Updates `async-openai` from 0.29.3 to 0.29.5
- [Release notes](https://github.com/64bit/async-openai/releases)
- [Commits](64bit/async-openai@async-openai-v0.29.3...async-openai-v0.29.5)

Updates `aws-config` from 1.8.5 to 1.8.6
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-credential-types` from 1.2.6 to 1.2.7
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-sdk-bedrockruntime` from 1.106.0 to 1.107.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `htmd` from 0.3.0 to 0.3.2
- [Release notes](https://github.com/letmutex/htmd/releases)
- [Commits](letmutex/htmd@v0.3.0...v0.3.2)

Updates `quote` from 1.0.40 to 1.0.41
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.40...1.0.41)

Updates `redis` from 0.32.5 to 0.32.7
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-0.32.5...redis-0.32.7)

Updates `reqwest` from 0.12.23 to 0.12.24
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.23...v0.12.24)

Updates `tree-sitter` from 0.25.9 to 0.25.10
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](tree-sitter/tree-sitter@v0.25.9...v0.25.10)

Updates `duckdb` from 1.3.2 to 1.4.1
- [Release notes](https://github.com/duckdb/duckdb-rs/releases)
- [Commits](duckdb/duckdb-rs@v1.3.2...v1.4.1)

Updates `libduckdb-sys` from 1.3.2 to 1.4.1
- [Release notes](https://github.com/duckdb/duckdb-rs/releases)
- [Commits](duckdb/duckdb-rs@v1.3.2...v1.4.1)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-version: 1.0.100
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: thiserror
  dependency-version: 2.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: fs-err
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: serde
  dependency-version: 1.0.228
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: regex
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: async-openai
  dependency-version: 0.29.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: aws-config
  dependency-version: 1.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: aws-credential-types
  dependency-version: 1.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: aws-sdk-bedrockruntime
  dependency-version: 1.107.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: htmd
  dependency-version: 0.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: quote
  dependency-version: 1.0.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: redis
  dependency-version: 0.32.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: reqwest
  dependency-version: 0.12.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tree-sitter
  dependency-version: 0.25.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: duckdb
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: libduckdb-sys
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 14, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 15, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 15, 2025
@dependabot dependabot bot deleted the dependabot/cargo/minor-7b7700f97c branch October 15, 2025 06:28
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.

0 participants