mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 07:25:36 +01:00
This commit is contained in:
848
Cargo.lock
generated
848
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
42
Cargo.toml
42
Cargo.toml
@@ -6,41 +6,41 @@ 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]
|
||||||
once_cell = "1.20.1"
|
once_cell = "1.20.2"
|
||||||
|
|
||||||
tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros"] }
|
tokio = { version = "1.42.0", features = ["rt-multi-thread", "macros"] }
|
||||||
tokio-util = { version = "0.7.12", features = ["compat"] }
|
tokio-util = { version = "0.7.13", features = ["compat"] }
|
||||||
tokio-stream = "0.1.16"
|
tokio-stream = "0.1.17"
|
||||||
futures = "0.3.30"
|
futures = "0.3.31"
|
||||||
|
|
||||||
axum = "0.7.7"
|
axum = "0.7.9"
|
||||||
axum-prometheus = "0.7.0"
|
axum-prometheus = "0.7.0"
|
||||||
|
|
||||||
tower = "0.5.1"
|
tower = "0.5.2"
|
||||||
tower-http = { version = "0.6.1", features = ["trace"] }
|
tower-http = { version = "0.6.2", features = ["trace"] }
|
||||||
|
|
||||||
tracing = "0.1.40"
|
tracing = "0.1.41"
|
||||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter"]}
|
tracing-subscriber = { version = "0.3.19", features = ["env-filter"]}
|
||||||
sentry-tracing = "0.34.0"
|
sentry-tracing = "0.35.0"
|
||||||
|
|
||||||
reqwest = { version = "0.12.8", features = ["json", "stream"] }
|
reqwest = { version = "0.12.9", features = ["json", "stream"] }
|
||||||
|
|
||||||
serde = { version = "1.0.198", features = ["derive"] }
|
serde = { version = "1.0.216", features = ["derive"] }
|
||||||
serde_json = "1.0.116"
|
serde_json = "1.0.134"
|
||||||
|
|
||||||
teloxide = { version = "0.13.0", features = ["macros", "webhooks-axum", "cache-me", "throttle"] }
|
teloxide = { version = "0.13.0", features = ["macros", "webhooks-axum", "cache-me", "throttle"] }
|
||||||
|
|
||||||
url = "2.5.0"
|
url = "2.5.4"
|
||||||
|
|
||||||
ctrlc = { version = "3.4.4", features = ["termination"] }
|
ctrlc = { version = "3.4.5", features = ["termination"] }
|
||||||
|
|
||||||
strum = "0.26.2"
|
strum = "0.26.3"
|
||||||
strum_macros = "0.26.2"
|
strum_macros = "0.26.4"
|
||||||
|
|
||||||
base64 = "0.22.1"
|
base64 = "0.22.1"
|
||||||
textwrap = "0.16.1"
|
textwrap = "0.16.1"
|
||||||
regex = "1.11.0"
|
regex = "1.11.1"
|
||||||
chrono = "0.4.38"
|
chrono = "0.4.39"
|
||||||
dateparser = "0.2.1"
|
dateparser = "0.2.1"
|
||||||
|
|
||||||
smallvec = { version = "1.13.2", features = ["serde"] }
|
smallvec = { version = "1.13.2", features = ["serde"] }
|
||||||
@@ -48,4 +48,4 @@ smartstring = { version = "1.0.1", features = ["serde"] }
|
|||||||
|
|
||||||
moka = { version = "0.12.8", features = ["future"] }
|
moka = { version = "0.12.8", features = ["future"] }
|
||||||
|
|
||||||
sentry = { version = "0.34.0", features = ["debug-images"] }
|
sentry = { version = "0.35.0", features = ["debug-images"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user