Update deps

This commit is contained in:
2023-10-09 23:52:13 +02:00
parent e003d36857
commit 042446e7da
2 changed files with 96 additions and 84 deletions

View File

@@ -6,8 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros"] }
reqwest = { version = "0.11.20", features = ["json"] }
tokio = { version = "1.33.0", features = ["rt-multi-thread", "macros"] }
reqwest = { version = "0.11.22", features = ["json"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
teloxide = { git = "https://github.com/teloxide/teloxide.git", branch="master", features = ["macros", "webhooks-axum", "cache-me", "throttle"] }
@@ -19,11 +19,11 @@ futures = "0.3.28"
base64 = "0.21.4"
tokio-util = { version = "0.7.9", features = ["compat"] }
textwrap = "0.16.0"
regex = "1.9.5"
regex = "1.10.0"
chrono = "0.4.31"
dateparser = "0.2.0"
sentry = { version = "0.31.7", features = ["debug-images"] }
moka = { version = "0.12.0", features = ["future"] }
moka = { version = "0.12.1", features = ["future"] }
axum = "0.6.20"
smallvec = { version = "1.11.1", features = ["serde"] }
smartstring = { version = "1.0.1", features = ["serde"] }