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

merge queue: embarking main (46c6b6e) and #8958 together #8962

Closed
wants to merge 5 commits into from

Commits on Oct 22, 2024

  1. build(deps): bump the prod group across 1 directory with 18 updates

    Bumps the prod group with 15 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [clap](https://github.com/clap-rs/clap) | `4.5.18` | `4.5.20` |
    | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.5.0` | `2.6.0` |
    | [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.211` |
    | [futures](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` |
    | [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.41.0` |
    | [tower](https://github.com/tower-rs/tower) | `0.4.13` | `0.5.1` |
    | [pin-project](https://github.com/taiki-e/pin-project) | `1.1.5` | `1.1.6` |
    | [metrics](https://github.com/metrics-rs/metrics) | `0.23.0` | `0.24.0` |
    | [hyper](https://github.com/hyperium/hyper) | `1.4.1` | `1.5.0` |
    | [bytes](https://github.com/tokio-rs/bytes) | `1.7.2` | `1.8.0` |
    | [metrics-exporter-prometheus](https://github.com/metrics-rs/metrics) | `0.15.3` | `0.16.0` |
    | [once_cell](https://github.com/matklad/once_cell) | `1.19.0` | `1.20.2` |
    | [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132` |
    | [primitive-types](https://github.com/paritytech/parity-common) | `0.12.2` | `0.13.1` |
    | [serde_with](https://github.com/jonasbb/serde_with) | `3.9.0` | `3.11.0` |
    
    
    
    Updates `clap` from 4.5.18 to 4.5.20
    - [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.18...clap_complete-v4.5.20)
    
    Updates `indexmap` from 2.5.0 to 2.6.0
    - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
    - [Commits](indexmap-rs/indexmap@2.5.0...2.6.0)
    
    Updates `serde` from 1.0.210 to 1.0.211
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.210...v1.0.211)
    
    Updates `futures` from 0.3.30 to 0.3.31
    - [Release notes](https://github.com/rust-lang/futures-rs/releases)
    - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/futures-rs@0.3.30...0.3.31)
    
    Updates `tokio` from 1.40.0 to 1.41.0
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.41.0)
    
    Updates `tower` from 0.4.13 to 0.5.1
    - [Release notes](https://github.com/tower-rs/tower/releases)
    - [Commits](tower-rs/tower@tower-0.4.13...tower-0.5.1)
    
    Updates `pin-project` from 1.1.5 to 1.1.6
    - [Release notes](https://github.com/taiki-e/pin-project/releases)
    - [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md)
    - [Commits](taiki-e/pin-project@v1.1.5...v1.1.6)
    
    Updates `metrics` from 0.23.0 to 0.24.0
    - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml)
    - [Commits](metrics-rs/metrics@metrics-v0.23.0...metrics-v0.24.0)
    
    Updates `hyper` from 1.4.1 to 1.5.0
    - [Release notes](https://github.com/hyperium/hyper/releases)
    - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
    - [Commits](hyperium/hyper@v1.4.1...v1.5.0)
    
    Updates `bytes` from 1.7.2 to 1.8.0
    - [Release notes](https://github.com/tokio-rs/bytes/releases)
    - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/bytes@v1.7.2...v1.8.0)
    
    Updates `metrics-exporter-prometheus` from 0.15.3 to 0.16.0
    - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml)
    - [Commits](metrics-rs/metrics@metrics-exporter-prometheus-v0.15.3...metrics-exporter-prometheus-v0.16.0)
    
    Updates `once_cell` from 1.19.0 to 1.20.2
    - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
    - [Commits](matklad/once_cell@v1.19.0...v1.20.2)
    
    Updates `serde_json` from 1.0.128 to 1.0.132
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@1.0.128...1.0.132)
    
    Updates `primitive-types` from 0.12.2 to 0.13.1
    - [Commits](https://github.com/paritytech/parity-common/commits/primitive-types-v0.13.1)
    
    Updates `serde_with` from 3.9.0 to 3.11.0
    - [Release notes](https://github.com/jonasbb/serde_with/releases)
    - [Commits](jonasbb/serde_with@v3.9.0...v3.11.0)
    
    Updates `futures-util` from 0.3.30 to 0.3.31
    - [Release notes](https://github.com/rust-lang/futures-rs/releases)
    - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/futures-rs@0.3.30...0.3.31)
    
    Updates `syn` from 2.0.79 to 2.0.82
    - [Release notes](https://github.com/dtolnay/syn/releases)
    - [Commits](dtolnay/syn@2.0.79...2.0.82)
    
    Updates `futures-core` from 0.3.30 to 0.3.31
    - [Release notes](https://github.com/rust-lang/futures-rs/releases)
    - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/futures-rs@0.3.30...0.3.31)
    
    ---
    updated-dependencies:
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod
    - dependency-name: indexmap
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod
    - dependency-name: futures
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod
    - dependency-name: tokio
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod
    - dependency-name: tower
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod
    - dependency-name: pin-project
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod
    - dependency-name: metrics
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod
    - dependency-name: hyper
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod
    - dependency-name: bytes
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod
    - dependency-name: metrics-exporter-prometheus
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod
    - dependency-name: once_cell
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod
    - dependency-name: primitive-types
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod
    - dependency-name: serde_with
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod
    - dependency-name: futures-util
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod
    - dependency-name: syn
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod
    - dependency-name: futures-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    dbca3c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    81b19ec View commit details
    Browse the repository at this point in the history
  2. cargo vet

    oxarbitrage committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9a75b22 View commit details
    Browse the repository at this point in the history
  3. update deny.toml

    oxarbitrage committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2189aad View commit details
    Browse the repository at this point in the history
  4. Merge of #8958

    mergify[bot] authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    192c4d3 View commit details
    Browse the repository at this point in the history