Skip to content
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

chore(deps): bump the rust-dependencies group across 1 directory with 9 updates #76

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2024

Bumps the rust-dependencies group with 9 updates in the / directory:

Package From To
backtrace 0.3.72 0.3.73
clap 4.5.4 4.5.7
lazy_static 1.4.0 1.5.0
proc-macro2 1.0.84 1.0.86
reqwest 0.12.4 0.12.5
strum 0.26.2 0.26.3
cc 1.0.98 1.0.100
alloy-primitives 0.7.4 0.7.6
alloy-sol-types 0.7.4 0.7.6

Updates backtrace from 0.3.72 to 0.3.73

Release notes

Sourced from backtrace's releases.

0.3.73

This basically just is bugfixes so that backtrace works on Windows 7 again.

What's Changed

New Contributors

Full Changelog: rust-lang/backtrace-rs@0.3.72...0.3.73

Commits

Updates clap from 4.5.4 to 4.5.7

Release notes

Sourced from clap's releases.

v4.5.7

[4.5.7] - 2024-06-10

Fixes

  • Clean up error message when too few arguments for num_args

v4.5.6

[4.5.6] - 2024-06-06

Changelog

Sourced from clap's changelog.

[4.5.7] - 2024-06-10

Fixes

  • Clean up error message when too few arguments for num_args

[4.5.6] - 2024-06-06

[4.5.5] - 2024-06-06

Fixes

  • Allow exclusive to override required_unless_present, required_unless_present_any, required_unless_present_all
Commits

Updates lazy_static from 1.4.0 to 1.5.0

Commits

Updates proc-macro2 from 1.0.84 to 1.0.86

Release notes

Sourced from proc-macro2's releases.

1.0.86

  • Documentation improvements

