Update deps

This commit is contained in:
2025-03-23 12:42:41 +01:00
parent c87276cd6d
commit ad9091f50e
2 changed files with 129 additions and 41 deletions

View File

@@ -6,10 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
once_cell = "1.20.3"
once_cell = "1.21.1"
tokio = { version = "1.43.0", features = ["rt-multi-thread", "macros"] }
tokio-util = { version = "0.7.13", features = ["compat"] }
tokio = { version = "1.44.1", features = ["rt-multi-thread", "macros"] }
tokio-util = { version = "0.7.14", features = ["compat"] }
tokio-stream = "0.1.17"
futures = "0.3.31"
@@ -23,10 +23,10 @@ tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"]}
sentry-tracing = "0.36.0"
reqwest = { version = "0.12.12", features = ["json", "stream"] }
reqwest = { version = "0.12.15", features = ["json", "stream"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
teloxide = { version = "0.13.0", features = ["macros", "webhooks-axum", "cache-me", "throttle"] }
@@ -38,9 +38,9 @@ strum = "0.27.1"
strum_macros = "0.27.1"
base64 = "0.22.1"
textwrap = "0.16.1"
textwrap = "0.16.2"
regex = "1.11.1"
chrono = "0.4.39"
chrono = "0.4.40"
dateparser = "0.2.1"
smallvec = { version = "1.14.0", features = ["serde"] }