Skip to content

chore(deps): bump proc-macro2 from 1.0.52 to 1.0.55#1132

Merged
KaoImin merged 1 commit intomainfrom
dependabot/cargo/proc-macro2-1.0.55
Apr 3, 2023
Merged

chore(deps): bump proc-macro2 from 1.0.52 to 1.0.55#1132
KaoImin merged 1 commit intomainfrom
dependabot/cargo/proc-macro2-1.0.55

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 2, 2023

Bumps proc-macro2 from 1.0.52 to 1.0.55.

Release notes

Sourced from proc-macro2's releases.

1.0.55

  • Set a meaningful Span for literals produced via the FromStr impl of Literal (#378)
  • Implement Literal::subspan in non-macro contexts when "span-locations" feature is enabled (#379)

1.0.54

  • Performance improvement to "span-locations" feature (#373)
  • Fix unbounded memory usage when calling proc-macro2's parser from a fuzzer (#374)

1.0.53

  • Add support for Rust 1.66's source_text() method (#350)
Commits
  • c4a3e19 Release 1.0.55
  • 3310787 Merge pull request #379 from dtolnay/subspan
  • daccddb Implement Literal::subspan
  • c1cf0f8 Add test of Literal::subspan
  • e163e79 Merge pull request #378 from dtolnay/literalspan
  • da4c83d Create meaningful span for Literal in FromStr
  • 606ea5e Add test of Literal span
  • 287979f Pass char when checking for single character starts_with
  • b539d5a Use let-else syntax to reduce indentation in fuzz
  • 455ca39 Merge pull request #376 from dtolnay/honggfuzz
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.52 to 1.0.55.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.52...1.0.55)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot requested a review from a team as a code owner April 2, 2023 20:06
@dependabot dependabot Bot requested review from driftluo and liya2017 April 2, 2023 20:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 2, 2023
@dependabot dependabot Bot requested review from peterzhb and wenyuanhust April 2, 2023 20:06
@KaoImin KaoImin added this pull request to the merge queue Apr 3, 2023
Merged via the queue into main with commit 8d473b2 Apr 3, 2023
@dependabot dependabot Bot deleted the dependabot/cargo/proc-macro2-1.0.55 branch April 3, 2023 07:53
hongda3141 pushed a commit to hongda3141/axon that referenced this pull request Apr 10, 2023
parent 98a8216
author michael <michael@michael> 1679672226 +0800
committer michael <michael@michael> 1681098977 +0800

parent 98a8216
author michael <michael@michael> 1679672226 +0800
committer michael <michael@michael> 1681098964 +0800

feat(eip-155): init

add logic and e2e test case

fix: handle panic and add one unit test

style: optimize redundancy

test: add rawtx test

style: cargo fmt

fix: change u64 to option of chain_id

style: lint

test: fix test result

test: add EIP-155 and preEIP-155 tests

test: add pre-eip-155 legacy encode test case

test: add legacy with chain_id test case

test: add eip1820 test cases

chore(deps): bump serde from 1.0.157 to 1.0.159 (axonweb3#1114)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

refactor: change the bound of ExecutorAdapter trait (axonweb3#1112)

chore(deps): bump proc-macro2 from 1.0.52 to 1.0.55 (axonweb3#1132)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

feat(executor): remove modexp limit (axonweb3#1119)

refactor: change the maximum RPC gas cap limit (axonweb3#1133)

chore(deps): bump peter-evans/create-pull-request from 4 to 5 (axonweb3#1141)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant