diff --git a/images/gitea/Cargo.toml b/images/gitea/Cargo.toml index ff64dfd..dd2ec14 100644 --- a/images/gitea/Cargo.toml +++ b/images/gitea/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] clap = { version = "4.2.0", features = ["cargo", "color", "unicode", "std", "derive"] } color-eyre = "0.6.2" -reqwest = { version = "0.12.0", default-features = false, features = ["blocking", "json", "rustls-tls-native-roots"] } +reqwest = { version = "0.12.7", default-features = false, features = ["blocking", "json", "rustls-tls-native-roots"] } serde_json = "1.0.95" serde = { version = "1.0.159", features = ["derive"] } time = { version = "0.3.20", features = ["formatting", "parsing", "serde"] }