diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-07 10:34:37 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-07 10:34:37 +0200 |
commit | 71f326bb40f7941aae9e0a9b1a169fba687a1a14 (patch) | |
tree | 8dc62d7342871ad81f8d9451234a7b55c326ad5d /Cargo.toml | |
parent | build(flake): Expose the back package in the flake (diff) | |
download | back-71f326bb40f7941aae9e0a9b1a169fba687a1a14.zip |
build(Cargo): Update dependencies
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 8 |
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" |