1.0.85

  • Mark some tests as only for 64-bit targets (#463)
Commits
  • aa9476b Release 1.0.86
  • 1961358 Merge pull request #466 from dtolnay/buildrs
  • e1bd2cc Bring build script comments up to date
  • 5b27127 Merge pull request #465 from dtolnay/ignorereason
  • 0da4629 Fill in ignore reasons in all #[ignore] attributes
  • 5ee1cab Release 1.0.85
  • aa64c20 Merge pull request #464 from dtolnay/testsize
  • bc9f4d9 Ignore size tests on non-64bit target
  • 1160ec3 Make size tests #[ignore] in cfg(randomize_layout)
  • See full diff in compare view

Updates reqwest from 0.12.4 to 0.12.5

Release notes

Sourced from reqwest's releases.

v0.12.5

What's Changed

  • Add http3 feature back, still requiring reqwest_unstable.
  • Add rustls-tls-no-provider Cargo feature to use rustls without a crypto provider.
  • Add blocking::ClientBuilder::dns_resolver() method to change DNS resolver in blocking client.
  • Fix Accept-Encoding header combinations.
  • Fix http3 resolving IPv6 addresses.
  • Internal: upgrade to rustls 0.23.

New Contributors

Full Changelog: seanmonstar/reqwest@v0.12.4...v0.12.5

Changelog

Sourced from reqwest's changelog.

v0.12.5

  • Add blocking::ClientBuilder::dns_resolver() method to change DNS resolver in blocking client.
  • Add http3 feature back, still requiring reqwest_unstable.
  • Add rustls-tls-no-provider Cargo feature to use rustls without a crypto provider.
  • Fix Accept-Encoding header combinations.
  • Fix http3 resolving IPv6 addresses.
  • Internal: upgrade to rustls 0.23.
Commits
  • 29d4cff v0.12.5
  • a7880d6 tests: fix http3 tests
  • c32d877 tests: enable http3 content-length test
  • ce3b30e http3: send content-length if known
  • 404df59 test: add http3 test server support
  • e5ce0b5 fix: don't enable hyper-rustls/http2 unless http2 is already enabled
  • ccb5e40 Don't compile hyper-tls with native-roots unless rustls-tls-native-roots is e...
  • c56fbae tests: remove a proxy parse error check
  • 8cc7cd4 msrv: pin url
  • 695bc04 fix: http3 resolving ipv6 addresses (#2305)
  • Additional commits viewable in compare view

Updates strum from 0.26.2 to 0.26.3

Release notes

Sourced from strum's releases.

v0.26.3

What's Changed

New Contributors

Full Changelog: Peternator7/strum@v0.26.2...v0.26.3

Changelog

Sourced from strum's changelog.

0.26.3 (strum_macros)

  • #344: Hide EnumTable because it's going to be deprecated in the next version.
  • #357: Fixes an incompatiblity with itertools by using the fully qualified name rather than the inherent method.
  • #345: Allows unnamed tuple like variants to use their variants in string interpolation. #[strum(to_string = "Field 0: {0}, Field 1: {1})")] will now work for tuple variants
Commits
  • c89286f Update changelog & strum_macros version
  • 0c85c16 Use associated function syntax for calling get on an EnumIter, eliminatin...
  • 9689d7b add hyperlinks to documentation and clarify derive macros (#355)
  • 186d29f Interpolate unnamed enum variant fields in to_string attribute (#345)
  • 410062e Fix broken links (#350)
  • 1e46337 Update heck requirement (#346)
  • f5fce03 Fix typos & misspellings in docs (#347)
  • See full diff in compare view

Updates cc from 1.0.98 to 1.0.100

Release notes

Sourced from cc's releases.

cc-v1.0.100

Other

  • Update publish.yml to use release-plz (#1101)
  • Accpet OsStr instead of str for flags (#1100)
  • Use dep: syntax to avoid implicit features. (#1099)
  • Minor clippy fixes. (#1098)
  • Fix WASI compilation for C++ (#1083)
  • Regenerate windows sys bindings (#1096)
  • Rename regenerate-windows-sys to regenerate-windows-sys.yml (#1095)
  • Create regenerate-windows-sys.yml (#1094)
  • Update windows-bindgen requirement from 0.56 to 0.57 (#1091)
  • Eagerly close tempfile to fix #1082 (#1087)
  • Output msvc.exe in the output directory (#1090)
  • Fix clippy warnings on Windows (#1088)
  • Don't try to free DLL on drop (#1089)
  • Fix panic safety issue in StderrForwarder (#1079)
Changelog

Sourced from cc's changelog.

1.0.100 - 2024-06-23

Other

  • Update publish.yml to use release-plz (#1101)
  • Accpet OsStr instead of str for flags (#1100)
  • Use dep: syntax to avoid implicit features. (#1099)
  • Minor clippy fixes. (#1098)
  • Fix WASI compilation for C++ (#1083)
  • Regenerate windows sys bindings (#1096)
  • Rename regenerate-windows-sys to regenerate-windows-sys.yml (#1095)
  • Create regenerate-windows-sys.yml (#1094)
  • Update windows-bindgen requirement from 0.56 to 0.57 (#1091)
  • Eagerly close tempfile to fix #1082 (#1087)
  • Output msvc.exe in the output directory (#1090)
  • Fix clippy warnings on Windows (#1088)
  • Don't try to free DLL on drop (#1089)
  • Fix panic safety issue in StderrForwarder (#1079)
Commits

Updates alloy-primitives from 0.7.4 to 0.7.6

Release notes

Sourced from alloy-primitives's releases.

alloy-core v0.7.6

What's Changed

Full Changelog: alloy-rs/core@v0.7.5...v0.7.6

alloy-core v0.7.5

What's Changed

New Contributors

Full Changelog: alloy-rs/core@v0.7.4...v0.7.5

Changelog

Sourced from alloy-primitives's changelog.

0.7.6 - 2024-06-10

Features

  • [primitives] Add additional common aliases (#654)
  • [primitives] Derive Arbitrary for Signature (#652)
  • [primitives] Implement ops::Not for fixed bytes (#650)
  • [sol-macro] Add return value names to simple getters (#648)

Miscellaneous Tasks

  • Release 0.7.6
  • [docs] Add doc aliases for Tx prefixed names (#649)
  • Update changelog.sh
  • Fix CHANGELOG parsers for uppercase

0.7.5 - 2024-06-04

Bug Fixes

  • [sol-macro] Allow deriving Default on contracts (#645)
  • [sol-macro] Overridden event signatures (#642)
  • [primitives] Signed formatting (#643)
  • Fix Log serde for non self describing protocols (#639)
  • Handle 0 for inverting eip155 parity. (#633)

Documentation

  • Update some READMEs (#641)

Features

  • [primitives] Implement TryInto for ParseUnits (#646)
  • [sol-macro] Allow overridden custom errors (#644)
  • Create new method on Param and EventParam (#634)

Miscellaneous Tasks

  • Release 0.7.5
  • [sol-macro] Add suggestion to remove name (#647)
  • Temporarily disable tests that OOM Miri (#637)
Commits
  • 155f7cc chore: release 0.7.6
  • 4a258dc feat(primitives): add additional common aliases (#654)
  • d467a78 feat(primitives): derive Arbitrary for Signature (#652)
  • 72a8dd5 feat(primitives): implement ops::Not for fixed bytes (#650)
  • 5ef8d4c chore(docs): add doc aliases for Tx prefixed names (#649)
  • bf965fd chore: update changelog.sh
  • 8baa2fd feat(sol-macro): add return value names to simple getters (#648)
  • 9d5c39f chore: fix CHANGELOG parsers for uppercase
  • 9435229 chore: release 0.7.5
  • 4633b9d chore(sol-macro): add suggestion to remove name (#647)
  • Additional commits viewable in compare view

Updates alloy-sol-types from 0.7.4 to 0.7.6

Release notes

Sourced from alloy-sol-types's releases.

alloy-core v0.7.6

What's Changed

Full Changelog: alloy-rs/core@v0.7.5...v0.7.6

alloy-core v0.7.5

What's Changed

New Contributors

Full Changelog: alloy-rs/core@v0.7.4...v0.7.5

Changelog

Sourced from alloy-sol-types's changelog.

0.7.6 - 2024-06-10

Features

  • [primitives] Add additional common aliases (#654)
  • [primitives] Derive Arbitrary for Signature (#652)
  • [primitives] Implement ops::Not for fixed bytes (#650)
  • [sol-macro] Add return value names to simple getters (#648)

Miscellaneous Tasks

  • Release 0.7.6
  • [docs] Add doc aliases for Tx prefixed names (#649)
  • Update changelog.sh
  • Fix CHANGELOG parsers for uppercase

0.7.5 - 2024-06-04

Bug Fixes

  • [sol-macro] Allow deriving Default on contracts (#645)
  • [sol-macro] Overridden event signatures (#642)
  • [primitives] Signed formatting (#643)
  • Fix Log serde for non self describing protocols (#639)
  • Handle 0 for inverting eip155 parity. (#633)

Documentation

  • Update some READMEs (#641)

Features

  • [primitives] Implement TryInto for ParseUnits (#646)
  • [sol-macro] Allow overridden custom errors (#644)
  • Create new method on Param and EventParam (#634)

Miscellaneous Tasks

  • Release 0.7.5
  • [sol-macro] Add suggestion to remove name (#647)
  • Temporarily disable tests that OOM Miri (#637)
Commits
  • 155f7cc chore: release 0.7.6
  • 4a258dc feat(primitives): add additional common aliases (#654)
  • d467a78 feat(primitives): derive Arbitrary for Signature (#652)
  • 72a8dd5 feat(primitives): implement ops::Not for fixed bytes (#650)
  • 5ef8d4c chore(docs): add doc aliases for Tx prefixed names (#649)
  • bf965fd chore: update changelog.sh
  • 8baa2fd feat(sol-macro): add return value names to simple getters (#648)
  • 9d5c39f chore: fix CHANGELOG parsers for uppercase
  • 9435229 chore: release 0.7.5
  • 4633b9d chore(sol-macro): add suggestion to remove name (#647)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

… 9 updates

Bumps the rust-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.72` | `0.3.73` |
| [clap](https://github.com/clap-rs/clap) | `4.5.4` | `4.5.7` |
| [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) | `1.4.0` | `1.5.0` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.84` | `1.0.86` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.4` | `0.12.5` |
| [strum](https://github.com/Peternator7/strum) | `0.26.2` | `0.26.3` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.0.98` | `1.0.100` |
| [alloy-primitives](https://github.com/alloy-rs/core) | `0.7.4` | `0.7.6` |
| [alloy-sol-types](https://github.com/alloy-rs/core) | `0.7.4` | `0.7.6` |



Updates `backtrace` from 0.3.72 to 0.3.73
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
- [Commits](rust-lang/backtrace-rs@0.3.72...0.3.73)

Updates `clap` from 4.5.4 to 4.5.7
- [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.4...v4.5.7)

Updates `lazy_static` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases)
- [Commits](rust-lang-nursery/lazy-static.rs@1.4.0...1.5.0)

Updates `proc-macro2` from 1.0.84 to 1.0.86
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.84...1.0.86)

Updates `reqwest` from 0.12.4 to 0.12.5
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.4...v0.12.5)

Updates `strum` from 0.26.2 to 0.26.3
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](Peternator7/strum@v0.26.2...v0.26.3)

Updates `cc` from 1.0.98 to 1.0.100
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@1.0.98...cc-v1.0.100)

Updates `alloy-primitives` from 0.7.4 to 0.7.6
- [Release notes](https://github.com/alloy-rs/core/releases)
- [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/core@v0.7.4...v0.7.6)

Updates `alloy-sol-types` from 0.7.4 to 0.7.6
- [Release notes](https://github.com/alloy-rs/core/releases)
- [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/core@v0.7.4...v0.7.6)

---
updated-dependencies:
- dependency-name: backtrace
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: lazy_static
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: strum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: alloy-primitives
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: alloy-sol-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 24, 2024
@wwared wwared merged commit 7155072 into dev Jun 24, 2024
5 of 7 checks passed
@wwared wwared deleted the dependabot-cargo-rust-dependencies-daeb438454 branch June 24, 2024 13:14
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