mirror of
https://github.com/flibusta-apps/meilie_updater.git
synced 2025-12-06 15:15:37 +01:00
Update deps
This commit is contained in:
546
Cargo.lock
generated
546
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
10
Cargo.toml
10
Cargo.toml
@@ -6,14 +6,14 @@ edition = "2021"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio = { version = "1.32.0", features = ["full"] }
|
tokio = { version = "1.33.0", features = ["full"] }
|
||||||
axum = "0.6.20"
|
axum = "0.6.20"
|
||||||
sentry = { version = "0.31.7", features = ["debug-images"] }
|
sentry = { version = "0.31.7", features = ["debug-images"] }
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
log = "0.4.20"
|
log = "0.4.20"
|
||||||
env_logger = "0.10.0"
|
env_logger = "0.10.0"
|
||||||
tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4"] }
|
tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4"] }
|
||||||
deadpool-postgres = "0.10.5"
|
deadpool-postgres = "0.11.0"
|
||||||
meilisearch-sdk = "0.24.2"
|
meilisearch-sdk = "0.24.3"
|
||||||
futures = "0.3.28"
|
futures = "0.3.29"
|
||||||
serde = { version = "1.0.188", features = ["derive"] }
|
serde = { version = "1.0.192", features = ["derive"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user