This commit is contained in:
Igor Katson 2025-01-06 16:04:46 +00:00
parent bcb57c8b71
commit 731710245f
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
6 changed files with 800 additions and 844 deletions

View file

@ -61,16 +61,16 @@ tokio = { version = "1", features = [
"fs",
"io-util",
] }
governor = "0.7"
governor = "0.8"
console-subscriber = { version = "0.4", optional = true }
axum = { version = "0.7", optional = true }
tower-http = { version = "0.5", features = ["cors", "trace"], optional = true }
axum = { version = "0.8", optional = true }
tower-http = { version = "0.6", features = ["cors", "trace"], optional = true }
tokio-stream = "0.1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_urlencoded = "0.7"
anyhow = "1"
itertools = "0.13"
itertools = "0.14"
http = "1"
regex = "1"
reqwest = { version = "0.12", default-features = false, features = [
@ -109,7 +109,7 @@ mime_guess = { version = "2.0.5", default-features = false }
tokio-socks = "0.5.2"
async-trait = "0.1.81"
async-backtrace = { version = "0.2", optional = true }
notify = { version = "6.1.1", optional = true }
notify = { version = "7", optional = true }
walkdir = "2.5.0"
arc-swap = "1.7.1"

File diff suppressed because it is too large Load diff