Skip to content

chore(deps): bump the minor-and-patch group with 4 updates#95

Merged
kylebarron merged 1 commit into
mainfrom
dependabot/cargo/minor-and-patch-b3e52c82cc
Jul 21, 2026
Merged

chore(deps): bump the minor-and-patch group with 4 updates#95
kylebarron merged 1 commit into
mainfrom
dependabot/cargo/minor-and-patch-b3e52c82cc

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 4 updates: async-trait, icechunk, serde_json and thiserror.

Updates async-trait from 0.1.89 to 0.1.91

Release notes

Sourced from async-trait's releases.

0.1.90

  • Update to syn 3
Commits
  • d049ee0 Release 0.1.91
  • 7a0961f Merge pull request #301 from dtolnay/mutability
  • 740f86f Ignore mut_mut pedantic clippy lint in test
  • 4699cd3 Fix mutability for by-reference receivers
  • 6dd3573 Add regression test for issue 300
  • 2371797 Release 0.1.90
  • d03f075 Merge pull request #299 from dtolnay/syn3
  • 6cf42c1 Update to syn 3
  • b9daaba Ignore match_same_arms pedantic clippy lint
  • aa706d1 Update actions/upload-artifact@v6 -> v7
  • Additional commits viewable in compare view

Updates icechunk from 2.1.0 to 2.1.1

Changelog

Sourced from icechunk's changelog.

Python Icechunk Library 2.1.1

Features

  • Add read_headers, write_headers, and headers arguments to s3_storage, s3_object_store_storage, tigris_storage, r2_storage, and gcs_storage to attach custom HTTP headers to object-store requests (#2246).

Fixes

  • Fix redirect storage failing to resolve HTTP backends: URLs with http+icechunk, http+ic, https+icechunk, or https+ic schemes are now correctly stripped to plain http/https targets (#2262).
Commits
  • 960c64e Release 2.1.1 (#2265)
  • 71e5841 fix: scheme conversion in redirect storage (#2262)
  • 4205374 chore(deps): update crossbeam-epoch to 0.9.20 (RUSTSEC-2026-0204) (#2263)
  • f2793a4 chore(deps-dev): bump the js-dependencies group across 1 directory with 4 upd...
  • e3d7c3a chore(deps): bump the rust-dependencies group with 4 updates (#2260)
  • 4b41c93 ci: ignore quick-xml DoS advisories, drop unused license allow (#2258)
  • a767cf1 Add custom HTTP headers to object-store requests (#2255)
  • b4c44f6 ci: add PR review board (Slack) (#2253)
  • 029ee90 Revert "feat: add streaming chunk reader API for zero-copy S3 drain" (#2254)
  • 14aa69e feat: add streaming chunk reader API for zero-copy S3 drain
  • See full diff in compare view

Updates serde_json from 1.0.150 to 1.0.151

Release notes

Sourced from serde_json's releases.

v1.0.151

Commits
  • de85007 Release 1.0.151
  • 3b2b3c5 Merge pull request #1331 from WonderLawrence/rawvalue-from-string-unchecked
  • 0406d96 Debug-assert well-formedness and no-whitespace in from_string_unchecked
  • cf16f75 Add RawValue::from_string_unchecked
  • 827a315 Update actions/upload-artifact@v6 -> v7
  • cea36a5 Update actions/checkout@v6 -> v7
  • See full diff in compare view

Updates thiserror from 2.0.18 to 2.0.19

Release notes

Sourced from thiserror's releases.

2.0.19

  • Update to syn 3
Commits
  • e13a785 Release 2.0.19
  • 0a0e76c Update to syn 3
  • ec42ea7 Update actions/upload-artifact@v6 -> v7
  • 4178c4a Update actions/checkout@v6 -> v7
  • 7214e0e Ignore items_after_statements pedantic clippy lint in test
  • febcc03 Merge pull request #451 from vip892766gma/maint/20260521171412
  • c50e387 chore: improve thiserror maintenance path
  • d4a2507 Raise minimum tested compiler to rust 1.85
  • 99e8a6c Unpin CI miri toolchain
  • 9ac165c Pin CI miri to nightly-2026-02-11
  • 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 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-and-patch group with 4 updates: [async-trait](https://github.com/dtolnay/async-trait), [icechunk](https://github.com/earth-mover/icechunk), [serde_json](https://github.com/serde-rs/json) and [thiserror](https://github.com/dtolnay/thiserror).


Updates `async-trait` from 0.1.89 to 0.1.91
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.89...0.1.91)

Updates `icechunk` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/earth-mover/icechunk/releases)
- [Changelog](https://github.com/earth-mover/icechunk/blob/main/Changelog.python.md)
- [Commits](earth-mover/icechunk@v2.1.0...v2.1.1)

Updates `serde_json` from 1.0.150 to 1.0.151
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.150...v1.0.151)

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

---
updated-dependencies:
- dependency-name: async-trait
  dependency-version: 0.1.91
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: icechunk
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: serde_json
  dependency-version: 1.0.151
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: thiserror
  dependency-version: 2.0.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

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 Jul 21, 2026
@kylebarron
kylebarron enabled auto-merge (squash) July 21, 2026 10:25
@kylebarron
kylebarron merged commit 15ec9ea into main Jul 21, 2026
13 checks passed
@kylebarron
kylebarron deleted the dependabot/cargo/minor-and-patch-b3e52c82cc branch July 21, 2026 10: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.

1 participant