From ddb3f59530f2878489b37dbeca453fac408f1c2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 02:08:11 +0000 Subject: [PATCH] Bump tokio in /scraper_service/shovel_daily_stake/rust_bindings Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.3 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.3...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../shovel_daily_stake/rust_bindings/Cargo.lock | 14 +++++++------- .../shovel_daily_stake/rust_bindings/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/scraper_service/shovel_daily_stake/rust_bindings/Cargo.lock b/scraper_service/shovel_daily_stake/rust_bindings/Cargo.lock index 24b2228..8eaac35 100644 --- a/scraper_service/shovel_daily_stake/rust_bindings/Cargo.lock +++ b/scraper_service/shovel_daily_stake/rust_bindings/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1515,9 +1515,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.158" +version = "0.2.171" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" +checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" [[package]] name = "libm" @@ -3099,9 +3099,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.3" +version = "1.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" +checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c" dependencies = [ "backtrace", "bytes", @@ -3117,9 +3117,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", diff --git a/scraper_service/shovel_daily_stake/rust_bindings/Cargo.toml b/scraper_service/shovel_daily_stake/rust_bindings/Cargo.toml index de522a5..94974a1 100644 --- a/scraper_service/shovel_daily_stake/rust_bindings/Cargo.toml +++ b/scraper_service/shovel_daily_stake/rust_bindings/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] [dependencies] pyo3 = "0.22.4" subxt = "0.37.0" -tokio = { version = "1.39.3", features = ["full"] } +tokio = { version = "1.43.1", features = ["full"] } tokio-stream = "0.1" hex = "0.4.3" indicatif = "0.17.8"