-
Notifications
You must be signed in to change notification settings - Fork 5
[depbot] Bump the deps group across 1 directory with 22 updates #1164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
1
commit into
master
Choose a base branch
from
dependabot/cargo/deps-e4c118348e
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Bumps the deps group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [alloy-primitives](https://github.com/alloy-rs/core) | `1.4.1` | `1.5.2` | | [alloy-sol-types](https://github.com/alloy-rs/core) | `1.4.1` | `1.5.2` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.98` | `1.0.100` | | [askama](https://github.com/askama-rs/askama) | `0.14.0` | `0.15.0` | | [clap](https://github.com/clap-rs/clap) | `4.5.40` | `4.5.53` | | [convert_case](https://github.com/rutrum/convert-case) | `0.7.1` | `0.10.0` | | [genco](https://github.com/udoprog/genco) | `0.17.10` | `0.19.0` | | [handlebars](https://github.com/sunng87/handlebars-rust) | `4.5.0` | `6.3.2` | | [hashbrown](https://github.com/rust-lang/hashbrown) | `0.15.4` | `0.16.1` | | [insta](https://github.com/mitsuhiko/insta) | `1.44.1` | `1.45.0` | | [lalrpop](https://github.com/lalrpop/lalrpop) | `0.20.2` | `0.22.2` | | [lalrpop-util](https://github.com/lalrpop/lalrpop) | `0.20.2` | `0.22.2` | | [log](https://github.com/rust-lang/log) | `0.4.27` | `0.4.29` | | [logos](https://github.com/maciejhirsz/logos) | `0.13.0` | `0.16.0` | | [mockall](https://github.com/asomers/mockall) | `0.12.1` | `0.14.0` | | [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.34` | `0.2.37` | | [rustdoc-types](https://github.com/rust-lang/rustdoc-types) | `0.56.0` | `0.57.0` | | [quote](https://github.com/dtolnay/quote) | `1.0.40` | `1.0.42` | | [spin](https://github.com/mvdnes/spin-rs) | `0.9.8` | `0.10.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.12` | `2.0.17` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.24` | `0.23.5` | | [trybuild](https://github.com/dtolnay/trybuild) | `1.0.105` | `1.0.114` | Updates `alloy-primitives` from 1.4.1 to 1.5.2 - [Release notes](https://github.com/alloy-rs/core/releases) - [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md) - [Commits](alloy-rs/core@v1.4.1...v1.5.2) Updates `alloy-sol-types` from 1.4.1 to 1.5.2 - [Release notes](https://github.com/alloy-rs/core/releases) - [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md) - [Commits](alloy-rs/core@v1.4.1...v1.5.2) Updates `anyhow` from 1.0.98 to 1.0.100 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.98...1.0.100) Updates `askama` from 0.14.0 to 0.15.0 - [Release notes](https://github.com/askama-rs/askama/releases) - [Commits](askama-rs/askama@v0.14.0...v0.15.0) Updates `clap` from 4.5.40 to 4.5.53 - [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.40...clap_complete-v4.5.53) Updates `convert_case` from 0.7.1 to 0.10.0 - [Commits](https://github.com/rutrum/convert-case/commits) Updates `genco` from 0.17.10 to 0.19.0 - [Release notes](https://github.com/udoprog/genco/releases) - [Changelog](https://github.com/udoprog/genco/blob/main/CHANGELOG.md) - [Commits](udoprog/genco@0.17.10...0.19.0) Updates `handlebars` from 4.5.0 to 6.3.2 - [Release notes](https://github.com/sunng87/handlebars-rust/releases) - [Changelog](https://github.com/sunng87/handlebars-rust/blob/master/CHANGELOG.md) - [Commits](sunng87/handlebars-rust@v4.5.0...v6.3.2) Updates `hashbrown` from 0.15.4 to 0.16.1 - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](rust-lang/hashbrown@v0.15.4...v0.16.1) Updates `insta` from 1.44.1 to 1.45.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.44.1...1.45.0) Updates `lalrpop` from 0.20.2 to 0.22.2 - [Changelog](https://github.com/lalrpop/lalrpop/blob/master/RELEASES.md) - [Commits](lalrpop/lalrpop@0.20.2...0.22.2) Updates `lalrpop-util` from 0.20.2 to 0.22.2 - [Changelog](https://github.com/lalrpop/lalrpop/blob/master/RELEASES.md) - [Commits](lalrpop/lalrpop@0.20.2...0.22.2) Updates `log` from 0.4.27 to 0.4.29 - [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.27...0.4.29) Updates `logos` from 0.13.0 to 0.16.0 - [Release notes](https://github.com/maciejhirsz/logos/releases) - [Changelog](https://github.com/maciejhirsz/logos/blob/master/RELEASE-PROCESS.md) - [Commits](maciejhirsz/logos@v0.13...v0.16) Updates `mockall` from 0.12.1 to 0.14.0 - [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md) - [Commits](asomers/mockall@v0.12.1...v0.14.0) Updates `prettyplease` from 0.2.34 to 0.2.37 - [Release notes](https://github.com/dtolnay/prettyplease/releases) - [Commits](dtolnay/prettyplease@0.2.34...0.2.37) Updates `rustdoc-types` from 0.56.0 to 0.57.0 - [Changelog](https://github.com/rust-lang/rustdoc-types/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rustdoc-types/commits) Updates `quote` from 1.0.40 to 1.0.42 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.40...1.0.42) Updates `spin` from 0.9.8 to 0.10.0 - [Changelog](https://github.com/zesterer/spin-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/mvdnes/spin-rs/commits) Updates `thiserror` from 2.0.12 to 2.0.17 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.12...2.0.17) Updates `toml_edit` from 0.22.24 to 0.23.5 - [Commits](toml-rs/toml@v0.22.24...v0.23.5) Updates `trybuild` from 1.0.105 to 1.0.114 - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](dtolnay/trybuild@1.0.105...1.0.114) --- updated-dependencies: - dependency-name: alloy-primitives dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: alloy-sol-types dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: anyhow dependency-version: 1.0.100 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: askama dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: clap dependency-version: 4.5.53 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: convert_case dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: genco dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: handlebars dependency-version: 6.3.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: hashbrown dependency-version: 0.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: insta dependency-version: 1.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: lalrpop dependency-version: 0.22.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: lalrpop-util dependency-version: 0.22.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: log dependency-version: 0.4.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: logos dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: mockall dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: prettyplease dependency-version: 0.2.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: rustdoc-types dependency-version: 0.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: quote dependency-version: 1.0.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: spin dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: toml_edit dependency-version: 0.23.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: trybuild dependency-version: 1.0.114 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 deps group with 22 updates in the / directory:
1.4.11.5.21.4.11.5.21.0.981.0.1000.14.00.15.04.5.404.5.530.7.10.10.00.17.100.19.04.5.06.3.20.15.40.16.11.44.11.45.00.20.20.22.20.20.20.22.20.4.270.4.290.13.00.16.00.12.10.14.00.2.340.2.370.56.00.57.01.0.401.0.420.9.80.10.02.0.122.0.170.22.240.23.51.0.1051.0.114Updates
alloy-primitivesfrom 1.4.1 to 1.5.2Release notes
Sourced from alloy-primitives's releases.
Changelog
Sourced from alloy-primitives's changelog.
Commits
3625aa0chore: release 1.5.291b063eperf(primitives): always use FxHash for Fb* (#1054)8b96902chore: release 1.5.1c699040feat: extract cache to a separate crate (#1053)83c19abfeat(primitives): add U256Map (#1052)09e7503chore: release 1.5.05f305dafeat: add rapidhash to available hashers (#1051)547695ffeat: add keccak256_uncached (#1050)d37ceb1fix(primitives): cache keccaks up to 88 bytes (#1049)6c62543feat(primitives): Add UintTryTo trait for Signed type (#1029)Updates
alloy-sol-typesfrom 1.4.1 to 1.5.2Release notes
Sourced from alloy-sol-types's releases.
Changelog
Sourced from alloy-sol-types's changelog.
Commits
3625aa0chore: release 1.5.291b063eperf(primitives): always use FxHash for Fb* (#1054)8b96902chore: release 1.5.1c699040feat: extract cache to a separate crate (#1053)83c19abfeat(primitives): add U256Map (#1052)09e7503chore: release 1.5.05f305dafeat: add rapidhash to available hashers (#1051)547695ffeat: add keccak256_uncached (#1050)d37ceb1fix(primitives): cache keccaks up to 88 bytes (#1049)6c62543feat(primitives): Add UintTryTo trait for Signed type (#1029)Updates
anyhowfrom 1.0.98 to 1.0.100Release notes
Sourced from anyhow's releases.
Commits
18c2598Release 1.0.100f271988Merge pull request #426 from dtolnay/clippyfmt52f2115Mark macros with clippy::format_argsda5fd9dRaise minimum tested compiler to rust 1.76211e409Opt in to generate-macro-expansion when building on docs.rsb48fc02Enforce trybuild >= 1.0.108d5f59fbUpdate ui test suite to nightly-2025-09-07238415dUpdate ui test suite to nightly-2025-08-243bab070Update actions/checkout@v4 -> v54249254Order cap-lints flag in the same order as thiserror build scriptUpdates
askamafrom 0.14.0 to 0.15.0Release notes
Sourced from askama's releases.
... (truncated)
Commits
b251aebMerge pull request #639 from GuillaumeGomez/fix-book-generation15d458bSimplify book creationefe6071Merge pull request #637 from GuillaumeGomez/publish9947083Removepublish = falsefromaskama_macrosandaskama_deriveCargo.toml ...d95c912Merge pull request #636 from GuillaumeGomez/update-version5aacb32Update askama crates version to0.15.04e85c10Merge pull request #635 from GuillaumeGomez/method-call-enum-variants87429c8Fixcustom_uitest on nightly243164cFix method call on enum variant templatescff0accMerge pull request #613 from GuillaumeGomez/createUpdates
clapfrom 4.5.40 to 4.5.53Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
Commits
3716f9fchore: Release613b69adocs: Update changelogd117f7aMerge pull request #6028 from epage/argcb8255dfeat(builder): Allow quoted id's for arg macro1036060Merge pull request #6025 from AldaronLau/typos-in-faq2fcafc0docs: Fix minor grammar issues in FAQa380b65Merge pull request #6023 from epage/template4d7ab14chore: Update from _rust/main templateb8a7ea4chore(deps): Update Rust Stable to v1.87 (#18)f9842b3chore: Avoid MSRV problems out of the boxUpdates
convert_casefrom 0.7.1 to 0.10.0Commits
Updates
gencofrom 0.17.10 to 0.19.0Release notes
Sourced from genco's releases.
Commits
bc71d93Release 0.19.087a9068Rename walk_imports to iter_lang36b8992Store offset directly in items3158b79Hide implementation details of Item52d0da7Hide implementation details of ItemStr68c3859Update Swift to support implementationOnly imports (#62)7152aecClean up implementations and documentationa2e5115Release 0.18.124d4588Backspace is 0x08 in javaaaac029Fix lintsUpdates
handlebarsfrom 4.5.0 to 6.3.2Release notes
Sourced from handlebars's releases.
... (truncated)
Changelog
Sourced from handlebars's changelog.
... (truncated)
Commits
7d666fbchore: Release handlebars version 6.3.2ab28f5echore: maintain changelog7fb336afeat: correct implementation of partial block (#699)e9c4fe7fix: partial context with literal parameters (#695)6055df6chore: Release handlebars version 6.3.1357cfd5chore: update changelog9389e8cfix: reimplement partial context as block params (#694)85d810cfix: lint error715c6beRevert "ci: update github workflow"f528ad8ci: update github workflowUpdates
hashbrownfrom 0.15.4 to 0.16.1Release notes
Sourced from hashbrown's releases.
Changelog
Sourced from hashbrown's changelog.
Commits
1876e4fAdd PR link forget_disjoint_mutrename2e363b6Update CHANGELOG for version 0.16.188d54a5chore: release v0.16.121be06cMerge pull request #657 from cuviper/table-bucketaf971f3AddTto bucket iterators and inline their methods7ccb6d6AddHashTable::iter_bucketsanditer_hash_bucketsaeb7996AddHashTable::get_bucket_entry_uncheckede885a4eget_bucket_entry -> Result\<OccupiedEntry, AbsentEntry>dabfbefAddget_bucket_uncheckedandget_bucket_unchecked_mut42d9377MakeHashTableentries useTaginstead of a full hashUpdates
instafrom 1.44.1 to 1.45.0Release notes
Sourced from insta's releases.
... (truncated)
Changelog
...
Description has been truncated