This commit is contained in:
@@ -25,6 +25,7 @@ async-trait = "0.1.82"
|
||||
toml = "0.8.19"
|
||||
|
||||
gitea-client = { version = "1.22.1" }
|
||||
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-webpki-roots", "json", "multipart", "charset", "http2"] }
|
||||
url = "2.5.2"
|
||||
octocrab = "0.43.0"
|
||||
dirs = "6.0.0"
|
||||
@@ -39,7 +40,6 @@ termwiz = "0.23.0"
|
||||
regex = "1.11.1"
|
||||
minijinja = "2"
|
||||
shell-words = "1"
|
||||
openssl = { version = "0.10", features = ["vendored"], optional = true }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
serde_json = "1"
|
||||
|
||||
@@ -48,4 +48,3 @@ pretty_assertions = "1.4.0"
|
||||
|
||||
[features]
|
||||
example = []
|
||||
vendored-openssl = ["openssl/vendored"]
|
||||
|
||||
Reference in New Issue
Block a user