build(deps): bump the patch-versions group with 6 updates#467
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps): bump the patch-versions group with 6 updates#467dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the patch-versions group with 6 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.102` | `1.0.103` | | [leptos](https://github.com/leptos-rs/leptos) | `0.8.19` | `0.8.20` | | [leptos_axum](https://github.com/leptos-rs/leptos) | `0.8.9` | `0.8.10` | | [leptos_router](https://github.com/leptos-rs/leptos) | `0.8.13` | `0.8.14` | | [log](https://github.com/rust-lang/log) | `0.4.32` | `0.4.33` | | [uuid](https://github.com/uuid-rs/uuid) | `1.23.3` | `1.23.4` | Updates `anyhow` from 1.0.102 to 1.0.103 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.102...1.0.103) Updates `leptos` from 0.8.19 to 0.8.20 - [Release notes](https://github.com/leptos-rs/leptos/releases) - [Commits](https://github.com/leptos-rs/leptos/commits) Updates `leptos_axum` from 0.8.9 to 0.8.10 - [Release notes](https://github.com/leptos-rs/leptos/releases) - [Commits](leptos-rs/leptos@v0.8.9...v0.8.10) Updates `leptos_router` from 0.8.13 to 0.8.14 - [Release notes](https://github.com/leptos-rs/leptos/releases) - [Commits](leptos-rs/leptos@v0.8.13...v0.8.14) Updates `log` from 0.4.32 to 0.4.33 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.32...0.4.33) Updates `uuid` from 1.23.3 to 1.23.4 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.23.3...v1.23.4) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.103 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: leptos dependency-version: 0.8.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: leptos_axum dependency-version: 0.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: leptos_router dependency-version: 0.8.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: log dependency-version: 0.4.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: uuid dependency-version: 1.23.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #467 +/- ##
=======================================
Coverage 39.51% 39.51%
=======================================
Files 43 43
Lines 2994 2994
=======================================
Hits 1183 1183
Misses 1811 1811 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
LesnyRumcajs
approved these changes
Jul 2, 2026
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 patch-versions group with 6 updates:
1.0.1021.0.1030.8.190.8.200.8.90.8.100.8.130.8.140.4.320.4.331.23.31.23.4Updates
anyhowfrom 1.0.102 to 1.0.103Release notes
Sourced from anyhow's releases.
Commits
5bdb0e2Release 1.0.103e621bd3Merge pull request #452 from dtolnay/downcast6e8c000Eliminate pointer->reference->pointer during downcast67c4abdAdd regression test for issue 451917a169Update actions/upload-artifact@v6 -> v7d9dc3faUpdate actions/checkout@v6 -> v7841522bRaise minimum tested compiler to rust 1.85Updates
leptosfrom 0.8.19 to 0.8.20Commits
Updates
leptos_axumfrom 0.8.9 to 0.8.10Release notes
Sourced from leptos_axum's releases.
Commits
bbf5bf9chore: publish patch releasesa453b7dfix: correctly poll all out-of-order streaming chunks (closes #4326) (#4333)3b9ccdfMerge pull request #4334 from leptos-rs/432427cd423fix: correctly update path stack when navigating backwards (closes #4324)b3907batest: add regression test for #43249a8bb7etest: add regression test for #425195db8c9chore: add missing attributes (#4308)2bfa995feat: allow accessing a parent owner from a child (#4325)4e445f4fix: correctly import scoped slots (closes #4311) (#4318)5f544f6chore(deps): bump the rust-dependencies group across 1 directory with 11 upda...Updates
leptos_routerfrom 0.8.13 to 0.8.14Release notes
Sourced from leptos_router's releases.
Commits
779b2f2chore: bump versions after recent release72e0abcchore: bump versions after recent release (#4462)a7a8970feat: resupportFrom\<Fn() -> T> for Signal\<T>,ArcSignal\<T>, `Callback<T,...Updates
logfrom 0.4.32 to 0.4.33Changelog
Sourced from log's changelog.
Commits
f405739Merge pull request #734 from rust-lang/cargo/0.4.336a24abfprepare for 0.4.33 release87e0621Merge pull request #732 from matteo-zeggiotti-ok/fix-key-comparisona9b5711Review: fallback to the &str hashcc89cc6Review: fixed other comparisons920e7dcReview: fixed comparison onMaybeStaticStr0d71d3cFixed key comparisonUpdates
uuidfrom 1.23.3 to 1.23.4Release notes
Sourced from uuid's releases.
Commits
3296d64Merge pull request #890 from uuid-rs/cargo/v1.23.4cba53d0prepare for 1.23.4 releasee347af4Merge pull request #889 from frostyplanet/maine9bf55cdoc: Fix broken link warnings5351af4doc: Enable feature flag label for docs.rs1e6a966Merge pull request #888 from uuid-rs/KodrAus-patch-1c9619f6fix up name of fuzz script in readmeDependabot 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