build(deps): bump the patch-updates group with 6 updates#2
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the patch-updates group with 6 updates#2dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the patch-updates group with 6 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.6.1` | `4.6.2` | | [alloy-primitives](https://github.com/alloy-rs/core) | `1.6.0` | `1.6.1` | | [alloy-sol-types](https://github.com/alloy-rs/core) | `1.6.0` | `1.6.1` | | [alloy-chains](https://github.com/alloy-rs/chains) | `0.2.35` | `0.2.36` | | [http-body-util](https://github.com/hyperium/http-body) | `0.1.3` | `0.1.4` | | [syn](https://github.com/dtolnay/syn) | `2.0.118` | `2.0.119` | Updates `clap` from 4.6.1 to 4.6.2 - [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.6.1...clap_complete-v4.6.2) Updates `alloy-primitives` from 1.6.0 to 1.6.1 - [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.6.0...v1.6.1) Updates `alloy-sol-types` from 1.6.0 to 1.6.1 - [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.6.0...v1.6.1) Updates `alloy-chains` from 0.2.35 to 0.2.36 - [Release notes](https://github.com/alloy-rs/chains/releases) - [Changelog](https://github.com/alloy-rs/chains/blob/main/CHANGELOG.md) - [Commits](alloy-rs/chains@v0.2.35...v0.2.36) Updates `http-body-util` from 0.1.3 to 0.1.4 - [Release notes](https://github.com/hyperium/http-body/releases) - [Commits](hyperium/http-body@http-body-util-v0.1.3...http-body-util-v0.1.4) Updates `syn` from 2.0.118 to 2.0.119 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.118...2.0.119) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: alloy-primitives dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: alloy-sol-types dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: alloy-chains dependency-version: 0.2.36 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: http-body-util dependency-version: 0.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: syn dependency-version: 2.0.119 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
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-updates group with 6 updates:
4.6.14.6.21.6.01.6.11.6.01.6.10.2.350.2.360.1.30.1.42.0.1182.0.119Updates
clapfrom 4.6.1 to 4.6.2Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
0fe0be3chore: Release480af9ddocs: Update changelog2b3ddd0Merge pull request #6340 from liskin/fix-completion-escape7ffe739fix(complete): Do not suggest options after "--"d47fc4ftest(complete): Options suggested after escape (--)Updates
alloy-primitivesfrom 1.6.0 to 1.6.1Release notes
Sourced from alloy-primitives's releases.
Changelog
Sourced from alloy-primitives's changelog.
... (truncated)
Commits
ae40cc4chore: release 1.6.124e3053fix(sol-macro): derive namespaced custom types (#1152)3203fa6fix(syn-solidity): strip namespaces from custom types in EIP-712 formatting (...ca7508bfix(json-abi): dedup canonical signatures (#1151)e63cf6ffeat(primitives): use foldhash for fixed-size maps (#1153)7dc38bafix(dyn-abi): correct packed encoded size for Function (#1149)2df1477fix(sol-macro): fix UDT NAME constant generation stringify typo (#1145)c133daffix(dyn-abi): avoid nested zero-sizedcd07f92fix(json-abi):ea33d7afix(sol-macro): derive Default for dynamic arrays of non-Default elements (#1...Updates
alloy-sol-typesfrom 1.6.0 to 1.6.1Release notes
Sourced from alloy-sol-types's releases.
Changelog
Sourced from alloy-sol-types's changelog.
... (truncated)
Commits
ae40cc4chore: release 1.6.124e3053fix(sol-macro): derive namespaced custom types (#1152)3203fa6fix(syn-solidity): strip namespaces from custom types in EIP-712 formatting (...ca7508bfix(json-abi): dedup canonical signatures (#1151)e63cf6ffeat(primitives): use foldhash for fixed-size maps (#1153)7dc38bafix(dyn-abi): correct packed encoded size for Function (#1149)2df1477fix(sol-macro): fix UDT NAME constant generation stringify typo (#1145)c133daffix(dyn-abi): avoid nested zero-sizedcd07f92fix(json-abi):ea33d7afix(sol-macro): derive Default for dynamic arrays of non-Default elements (#1...Updates
alloy-chainsfrom 0.2.35 to 0.2.36Changelog
Sourced from alloy-chains's changelog.
Commits
ea3a228chore: release 0.2.36d51c29dfeat: add Pharos mainnet and testnet (#307)64059fdchore(deps): bump the ci-weekly group with 2 updates (#306)Updates
http-body-utilfrom 0.1.3 to 0.1.4Release notes
Sourced from http-body-util's releases.
Commits
7685047http-body-util v0.1.43396328http-body v1.1.02fb78dechore: bump license year (#170)b16554bchore(ci): bump checkout to v7c0c53cachore(ci): use msrv aware update for msrv job5ed15d2tests: fix clippy::double_parensc8cb37fDeriveCopytrait toSizeHintstruct (#164)915d6d5feat(util): addInspectErr,InspectFramecombinators (#161)0fc0a94docs: fix broken intradoc links (#162)5a849d4chore: add FUNDING.ymlUpdates
synfrom 2.0.118 to 2.0.119Release notes
Sourced from syn's releases.
Commits
3295f9eRelease 2.0.1196ae9c18Merge pull request #1996 from dtolnay/fieldrepresenting8ebd963Parse field-representing types builtin540ccf8Drop unneeded lifetime on covariant Cursor in verbatim::betweenaa05887Merge pull request #1995 from dtolnay/cursorb7160d3Reduce forking for Verbatim constructionefdc925Merge pull request #1994 from dtolnay/tailcallde6424cPreserve attribute on tail-call expression in statement position050dd73Stricter const move closure grammarc7d514bMerge pull request #1992 from dtolnay/scanconstmoveDependabot 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