From 1de3f3747db346517659212ae6b6264b91d1696d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 09:18:10 +0000 Subject: [PATCH] Bump async-executor from 1.13.3 to 1.14.0 Bumps [async-executor](https://github.com/smol-rs/async-executor) from 1.13.3 to 1.14.0. - [Release notes](https://github.com/smol-rs/async-executor/releases) - [Changelog](https://github.com/smol-rs/async-executor/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/async-executor/compare/v1.13.3...v1.14.0) --- updated-dependencies: - dependency-name: async-executor dependency-version: 1.14.0 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 7c73f55..093fbbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -105,9 +105,9 @@ dependencies = [ [[package]] name = "async-executor" -version = "1.13.3" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8" +checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a" dependencies = [ "async-task", "concurrent-queue", diff --git a/Cargo.toml b/Cargo.toml index 3cec10a..2addefd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/killzoner/pprof-hyper-server" [dependencies] anyhow = { version = "1.0.101", default-features = false } async-channel = { version = "2.5.0", default-features = false } -async-executor = { version = "1.13.3", default-features = false } +async-executor = { version = "1.14.0", default-features = false } async-io = { version = "2.6.0", default-features = false } flate2 = { version = "1.1.9", default-features = false, features = [ "zlib",