chore(deps): bump the rust-dependencies group with 6 updates - #319
Merged
Merged
Conversation
Bumps the rust-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.6.6` | `4.6.7` | | [jsonwebtoken](https://github.com/Keats/jsonwebtoken) | `11.0.0` | `11.1.0` | | [object_store](https://github.com/apache/arrow-rs-object-store) | `0.14.1` | `0.14.2` | | [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) | `1.146.1` | `1.148.0` | | [aws-smithy-types](https://github.com/smithy-lang/smithy-rs) | `1.6.3` | `1.6.4` | | [jiff](https://github.com/BurntSushi/jiff) | `0.2.35` | `0.2.37` | Updates `clap` from 4.6.6 to 4.6.7 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/main/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.6.6...clap_complete-v4.6.7) Updates `jsonwebtoken` from 11.0.0 to 11.1.0 - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](Keats/jsonwebtoken@v11.0.0...v11.1.0) Updates `object_store` from 0.14.1 to 0.14.2 - [Release notes](https://github.com/apache/arrow-rs-object-store/releases) - [Changelog](https://github.com/apache/arrow-rs-object-store/blob/main/CHANGELOG-old.md) - [Commits](apache/arrow-rs-object-store@v0.14.1...v0.14.2) Updates `aws-sdk-s3` from 1.146.1 to 1.148.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) Updates `aws-smithy-types` from 1.6.3 to 1.6.4 - [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 `jiff` from 0.2.35 to 0.2.37 - [Release notes](https://github.com/BurntSushi/jiff/releases) - [Changelog](https://github.com/BurntSushi/jiff/blob/jiff-static-0.2.37/CHANGELOG.md) - [Commits](BurntSushi/jiff@jiff-static-0.2.35...jiff-static-0.2.37) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: jsonwebtoken dependency-version: 11.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: object_store dependency-version: 0.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: aws-sdk-s3 dependency-version: 1.148.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: aws-smithy-types dependency-version: 1.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: jiff dependency-version: 0.2.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
dependabot
Bot
deleted the
dependabot/cargo/rust-dependencies-14398fa94d
branch
September 22, 2026 11:01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the rust-dependencies group with 6 updates:
4.6.64.6.711.0.011.1.00.14.10.14.21.146.11.148.01.6.31.6.40.2.350.2.37Updates
clapfrom 4.6.6 to 4.6.7Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
d3e59a9chore: Released997f87docs: Update changelogfb6058cMerge pull request #6409 from heaths/pwsh-support2310870test(complete): Add tests for completer_for_path5967c17refactor(complete): Move shell detection to Shells594602bfix(complete): Detect pwsh for PowerShell3a4f2d0Merge pull request #6427 from clap-rs/renovate/shlex-2.x67ebaedMerge pull request #6426 from clap-rs/renovate/actions-checkout-7.xc968b13chore(deps): Update Rust crate shlex to v28f247cbchore(deps): Update actions/checkout action to v7Updates
jsonwebtokenfrom 11.0.0 to 11.1.0Changelog
Sourced from jsonwebtoken's changelog.
Commits
4c0ae75Ready for release46690b5Add insecure_decode_claims (#539)Updates
object_storefrom 0.14.1 to 0.14.2Release notes
Sourced from object_store's releases.
... (truncated)
Changelog
Sourced from object_store's changelog.
Commits
279572eUpdate CHANGELOG for latest main (#855)4ff7d04Restore missing first line of ASF license header in src/client/s3.rs (#854)25fa079Update version to 0.14.2 and add CHANGELOG (#850)c37db72feat: retry failed multipart part uploads (#849)135984fAdd doc hints pointing large-object uploads at the multipart API (#839)b07471e[object-store]: update release schedule (#834)978fb48Fix MSRV violation inparse.rstest, check--all-targetsin MSRV CI (#837)e2a4934Speed up MSRV CI check by installing cargo-msrv via taiki-e/install-action (#...e28807dfeat: presigned URLs with extra query params and signed headers (SignedUrlOpt...5c74363Restore UnwindSafe/RefUnwindSafe on ClientOptions by bounding DnsResolver (#836)Updates
aws-sdk-s3from 1.146.1 to 1.148.0Commits
Updates
aws-smithy-typesfrom 1.6.3 to 1.6.4Commits
Updates
jifffrom 0.2.35 to 0.2.37Changelog
Sourced from jiff's changelog.
Commits
4100a7c0.2.37c1febcbchangelog: 0.2.377bd0c36doc: fix include paths, reduxaa8008eRevert "doc: fix include paths"8c2585cdoc: fix include paths7e813310.2.36d2f10b1jiff-core-0.1.1189c390changelog: 0.2.36ab6e8c8jiff: remove duplicated docseabd531jiff: add optionalarbitrary::ArbitraryimplementationsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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