From 3dd8c04d70a932528d412b0086b243c4939009d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:36:08 +0000 Subject: [PATCH] Bump tokio from 1.39.3 to 1.41.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.3 to 1.41.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.3...tokio-1.41.1) --- updated-dependencies: - dependency-name: tokio 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 dc2cb98..36acdc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2436,9 +2436,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.3" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" +checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 8541d27..950053e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ relm4-macros = "0.9.0" relm4-icons = "0.9.0" directories = "5.0.1" chrono = { version = "0.4.38", features = ["clock"] } -tokio = { version = "1.37.0", features = ["time"] } +tokio = { version = "1.41.1", features = ["time"] } reqwest = { version = "0.12.4", features = ["blocking"] } ashpd = "0.9.1" open = "5.1.2"