chore(deps): bump the major group across 1 directory with 5 updates#2474
Merged
tusharmath merged 3 commits intomainfrom Mar 13, 2026
Merged
chore(deps): bump the major group across 1 directory with 5 updates#2474tusharmath merged 3 commits intomainfrom
tusharmath merged 3 commits intomainfrom
Conversation
41da949 to
753dd02
Compare
Collaborator
|
@dependabot rebase |
753dd02 to
7efa4b2
Compare
Bumps the major group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [convert_case](https://github.com/rutrum/convert-case) | `0.10.0` | `0.11.0` | | [reedline](https://github.com/nushell/reedline) | `0.45.0` | `0.46.0` | | [strum](https://github.com/Peternator7/strum) | `0.27.2` | `0.28.0` | | [strum_macros](https://github.com/Peternator7/strum) | `0.27.2` | `0.28.0` | | [async-openai](https://github.com/64bit/async-openai) | `0.32.4` | `0.33.0` | Updates `convert_case` from 0.10.0 to 0.11.0 - [Commits](https://github.com/rutrum/convert-case/commits) Updates `reedline` from 0.45.0 to 0.46.0 - [Release notes](https://github.com/nushell/reedline/releases) - [Commits](nushell/reedline@v0.45.0...v0.46.0) Updates `strum` from 0.27.2 to 0.28.0 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.27.2...v0.28.0) Updates `strum_macros` from 0.27.2 to 0.28.0 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.27.2...v0.28.0) Updates `async-openai` from 0.32.4 to 0.33.0 - [Release notes](https://github.com/64bit/async-openai/releases) - [Commits](64bit/async-openai@async-openai-v0.32.4...async-openai-v0.33.0) --- updated-dependencies: - dependency-name: convert_case dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: major - dependency-name: reedline dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: major - dependency-name: strum dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: major - dependency-name: strum_macros dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: major - dependency-name: async-openai dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: major ... Signed-off-by: dependabot[bot] <support@github.com>
7efa4b2 to
c9bf689
Compare
Collaborator
|
@dependabot rebase |
Contributor
Author
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
b11f4bd to
7ce2aa0
Compare
…equest (#2554) Co-authored-by: Aiswarya Prakasan <aiswaryaprakasan@Aiswaryas-MacBook-Pro.local>
7ce2aa0 to
6f77b6d
Compare
# Conflicts: # Cargo.toml
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 major group with 5 updates in the / directory:
0.10.00.11.00.45.00.46.00.27.20.28.00.27.20.28.00.32.40.33.0Updates
convert_casefrom 0.10.0 to 0.11.0Commits
Updates
reedlinefrom 0.45.0 to 0.46.0Commits
57d9058bump minor version (#1030)4ad0d0cfeat: use dedicated events for buffer jumps while preserving selection via Ed...cefb611fix: use LF instead of CRLF in insert_newline on Windows (#1023)bdcc842revert osc133;P to osc133;A (#1024)40d8da1vi-mode: add gg/G motions and fix ^ motion behavior (#953)4c16687docs: improve CONTRIBUTING.md to more closely match CI execution (#963)6ca9550Addlibcfeature to enable crossterm's libc backend (#1014)3e2ddc4feat(history): export HistoryItemExtraInfo etc. (#1011)99764eefeat(emacs): add keybindings for moving to start and end of buffer (#1022)5d2c4fafeat: new feature idle_callback to allow to set callback function while waiti...Updates
strumfrom 0.27.2 to 0.28.0Changelog
Sourced from strum's changelog.
... (truncated)
Commits
7376771Peternator7/0.28 (#475)26e63cdDisplay exists in core (#477)9334c72Make TryFrom and FromStr infallible if there's a default (#476)0ccbbf8Honor parse_err_ty attribute when the enum has a default variant (#431)2c9e5a9Automatically add Default implementation to EnumDiscriminant if it exists on ...e241243Fix existing cargo fmt + clippy issues and add GH actions (#473)639b67ffeat: allow any kind of passthrough attributes onEnumDiscriminants(#461)0ea1e2ddocs: Fix typo (#463)36c051bUpgradephfto v0.13 (#465)9328b38Use absolute paths in proc macro (#469)Updates
strum_macrosfrom 0.27.2 to 0.28.0Changelog
Sourced from strum_macros's changelog.
... (truncated)
Commits
7376771Peternator7/0.28 (#475)26e63cdDisplay exists in core (#477)9334c72Make TryFrom and FromStr infallible if there's a default (#476)0ccbbf8Honor parse_err_ty attribute when the enum has a default variant (#431)2c9e5a9Automatically add Default implementation to EnumDiscriminant if it exists on ...e241243Fix existing cargo fmt + clippy issues and add GH actions (#473)639b67ffeat: allow any kind of passthrough attributes onEnumDiscriminants(#461)0ea1e2ddocs: Fix typo (#463)36c051bUpgradephfto v0.13 (#465)9328b38Use absolute paths in proc macro (#469)Updates
async-openaifrom 0.32.4 to 0.33.0Release notes
Sourced from async-openai's releases.
Commits
c643a62chore: Release523dde5feat: upstream spec sync (#523)ff56930fix(client): handle keepalive events in streaming responses (#522)714af04in-memory should be in_memory (#521)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 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