Bump the dependencies group across 1 directory with 9 updates#155
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump the dependencies group across 1 directory with 9 updates#155dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.35` | `4.5.44` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.97` | `1.0.99` | | [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.142` | | [nom](https://github.com/rust-bakery/nom) | `7.1.3` | `8.0.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.12` | `2.0.14` | | [dioxus](https://github.com/DioxusLabs/dioxus) | `0.4.3` | `0.6.3` | | [dioxus-web](https://github.com/DioxusLabs/dioxus) | `0.4.3` | `0.6.3` | | [getrandom](https://github.com/rust-random/getrandom) | `0.2.15` | `0.2.16` | | [dioxus-logger](https://github.com/dioxuslabs/dioxus) | `0.4.1` | `0.6.2` | Updates `clap` from 4.5.35 to 4.5.44 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.35...clap_complete-v4.5.44) Updates `anyhow` from 1.0.97 to 1.0.99 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.97...1.0.99) Updates `serde_json` from 1.0.140 to 1.0.142 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.142) Updates `nom` from 7.1.3 to 8.0.0 - [Changelog](https://github.com/rust-bakery/nom/blob/main/CHANGELOG.md) - [Commits](rust-bakery/nom@7.1.3...8.0.0) Updates `thiserror` from 2.0.12 to 2.0.14 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.12...2.0.14) Updates `dioxus` from 0.4.3 to 0.6.3 - [Release notes](https://github.com/DioxusLabs/dioxus/releases) - [Commits](DioxusLabs/dioxus@v0.4.3...v0.6.3) Updates `dioxus-web` from 0.4.3 to 0.6.3 - [Release notes](https://github.com/DioxusLabs/dioxus/releases) - [Commits](DioxusLabs/dioxus@v0.4.3...v0.6.3) Updates `getrandom` from 0.2.15 to 0.2.16 - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.2.15...v0.2.16) Updates `dioxus-logger` from 0.4.1 to 0.6.2 - [Release notes](https://github.com/dioxuslabs/dioxus/releases) - [Commits](DioxusLabs/dioxus@v0.4.1...v0.6.2) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: anyhow dependency-version: 1.0.99 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: serde_json dependency-version: 1.0.142 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: nom dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: thiserror dependency-version: 2.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: dioxus dependency-version: 0.6.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: dioxus-web dependency-version: 0.6.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: getrandom dependency-version: 0.2.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: dioxus-logger dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 dependencies group with 9 updates in the / directory:
4.5.354.5.441.0.971.0.991.0.1401.0.1427.1.38.0.02.0.122.0.140.4.30.6.30.4.30.6.30.2.150.2.160.4.10.6.2Updates
clapfrom 4.5.35 to 4.5.44Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
... (truncated)
Commits
8e2c2c5chore: Release427d4fcdocs: Update changelog3b99593Merge pull request #5896 from epage/envf5fc765feat(complete): Provide a way to disable env completionsc4105bdchore: Releasea029b20docs: Update changelogcf15d48Merge pull request #5893 from 8LWXpg/patch-27e54542Merge pull request #5892 from 8LWXpg/patch-16ffc88ffix(complete): Check if help string is empty7d8470efix(complete): Fix single quote escaping in PowerShellUpdates
anyhowfrom 1.0.97 to 1.0.99Release notes
Sourced from anyhow's releases.
Commits
f2b963aRelease 1.0.992c64c15Merge pull request #420 from dtolnay/enotempty8cf66f7Allow build-script cleanup failure with NFSv3 output directory to be non-fatalf5e145cRevert "Pin nightly toolchain used for miri job"1d7ef1dUpdate ui test suite to nightly-2025-06-306929572Update ui test suite to nightly-2025-06-1837224e3Ignore mismatched_lifetime_syntaxes lint11f0e81Pin nightly toolchain used for miri jobd04c999Raise required compiler for backtrace feature to rust 1.82219d163Update test suite to nightly-2025-05-01Updates
serde_jsonfrom 1.0.140 to 1.0.142Release notes
Sourced from serde_json's releases.
Commits
1731167Release 1.0.142e51c814Touch up PR 126584abbdbMerge pull request #1265 from aatifsyed/master6843c36Release 1.0.1416e2c210Touch up PR 1273623d9b4Merge pull request #1273 from conradludgate/optimise-string-escapingde70b7duse unreachable_unchecked for escape table. use a second match to roundtrip E...f2d940dreplace start index with bytes slice reference9206cc0feat: impl Default for &Valuecd55b5aIgnore mismatched_lifetime_syntaxes lintUpdates
nomfrom 7.1.3 to 8.0.0Changelog
Sourced from nom's changelog.
... (truncated)
Commits
2cec1b3v8.0.0 (#1797)7afe3a8Merge pull request #1793 from rust-bakery/beta.184af9e7nom 8.0.0-beta.1555eab9Merge pull request #1792 from rust-bakery/nom-language6a25312fix nom-language testsbcc1b0cmove the left_assoc combinator to nom-language9b0e18cImplement new parserleft_assoc. (#1775)cb3b5b8move precedence parsing to nom-languagef1abba6fix precedence parsing6c12469Precedence parsing (#1362)Updates
thiserrorfrom 2.0.12 to 2.0.14Release notes
Sourced from thiserror's releases.
Commits
eea6799Release 2.0.14a2aa6d7Merge pull request #426 from dtolnay/enotemptyf00ebc5Allow build-script cleanup failure with NFSv3 output directory to be non-fatal61f28daRelease 2.0.1389872e3Unindent crate-level markdown linksaee87e5Wrap PR 425 to 80 columns0f94e99Merge pull request #425 from Kriskras99/feat/doc_linksf1eb081Add links to more itemsf301423Revert "Pin nightly toolchain used for miri job"7a5fbc6Update ui test suite to nightly-2025-07-30Updates
dioxusfrom 0.4.3 to 0.6.3Release notes
Sourced from dioxus's releases.
... (truncated)
Commits
fc1f1c2Release 0.6.3b443309Hash and compare templates by value in debug mode (#3630)9b71a33docs: improved issue templates (#3698)18feb0bfeat: disable drop handler (#3680)8b9e246fix: stop failing silently (#3682)4199d54Allow Missing Prop Docs (#3692)f594a65use main exe name without extension for bundler (#3696)ab91965fix onload and onerror parsing error (#3707)1c902abFix serving desktop+fullstack apps that have not set a server url (#3701)36353ebfix cli link since we deleted itUpdates
dioxus-webfrom 0.4.3 to 0.6.3Release notes
Sourced from dioxus-web's releases.
... (truncated)
Commits
fc1f1c2Release 0.6.3b443309Hash and compare templates by value in debug mode (#3630)9b71a33docs: improved issue templates (#3698)18feb0bfeat: disable drop handler (#3680)8b9e246fix: stop failing silently (#3682)4199d54Allow Missing Prop Docs (#3692)f594a65use main exe name without extension for bundler (#3696)ab91965fix onload and onerror parsing error (#3707)1c902abFix serving desktop+fullstack apps that have not set a server url (#3701)36353ebfix cli link since we deleted itUpdates
getrandomfrom 0.2.15 to 0.2.16Changelog
Sourced from getrandom's changelog.
Commits
ce4144bRelease v0.2.16 (#655)a55ea8dBackport Cygwin support (#654)Updates
dioxus-loggerfrom 0.4.1 to 0.6.2Release notes
Sourced from dioxus-logger's releases.
... (truncated)
Commits
0120373Release 0.6.25d48934revert ring pr03c2d67fix: pass off env vars to android apps (#3621)ce2b223CryptoProvider error. (#3619)08f2180fix: use a different temp path to not confuse image opt (#3620)13dcd80Optimize wasm bindgen asset with manganis (#3531)d8850c7fix: don't have Rc cycles in DioxusElement or Queries (#3618)d42b1d5fix: too much padding for small frames (#3616)23d9178docs: update translations/ja-jp/README.md (#3615)640a3e0Remove the todo list from the examples readme (#3613)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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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