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 cargo group across 1 directory with 3 updates #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps the cargo group with 3 updates in the / directory: curve25519-dalek, alloy-json-abi and openssl.

Updates curve25519-dalek from 4.1.2 to 4.1.3

Commits
  • 5312a03 curve: Bump version to 4.1.3 (#660)
  • b4f9e4d SECURITY: fix timing variability in backend/serial/u32/scalar.rs (#661)
  • 415892a SECURITY: fix timing variability in backend/serial/u64/scalar.rs (#659)
  • 56bf398 Updates license field to valid SPDX format (#647)
  • 9252fa5 Mitigate check-cfg until MSRV 1.77 (#652)
  • 1efe6a9 Fix a minor typo in signing.rs (#649)
  • cc3421a Indicate that the rand_core feature is required (#641)
  • 858c4ca Address new nightly clippy unnecessary qualifications (#639)
  • 31ccb67 Remove platforms in favor using CARGO_CFG_TARGET_POINTER_WIDTH (#636)
  • 19c7f4a Fix new nightly redundant import lint warns (#638)
  • Additional commits viewable in compare view

Updates alloy-json-abi from 0.7.4 to 0.7.7

Release notes

Sourced from alloy-json-abi's releases.

alloy-core v0.7.7

What's Changed

New Contributors

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

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

... (truncated)

Changelog

Sourced from alloy-json-abi's changelog.

0.7.7 - 2024-07-08

Bug Fixes

  • Small fixes for DynSolValue strategies (#683)
  • Fixed bytes dyn abi packed encoding (#671)
  • [primitives] Include in aliases export to prevent having to import from aliases::{..} (#655)

Documentation

  • [primitives] Fix rustdoc for Signature (#680)
  • [sol-types] Update README.md using crate docs (#679)
  • Add per-crate changelogs (#669)
  • Update MSRV policy (#665)

Features

  • [json-abi] Allow serde_json::from_{value,reader} (#684)
  • Add support for parsing visibility and state mutability (#682)
  • DynSolCall (#632)
  • IntoLogData (#666)
  • Add abi_packed_encoded_size (#672)
  • [primitives] Manually implement arbitrary for signature (#663)

Miscellaneous Tasks

  • Release 0.7.7
  • Use workspace.lints (#676)
  • Fix unnameable-types (#675)
  • [sol-macro] Allow clippy all when emitting contract bytecode (#674)
  • Add book/examples to readme
  • [sol-types] Exit early if Abigen input is invalid
  • Swap sol macro doctests symlink (#657)

Styling

  • Format some imports
  • Format GHA workflow
  • Sort derives (#662)

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

... (truncated)

Commits
  • 03d4dcb chore: release 0.7.7
  • 1d438c9 feat(json-abi): allow serde_json::from_{value,reader} (#684)
  • 7713661 fix: small fixes for DynSolValue strategies (#683)
  • 56de57a feat: add support for parsing visibility and state mutability (#682)
  • 69db111 fmt: format some imports
  • 1c38504 docs(primitives): fix rustdoc for Signature (#680)
  • ab0200f docs(sol-types): update README.md using crate docs (#679)
  • 3591e8b chore: use workspace.lints (#676)
  • 4d58b39 chore: fix unnameable-types (#675)
  • b21b9f9 chore(sol-macro): allow clippy all when emitting contract bytecode (#674)
  • Additional commits viewable in compare view

Updates openssl from 0.10.64 to 0.10.68

Release notes

Sourced from openssl's releases.

openssl-v0.10.68

What's Changed

Full Changelog: sfackler/rust-openssl@openssl-v0.10.67...openssl-v0.10.68

openssl-v0.10.67

What's Changed

New Contributors

Full Changelog: sfackler/rust-openssl@openssl-v0.10.66...openssl-v0.10.67

openssl-v0.10.66

What's Changed

Full Changelog: sfackler/rust-openssl@openssl-v0.10.65...openssl-v0.10.66

openssl-v0.10.65

... (truncated)

Commits
  • be8dcfd Merge pull request #2318 from alex/msrv-fix
  • 065cc77 fixes #2317 -- restore compatibility with our MSRV and release openssl 0.9.68
  • 7b3ec80 Merge pull request #2316 from alex/bump-for-release
  • b510e8c Release openssl v0.10.67 and openssl-sys v0.9.104
  • ee3b024 Merge pull request #2315 from botovq/libressl-4.0.0
  • c4dabc2 CI: Update LibreSSL CI
  • f9027b7 LibreSSL 4.0.0 is released & stable
  • 1b51ba5 Merge pull request #2313 from sfackler/sfackler-patch-1
  • de8a97c Bump to 3.4.0-beta1
  • 3930464 Merge pull request #2312 from sfackler/alex-patch-1
  • 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the cargo group with 3 updates in the / directory: [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek), [alloy-json-abi](https://github.com/alloy-rs/core) and [openssl](https://github.com/sfackler/rust-openssl).


Updates `curve25519-dalek` from 4.1.2 to 4.1.3
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Commits](dalek-cryptography/curve25519-dalek@curve25519-4.1.2...curve25519-4.1.3)

Updates `alloy-json-abi` from 0.7.4 to 0.7.7
- [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.7)

Updates `openssl` from 0.10.64 to 0.10.68
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.64...openssl-v0.10.68)

---
updated-dependencies:
- dependency-name: curve25519-dalek
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: alloy-json-abi
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: openssl
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 9, 2024
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.

0 participants