about summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
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"