Update deps

This commit is contained in:
2023-09-04 16:08:23 +02:00
parent 507101171e
commit 56c24d37e6

View File

@@ -8,21 +8,21 @@ edition = "2021"
[dependencies] [dependencies]
tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros"] } tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros"] }
reqwest = { version = "0.11.20", features = ["json"] } reqwest = { version = "0.11.20", features = ["json"] }
serde = { version = "1.0.186", features = ["derive"] } serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105" serde_json = "1.0.105"
teloxide = { git = "https://github.com/teloxide/teloxide.git", branch="master", features = ["macros", "webhooks-axum", "cache-me", "throttle"] } teloxide = { git = "https://github.com/teloxide/teloxide.git", branch="master", features = ["macros", "webhooks-axum", "cache-me", "throttle"] }
url = "2.4.0" url = "2.4.1"
ctrlc = { version = "3.4.0", features = ["termination"] } ctrlc = { version = "3.4.1", features = ["termination"] }
strum = "0.25.0" strum = "0.25.0"
strum_macros = "0.25.2" strum_macros = "0.25.2"
futures = "0.3.28" futures = "0.3.28"
base64 = "0.21.2" base64 = "0.21.3"
tokio-util = { version = "0.7.8", features = ["compat"] } tokio-util = { version = "0.7.8", features = ["compat"] }
textwrap = "0.16.0" textwrap = "0.16.0"
regex = "1.9.3" regex = "1.9.5"
chrono = "0.4.28" chrono = "0.4.28"
dateparser = "0.2.0" dateparser = "0.2.0"
sentry = { version = "0.31.5", features = ["debug-images"] } sentry = { version = "0.31.6", features = ["debug-images"] }
moka = { version = "0.11.3", features = ["future"] } moka = { version = "0.11.3", features = ["future"] }
axum = "0.6.20" axum = "0.6.20"
smallvec = { version = "1.11.0", features = ["serde"] } smallvec = { version = "1.11.0", features = ["serde"] }
@@ -31,5 +31,5 @@ tokio-stream = "0.1.14"
tracing = "0.1.37" tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"]} tracing-subscriber = { version = "0.3.17", features = ["env-filter"]}
tower = "0.4.13" tower = "0.4.13"
tower-http = { version = "0.4.3", features = ["trace"] } tower-http = { version = "0.4.4", features = ["trace"] }
once_cell = "1.18.0" once_cell = "1.18.0"