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 (abfb9ce) and [#8899 + #8913] together #8915

Closed
wants to merge 7 commits into from

Commits on Sep 30, 2024

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

    Bumps the prod group with 24 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [clap](https://github.com/clap-rs/clap) | `4.5.13` | `4.5.18` |
    | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.3.0` | `2.5.0` |
    | [serde](https://github.com/serde-rs/serde) | `1.0.204` | `1.0.210` |
    | [tokio](https://github.com/tokio-rs/tokio) | `1.39.2` | `1.40.0` |
    | [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.15` | `0.1.16` |
    | [tower](https://github.com/tower-rs/tower) | `0.4.13` | `0.5.0` |
    | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.63` | `1.0.64` |
    | [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.6` | `0.1.9` |
    | [bytes](https://github.com/tokio-rs/bytes) | `1.7.1` | `1.7.2` |
    | [regex](https://github.com/rust-lang/regex) | `1.10.6` | `1.11.0` |
    | [insta](https://github.com/mitsuhiko/insta) | `1.39.0` | `1.40.0` |
    | [serde_json](https://github.com/serde-rs/json) | `1.0.122` | `1.0.128` |
    | [tempfile](https://github.com/Stebalien/tempfile) | `3.11.0` | `3.13.0` |
    | [prost](https://github.com/tokio-rs/prost) | `0.13.1` | `0.13.3` |
    | [tonic](https://github.com/hyperium/tonic) | `0.12.1` | `0.12.3` |
    | [tonic-build](https://github.com/hyperium/tonic) | `0.12.1` | `0.12.3` |
    | [primitive-types](https://github.com/paritytech/parity-common) | `0.12.2` | `0.13.1` |
    | [uint](https://github.com/paritytech/parity-common) | `0.9.5` | `0.10.0` |
    | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.11` | `0.7.12` |
    | [rlimit](https://github.com/Nugine/rlimit) | `0.10.1` | `0.10.2` |
    | [tonic-reflection](https://github.com/hyperium/tonic) | `0.12.1` | `0.12.3` |
    | [owo-colors](https://github.com/jam1garner/owo-colors) | `4.0.0` | `4.1.0` |
    | [syn](https://github.com/dtolnay/syn) | `2.0.72` | `2.0.79` |
    | [quote](https://github.com/dtolnay/quote) | `1.0.36` | `1.0.37` |
    
    
    
    Updates `clap` from 4.5.13 to 4.5.18
    - [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.13...clap_complete-v4.5.18)
    
    Updates `indexmap` from 2.3.0 to 2.5.0
    - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
    - [Commits](indexmap-rs/indexmap@2.3.0...2.5.0)
    
    Updates `serde` from 1.0.204 to 1.0.210
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.204...v1.0.210)
    
    Updates `tokio` from 1.39.2 to 1.40.0
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.39.2...tokio-1.40.0)
    
    Updates `tokio-stream` from 0.1.15 to 0.1.16
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-stream-0.1.15...tokio-stream-0.1.16)
    
    Updates `tower` from 0.4.13 to 0.5.0
    - [Release notes](https://github.com/tower-rs/tower/releases)
    - [Commits](tower-rs/tower@tower-0.4.13...tower-0.5.0)
    
    Updates `thiserror` from 1.0.63 to 1.0.64
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.63...1.0.64)
    
    Updates `hyper-util` from 0.1.6 to 0.1.9
    - [Release notes](https://github.com/hyperium/hyper-util/releases)
    - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md)
    - [Commits](hyperium/hyper-util@v0.1.6...v0.1.9)
    
    Updates `bytes` from 1.7.1 to 1.7.2
    - [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.1...v1.7.2)
    
    Updates `regex` from 1.10.6 to 1.11.0
    - [Release notes](https://github.com/rust-lang/regex/releases)
    - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/regex@1.10.6...1.11.0)
    
    Updates `insta` from 1.39.0 to 1.40.0
    - [Release notes](https://github.com/mitsuhiko/insta/releases)
    - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
    - [Commits](mitsuhiko/insta@1.39.0...1.40.0)
    
    Updates `serde_json` from 1.0.122 to 1.0.128
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.122...1.0.128)
    
    Updates `tempfile` from 3.11.0 to 3.13.0
    - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
    - [Commits](Stebalien/tempfile@v3.11.0...v3.13.0)
    
    Updates `prost` from 0.13.1 to 0.13.3
    - [Release notes](https://github.com/tokio-rs/prost/releases)
    - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/prost@v0.13.1...v0.13.3)
    
    Updates `tonic` from 0.12.1 to 0.12.3
    - [Release notes](https://github.com/hyperium/tonic/releases)
    - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
    - [Commits](hyperium/tonic@v0.12.1...v0.12.3)
    
    Updates `tonic-build` from 0.12.1 to 0.12.3
    - [Release notes](https://github.com/hyperium/tonic/releases)
    - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
    - [Commits](hyperium/tonic@v0.12.1...v0.12.3)
    
    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 `uint` from 0.9.5 to 0.10.0
    - [Commits](paritytech/parity-common@uint-v0.9.5...uint-v0.10.0)
    
    Updates `tokio-util` from 0.7.11 to 0.7.12
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-util-0.7.11...tokio-util-0.7.12)
    
    Updates `rlimit` from 0.10.1 to 0.10.2
    - [Changelog](https://github.com/Nugine/rlimit/blob/main/CHANGELOG.md)
    - [Commits](Nugine/rlimit@v0.10.1...v0.10.2)
    
    Updates `tonic-reflection` from 0.12.1 to 0.12.3
    - [Release notes](https://github.com/hyperium/tonic/releases)
    - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
    - [Commits](hyperium/tonic@v0.12.1...v0.12.3)
    
    Updates `owo-colors` from 4.0.0 to 4.1.0
    - [Commits](jam1garner/owo-colors@v4.0.0...v4.1.0)
    
    Updates `syn` from 2.0.72 to 2.0.79
    - [Release notes](https://github.com/dtolnay/syn/releases)
    - [Commits](dtolnay/syn@2.0.72...2.0.79)
    
    Updates `quote` from 1.0.36 to 1.0.37
    - [Release notes](https://github.com/dtolnay/quote/releases)
    - [Commits](dtolnay/quote@1.0.36...1.0.37)
    
    ---
    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: tokio
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod
    - dependency-name: tokio-stream
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod
    - dependency-name: tower
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod
    - dependency-name: hyper-util
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod
    - dependency-name: bytes
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod
    - dependency-name: regex
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod
    - dependency-name: insta
      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: tempfile
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod
    - dependency-name: prost
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod
    - dependency-name: tonic
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod
    - dependency-name: tonic-build
      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: uint
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod
    - dependency-name: tokio-util
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod
    - dependency-name: rlimit
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod
    - dependency-name: tonic-reflection
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod
    - dependency-name: owo-colors
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod
    - dependency-name: syn
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod
    - dependency-name: quote
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c944b9f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    3f424e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    830640c View commit details
    Browse the repository at this point in the history
  3. cargo vet updates

    oxarbitrage committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    86a00ba View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    f08b7f1 View commit details
    Browse the repository at this point in the history
  2. Merge of #8899

    mergify[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8897ef8 View commit details
    Browse the repository at this point in the history
  3. Merge of #8913

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