From 5001dd80577eeefbbed181ce68999c922f70496f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 17:48:47 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.50.0 to 1.52.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.50.0 to 1.52.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.50.0...tokio-1.52.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- Cargo.toml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6748fd5..1a9c156 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -964,9 +964,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "mio" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" +checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" dependencies = [ "libc", "wasi", @@ -1890,9 +1890,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.50.0" +version = "1.52.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" +checksum = "110a78583f19d5cdb2c5ccf321d1290344e71313c6c37d43520d386027d18386" dependencies = [ "bytes", "libc", @@ -1907,9 +1907,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.6.1" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c" +checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" dependencies = [ "proc-macro2", "quote", @@ -2164,7 +2164,7 @@ dependencies = [ [[package]] name = "web-analyzer" -version = "0.1.9" +version = "0.1.10" dependencies = [ "chrono", "hickory-resolver", diff --git a/Cargo.toml b/Cargo.toml index fc54d85..f593e70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ scraper = "0.26" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "2.0" -tokio = { version = "1.50", features = ["full"] } +tokio = { version = "1.52", features = ["full"] } tracing = "0.1" urlencoding = "2.1" @@ -67,7 +67,7 @@ x509-parser = { version = "0.16.0", optional = true } rustls = { version = "0.23.13", optional = true } [dev-dependencies] -tokio = { version = "1.50", features = ["full", "macros", "rt-multi-thread"] } +tokio = { version = "1.52", features = ["full", "macros", "rt-multi-thread"] } [lints.rust] unsafe_code = "forbid"