From 77985de86ced7f369a99d82f2da605ee7115c0e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 03:22:31 +0000 Subject: [PATCH] build(deps): bump hyper from 1.9.0 to 1.10.0 Bumps [hyper](https://github.com/hyperium/hyper) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: hyper dependency-version: 1.10.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 f471f3a..c1600ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -709,9 +709,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "hyper" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca" +checksum = "eb92f162bf56536459fc83c79b974bb12837acfed43d6bc370a7916d0ae15ecc" dependencies = [ "atomic-waker", "bytes", diff --git a/Cargo.toml b/Cargo.toml index cdcdd2a..e2ed82b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ clap_mangen = "0.3" color-eyre = { version = "0.6", default-features = false, features = ["track-caller"] } comrak = { version = "0.52", default-features = false, features = ["bon", "shortcodes", "syntect"] } futures = { version = "0.3", default-features = false } -hyper = { version = "1.8", default-features = false } +hyper = { version = "1.10", default-features = false } math-core = "0.6" mime_guess = { version = "2", default-features = false } notify = "8"