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"