Update deps

This commit is contained in:
2023-06-02 19:03:26 +02:00
parent 345bdc85ae
commit 780a8bd899
4 changed files with 125 additions and 155 deletions

View File

@@ -6,19 +6,19 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.21.1", features = ["full"] }
tokio-util = { version = "0.7.4", features = ["compat"] }
futures = "0.3.25"
reqwest = { version = "0.11.13", features = ["json", "stream", "multipart"] }
log = "0.4"
env_logger = "0.9.0"
tokio = { version = "1.28.2", features = ["full"] }
tokio-util = { version = "0.7.8", features = ["compat"] }
futures = "0.3.28"
reqwest = { version = "0.11.18", features = ["json", "stream", "multipart"] }
log = "0.4.18"
env_logger = "0.10.0"
lazy_static = "1.4.0"
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"
axum = "0.5.16"
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
axum = "0.6.18"
translit = "0.5.0"
zip = "0.6.3"
tempfile = "3.3.0"
bytes = "1.3.0"
axum-prometheus = "0.2.0"
base64 = "0.13.0"
zip = "0.6.6"
tempfile = "3.5.0"
bytes = "1.4.0"
axum-prometheus = "0.3.3"
base64 = "0.21.2"