From 71f326bb40f7941aae9e0a9b1a169fba687a1a14 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 7 Jun 2025 10:34:37 +0200 Subject: build(Cargo): Update dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 07f7b75..b8a9970 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,14 +26,14 @@ path = "src/main.rs" [dependencies] -git-bug = { version = "0.2.3" } +git-bug = { version = "0.2.4" } bytes = "1.10.1" -clap = { version = "4.5.38", features = ["derive"] } +clap = { version = "4.5.39", features = ["derive"] } gix = "0.72.1" http = "1.3.1" http-body-util = "0.1.3" hyper = { version = "1.6.0", features = ["http1", "http2", "server"] } -hyper-util = { version = "0.1.11", features = ["tokio"] } +hyper-util = { version = "0.1.14", features = ["tokio"] } log = "0.4.27" markdown = "1.0.0" rss = "2.0.12" @@ -41,7 +41,7 @@ serde = "1.0.219" serde_json = "1.0.140" stderrlog = "0.6.0" thiserror = "2.0.12" -tokio = { version = "1.45.0", features = ["macros", "net", "rt-multi-thread"] } +tokio = { version = "1.45.1", features = ["macros", "net", "rt-multi-thread"] } url = { version = "2.5.4", features = ["serde"] } vy = "0.2.0" -- cgit 1.4.1