From 2064166a04e64b0e1326032b935c881b5e1f31d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 02:15:54 +0000 Subject: [PATCH] build(deps): bump tokio from 1.38.1 to 1.38.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.1 to 1.38.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.38.1...tokio-1.38.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.38.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2b21b9..7c67a4c 100644 --- a/Cargo.lock +++ b/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" @@ -1274,9 +1274,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.38.1" +version = "1.38.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb2caba9f80616f438e09748d5acda951967e1ea58508ef53d9c6402485a46df" +checksum = "68722da18b0fc4a05fdc1120b302b82051265792a1e1b399086e9b204b10ad3d" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index e23db59..6e91e8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ categories = ["accessibility", "web-programming", "command-line" ] chromiumoxide = { version = "0.6.0", features = ["tokio-runtime"], default-features = false } reqwest = { version = "0.12.5", default-features = false, features = ["rustls-tls", "trust-dns"] } clap = { version = "4.5.8", features = ["derive", "string"] } -tokio = { version = "1.38.1", features = ["full"] } +tokio = { version = "1.38.2", features = ["full"] } futures = "0.3.30" columns = "0.1.0" colored = "2.0.4"