Skip to content
  1. Apr 10, 2024
    • Serban Iorga's avatar
      Backport: Implement basic equivocations detection loop (#2375) · 588508ac
      Serban Iorga authored and Bastian Köcher's avatar Bastian Köcher committed
      * Implement basic equivocations detection loop (#2367)
      
      * FinalityProofsBuf adjustments
      
      - store a Vec<FinalityProof>
      - transform prune `buf_limit` to Option
      
      * FinalityProof: add target_header_hash()
      
      * Target client: implement best_synced_header_hash()
      
      * Implement first version of the equivocations detection loop
      
      * Address code review comments
      
      * Leftover
      
      * polkadot-staging adjustments
      588508ac
    • Svyatoslav Nikolsky's avatar
      Manually update deps in polkadot staging (#2371) · cc3bbc69
      Svyatoslav Nikolsky authored and Bastian Köcher's avatar Bastian Köcher committed
      
      
      * Bump clap from 4.3.19 to 4.3.21
      
      Bumps [clap](https://github.com/clap-rs/clap) from 4.3.19 to 4.3.21.
      - [Release notes](https://github.com/clap-rs/clap/releases)
      - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/clap-rs/clap/compare/v4.3.19...v4.3.21)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      * Bump tokio from 1.29.1 to 1.31.0
      
      Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.29.1 to 1.31.0.
      - [Release notes](https://github.com/tokio-rs/tokio/releases)
      - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.29.1...tokio-1.31.0)
      
      ---
      updated-dependencies:
      - dependency-name: tokio
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      * Bump sysinfo from 0.29.7 to 0.29.8
      
      Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.29.7 to 0.29.8.
      - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits)
      
      ---
      updated-dependencies:
      - dependency-name: sysinfo
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      * Bump async-trait from 0.1.72 to 0.1.73
      
      Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.72 to 0.1.73.
      - [Release notes](https://github.com/dtolnay/async-trait/releases)
      - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.72...0.1.73)
      
      ---
      updated-dependencies:
      - dependency-name: async-trait
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      * Bump log from 0.4.19 to 0.4.20
      
      Bumps [log](https://github.com/rust-lang/log) from 0.4.19 to 0.4.20.
      - [Release notes](https://github.com/rust-lang/log/releases)
      - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/rust-lang/log/compare/0.4.19...0.4.20)
      
      ---
      updated-dependencies:
      - dependency-name: log
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      * Bump anyhow from 1.0.72 to 1.0.75
      
      Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.72 to 1.0.75.
      - [Release notes](https://github.com/dtolnay/anyhow/releases)
      - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.72...1.0.75)
      
      ---
      updated-dependencies:
      - dependency-name: anyhow
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      * Bump tempfile from 3.7.1 to 3.8.0
      
      Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.7.1 to 3.8.0.
      - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/Stebalien/tempfile/compare/v3.7.1...v3.8.0)
      
      ---
      updated-dependencies:
      - dependency-name: tempfile
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      * Bump clap from 4.3.21 to 4.3.23
      
      Bumps [clap](https://github.com/clap-rs/clap) from 4.3.21 to 4.3.23.
      - [Release notes](https://github.com/clap-rs/clap/releases)
      - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/clap-rs/clap/compare/v4.3.21...v4.3.23)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      * Bump tokio from 1.31.0 to 1.32.0
      
      Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.31.0 to 1.32.0.
      - [Release notes](https://github.com/tokio-rs/tokio/releases)
      - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.31.0...tokio-1.32.0)
      
      ---
      updated-dependencies:
      - dependency-name: tokio
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      * Bump serde_json from 1.0.104 to 1.0.105
      
      Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.104 to 1.0.105.
      - [Release notes](https://github.com/serde-rs/json/releases)
      - [Commits](https://github.com/serde-rs/json/compare/v1.0.104...v1.0.105)
      
      ---
      updated-dependencies:
      - dependency-name: serde_json
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      * Bump thiserror from 1.0.44 to 1.0.47
      
      Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.44 to 1.0.47.
      - [Release notes](https://github.com/dtolnay/thiserror/releases)
      - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.44...1.0.47)
      
      ---
      updated-dependencies:
      - dependency-name: thiserror
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      * Bump rustls-webpki from 0.101.1 to 0.101.4
      
      Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.101.1 to 0.101.4.
      - [Release notes](https://github.com/rustls/webpki/releases)
      - [Commits](https://github.com/rustls/webpki/compare/v/0.101.1...v/0.101.4)
      
      ---
      updated-dependencies:
      - dependency-name: rustls-webpki
        dependency-type: indirect
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      * Bump rustls-webpki from 0.100.1 to 0.100.2 in /tools/runtime-codegen
      
      Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.100.1 to 0.100.2.
      - [Release notes](https://github.com/rustls/webpki/releases)
      - [Commits](https://github.com/rustls/webpki/compare/v/0.100.1...v/0.100.2)
      
      ---
      updated-dependencies:
      - dependency-name: rustls-webpki
        dependency-type: indirect
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      * fix clippy (#2335)
      
      * fix clippy
      
      * fix clippy issues
      
      ---------
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      cc3bbc69
    • Svyatoslav Nikolsky's avatar
      #2351 to polkadot-staging (#2359) · cb100624
      Svyatoslav Nikolsky authored and Bastian Köcher's avatar Bastian Köcher committed
      cb100624
    • Serban Iorga's avatar
      Finality loop refactoring (#2357) · dc8aa5df
      Serban Iorga authored and Bastian Köcher's avatar Bastian Köcher committed
      dc8aa5df
    • Serban Iorga's avatar
      Add equivocation detector crate and implement clients (#2348) (#2353) · 48cae06a
      Serban Iorga authored and Bastian Köcher's avatar Bastian Köcher committed
      * Split FinalitySyncPipeline and SourceClient
      
      * Move some logic to finality_base
      
      * Add empty equivocation detection clients
      
      * Add equivocation reporting logic to the source client
      
      * Use convenience trait for SubstrateFinalitySyncPipeline
      
      * Define JustificationVerificationContext for GRANDPA
      
      * Equivocation source client: finality_verification_context()
      
      * Equivocation source client: synced_headers_finality_info()
      
      * reuse HeaderFinalityInfo
      
      * Define EquivocationsFinder
      
      * Fix spellcheck
      
      * Address review comments
      
      * Avoid equivocations lookup errors
      48cae06a
    • Serban Iorga's avatar
      Add basic equivocation detection pipeline schema (#2338) (#2341) · 9bfad806
      Serban Iorga authored and Bastian Köcher's avatar Bastian Köcher committed
      * Move finality Engine to finality_base folder
      
      * Define SubstrateFinalityPipeline
      
      Extract basic parts of SubstrateFinalitySyncPipeline into
      SubstrateFinalityPipeline
      
      * Add equivocation detection pipeline
      
      * Fix comment
      9bfad806
    • Serban Iorga's avatar
      Grandpa: Store the authority set changes (#2336) (#2337) · bccd6e89
      Serban Iorga authored and Bastian Köcher's avatar Bastian Köcher committed
      * Grandpa: Store the authority set changes
      bccd6e89
    • Serban Iorga's avatar
      GRANDPA module: store accepted justifications (#2298) (#2301) · 7807b9de
      Serban Iorga authored and Bastian Köcher's avatar Bastian Köcher committed
      Store accepted justifications in events.
      7807b9de
    • Svyatoslav Nikolsky's avatar
      More backports from Cumulus subtree to polkadot-staging (#2283) · 57550eb8
      Svyatoslav Nikolsky authored and Bastian Köcher's avatar Bastian Köcher committed
      * more backports from Cumulus subtree
      
      * spelling
      
      * fmt
      
      * trigger CI
      
      * Revert "trigger CI"
      
      This reverts commit b009d732aa26d006a7f2b48878ee864c338c49d5.
      
      * Revert "Revert "trigger CI""
      
      This reverts commit 715606a75948124962b14dbb260cf3aed01bc665.
      
      * Revert "Revert "Revert "trigger CI"""
      
      This reverts commit dc0d2233da86fd12a77216008e59bd38fcbb2fac.
      57550eb8
    • Svyatoslav Nikolsky's avatar
      Update dependecies (#2277) (#2281) · 4d42bb22
      Svyatoslav Nikolsky authored and Bastian Köcher's avatar Bastian Köcher committed
      * cargo update -p parachain-info
      
      * flush
      
      * it compiles
      
      * clippy
      
      * temporary add more logging to cargo deny
      
      * Revert "temporary add more logging to cargo deny"
      
      This reverts commit 20daa88bca6d9a01dbe933579b1d57ae5c3a7bd8.
      
      * list installed Rust binaries before running cargo deny
      
      * changed prev commit
      
      * once again
      
      * try cargo update?
      
      * post-update fixes (nothing important)
      4d42bb22
    • Serban Iorga's avatar
      GRANDPA: optimize votes_ancestries when needed (#2262) (#2264) · b4c7ffd3
      Serban Iorga authored and Bastian Köcher's avatar Bastian Köcher committed
      * GRANDPA: optimize votes_ancestries when needed
      
      * Address review comments
      b4c7ffd3
    • Serban Iorga's avatar
      Define generate_grandpa_key_ownership_proof() (#2247) (#2248) · f6d374b6
      Serban Iorga authored and Bastian Köcher's avatar Bastian Köcher committed
      f6d374b6
    • Serban Iorga's avatar
      Deduplicate Grandpa consensus log reading logic (#2245) (#2246) · fc0aa382
      Serban Iorga authored and Bastian Köcher's avatar Bastian Köcher committed
      fc0aa382
    • Branislav Kontur's avatar
      Nits for subtree (#2241) · 320aea74
      Branislav Kontur authored and Bastian Köcher's avatar Bastian Köcher committed
      * Updated version according to Cumulus
      
      * Renaming
      
      * Cargo.lock
      320aea74
    • Branislav Kontur's avatar
      Updated BHR/W version + codegen (#2148) · b3d6fe7c
      Branislav Kontur authored and Bastian Köcher's avatar Bastian Köcher committed
      b3d6fe7c
    • Branislav Kontur's avatar
      Support for kusama-polkadot relaying (#2128) · f25a5f04
      Branislav Kontur authored and Bastian Köcher's avatar Bastian Köcher committed
      f25a5f04
    • Serban Iorga's avatar
      Fix clippy warnings (#2127) · 930e0e49
      Serban Iorga authored and Bastian Köcher's avatar Bastian Köcher committed
      930e0e49
    • Branislav Kontur's avatar
      BHK/P alignments (#2115) · 71887652
      Branislav Kontur authored and Bastian Köcher's avatar Bastian Köcher committed
      * Constants
      
      * Unused import?
      
      * Cargo.lock
      
      * Unused deps
      
      * TODO: fix doc or reimport?
      
      * Try to aviod redefine para_id constant for `RefundableParachainId`
      
      * Checked and removed TODOs
      71887652
    • Serban Iorga's avatar
      Cosmetics (#2124) · d80d2a50
      Serban Iorga authored and Bastian Köcher's avatar Bastian Köcher committed
      * Cosmetics
      
      * Address PR comment
      d80d2a50
    • Svyatoslav Nikolsky's avatar
      temporarily remove balance guard (#2121) · eec97df3
      Svyatoslav Nikolsky authored and Bastian Köcher's avatar Bastian Köcher committed
      eec97df3
    • dependabot[bot]'s avatar
      Bump sysinfo from 0.28.4 to 0.29.0 · 6a311e14
      dependabot[bot] authored and Bastian Köcher's avatar Bastian Köcher committed
      
      
      Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.28.4 to 0.29.0.
      - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits)
      
      ---
      updated-dependencies:
      - dependency-name: sysinfo
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      6a311e14
    • Serban Iorga's avatar
      Use generated runtimes for BHR/BHW (#2106) · 9dfa496d
      Serban Iorga authored and Bastian Köcher's avatar Bastian Köcher committed
      * Use generated runtimes for BHR/BHW
      
      * Deduplicate BHR/BHW runtimes
      
      * Add script for regenerating runtimes
      9dfa496d
    • Serban Iorga's avatar
      Fix comment (#2105) · a2b01759
      Serban Iorga authored and Bastian Köcher's avatar Bastian Köcher committed
      a2b01759
    • Serban Iorga's avatar
      Fix sized messages (Follow-up on #2064) (#2103) · de918f8f
      Serban Iorga authored and Bastian Köcher's avatar Bastian Köcher committed
      * Use wasm execution on millau and rialto
      
      It's safer like this since here are some errors that aren't caught when
      using native execution
      
      * Revert "Revert "Fix max-size messages at test chains (#2064)" (#2077)"
      
      This reverts commit 62f749e124fbcf074cdc9840690bb9049d4b3b99.
      
      * Adjustments
      de918f8f
    • dependabot[bot]'s avatar
      Bump tokio from 1.27.0 to 1.28.0 · e08efd91
      dependabot[bot] authored and Bastian Köcher's avatar Bastian Köcher committed
      
      
      Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.27.0 to 1.28.0.
      - [Release notes](https://github.com/tokio-rs/tokio/releases)
      - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.27.0...tokio-1.28.0)
      
      ---
      updated-dependencies:
      - dependency-name: tokio
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      e08efd91
    • dependabot[bot]'s avatar
      Bump scale-info from 2.5.0 to 2.6.0 · cffc8e3a
      dependabot[bot] authored and Bastian Köcher's avatar Bastian Köcher committed
      
      
      Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.5.0 to 2.6.0.
      - [Release notes](https://github.com/paritytech/scale-info/releases)
      - [Changelog](https://github.com/paritytech/scale-info/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/paritytech/scale-info/commits)
      
      ---
      updated-dependencies:
      - dependency-name: scale-info
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      cffc8e3a
    • Svyatoslav Nikolsky's avatar
      Revert "Fix max-size messages at test chains (#2064)" (#2077) · 1f8b4d98
      Svyatoslav Nikolsky authored and Bastian Köcher's avatar Bastian Köcher committed
      This reverts commit f904623c65fbad542a878133c612b1f8782f47d1.
      1f8b4d98
    • Serban Iorga's avatar
      Update subxt dependencies (#2072) · 97ef70c6
      Serban Iorga authored and Bastian Köcher's avatar Bastian Köcher committed
      97ef70c6
    • Svyatoslav Nikolsky's avatar
      Fix max-size messages at test chains (#2064) · 65b2196c
      Svyatoslav Nikolsky authored and Bastian Köcher's avatar Bastian Köcher committed
      * fix max-size messages submit for test chains
      
      * impl review suggestions
      65b2196c
    • Svyatoslav Nikolsky's avatar
      Messages relay fixes (#2073) · 47addd73
      Svyatoslav Nikolsky authored and Bastian Köcher's avatar Bastian Köcher committed
      * removed obsolete check that is superseded by the unblock checks below
      
      * if messages race transaction submit has failed, do not restart loop. Instead, wait for new best nonces from target node and retry selection. That's because submit has probably failed because other relayer has submitted same nonces
      
      * reset nonces_to_submit and nonces_submitted if at least one of selected/submitted nonces is already at target
      
      * removed extra check
      47addd73
    • Svyatoslav Nikolsky's avatar
      3b47f957
    • Svyatoslav Nikolsky's avatar
    • Serban Iorga's avatar
      [relay-substrate-client] Bump jsonrpsee (#2066) · 70cf01d4
      Serban Iorga authored and Bastian Köcher's avatar Bastian Köcher committed
      70cf01d4
    • Svyatoslav Nikolsky's avatar
      submit lane unblock transactions from relay (#2030) · 8b262ea6
      Svyatoslav Nikolsky authored and Bastian Köcher's avatar Bastian Köcher committed
      * submit lane unblock transactions from relay
      
      * moved body of select_nonces_to_deliver to the separate select_race_action
      
      * extracted latest_confirmed_nonce_at_source method
      
      * return Option<RaceAction> from select_race_action
      
      * make required_source_header_at_target async
      
      * remove extra argument from required_source_header_at_target
      
      * small fixes in tests
      
      * Revert "return Option<RaceAction> from select_race_action"
      
      This reverts commit 9f13dbfae39a5a45564550e8c89b10a524a68729.
      
      * implement required_source_header_at_target using what-if approach
      
      * fix compilation
      
      * fmt
      
      * clippy
      
      * moved some code to the can_submit_transaction_with
      8b262ea6
    • Svyatoslav Nikolsky's avatar
      fail with InsufficientDispatchWeight if dispatch_weight doesn't cover weight... · f659ebed
      Svyatoslav Nikolsky authored and Bastian Köcher's avatar Bastian Köcher committed
      fail with InsufficientDispatchWeight if dispatch_weight doesn't cover weight of all bundled messages (#2018)
      
      f659ebed
    • dependabot[bot]'s avatar
      Bump scale-info from 2.4.0 to 2.5.0 · 1659b4b4
      dependabot[bot] authored and Bastian Köcher's avatar Bastian Köcher committed
      
      
      Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.4.0 to 2.5.0.
      - [Release notes](https://github.com/paritytech/scale-info/releases)
      - [Changelog](https://github.com/paritytech/scale-info/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/paritytech/scale-info/compare/v2.4.0...v2.5.0)
      
      ---
      updated-dependencies:
      - dependency-name: scale-info
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      1659b4b4
    • dependabot[bot]'s avatar
      Bump hex-literal from 0.3.4 to 0.4.0 · cf00c675
      dependabot[bot] authored and Bastian Köcher's avatar Bastian Köcher committed
      
      
      Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.3.4 to 0.4.0.
      - [Release notes](https://github.com/RustCrypto/utils/releases)
      - [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v0.3.4...hex-literal-v0.4.0)
      
      ---
      updated-dependencies:
      - dependency-name: hex-literal
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      cf00c675
    • dependabot[bot]'s avatar
      Bump futures from 0.3.27 to 0.3.28 · e61f2a69
      dependabot[bot] authored and Bastian Köcher's avatar Bastian Köcher committed
      
      
      Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.27 to 0.3.28.
      - [Release notes](https://github.com/rust-lang/futures-rs/releases)
      - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.27...0.3.28)
      
      ---
      updated-dependencies:
      - dependency-name: futures
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      e61f2a69
    • dependabot[bot]'s avatar
      Bump tempfile from 3.4.0 to 3.5.0 · e23bdc81
      dependabot[bot] authored and Bastian Köcher's avatar Bastian Köcher committed
      
      
      Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.4.0 to 3.5.0.
      - [Release notes](https://github.com/Stebalien/tempfile/releases)
      - [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS)
      - [Commits](https://github.com/Stebalien/tempfile/commits)
      
      ---
      updated-dependencies:
      - dependency-name: tempfile
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      e23bdc81
    • dependabot[bot]'s avatar
      Bump tokio from 1.26.0 to 1.27.0 · 1089cf4a
      dependabot[bot] authored and Bastian Köcher's avatar Bastian Köcher committed
      
      
      Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.26.0 to 1.27.0.
      - [Release notes](https://github.com/tokio-rs/tokio/releases)
      - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.26.0...tokio-1.27.0)
      
      ---
      updated-dependencies:
      - dependency-name: tokio
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      1089cf4a