From c7342b8924634219e487478e20edd17d77f44f7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 22:14:48 +0000 Subject: [PATCH] Bump tokio from 1.50.0 to 1.51.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.50.0 to 1.51.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.50.0...tokio-1.51.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.51.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9387a8a..33bd71a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -768,9 +768,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.50.0" +version = "1.51.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" +checksum = "f66bf9585cda4b724d3e78ab34b73fb2bbaba9011b9bfdf69dc836382ea13b8c" dependencies = [ "bytes", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index 423d80c..f8552fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ futures = "0.3.32" wasm-bindgen-futures = "0.4.64" js-sys = "0.3.91" -tokio = { version = "1.50.0", features = ["io-util", "sync"], default-features = false } +tokio = { version = "1.51.1", features = ["io-util", "sync"], default-features = false } regex = "1.12.3" getrandom = { version = "0.4", features = ["wasm_js"] } sha2 = "0.11.0"