Updated dependencies

This commit is contained in:
2025-08-17 17:10:04 +03:00
parent 0f2963b0cf
commit ea2401a486
6 changed files with 471 additions and 484 deletions

View File

@@ -27,7 +27,7 @@ derive_more = { version = "2", features = [
"from",
] }
dotenvy = "0.15"
foldhash = "0.1.4"
foldhash = "0.2"
futures = "0.3"
fuzzy-matcher = "0.3"
hex = "0.4"
@@ -49,7 +49,7 @@ sqlx = { version = "0.8", features = [
"migrate",
] }
subtle = "2"
teloxide = { version = "0.15", features = [
teloxide = { version = "0.17", features = [
"macros",
"ctrlc_handler",
"rustls",
@@ -62,7 +62,7 @@ tokio = { version = "1", features = [
"sync",
"parking_lot",
] }
toml = "0.8"
toml = "0.9"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = [
"parking_lot",