Update dependencies

This commit is contained in:
2025-05-29 11:29:18 +02:00
parent 92817da738
commit 86c407c900
3 changed files with 226 additions and 817 deletions
+7 -11
View File
@@ -12,21 +12,17 @@ build = "build.rs"
#elefren = { path = "../elefren22-fork" }
elefren = { git = "https://git.ondrovo.com/MightyPork/elefren-fork.git", rev = "b10e5935ae32f4756b19e9ca58b78a5382f865d1" }
env_logger = "0.9.0"
env_logger = "0.11.8"
log = "0.4.14"
log = "0.4.27"
serde = "1"
serde_json = "1"
anyhow = "1"
clap = "2.33.0"
clap = "3"
tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1.7"
thiserror = "1.0.26"
thiserror = "2.0.12"
futures = "0.3"
voca_rs = "1.13.0"
regex = "1.5.4"
once_cell = "1.8.0"
voca_rs = "1.15.2"
regex = "1.11.1"
once_cell = "1.21.3"
json5 = "0.4.1"
native-tls = "0.2.8"
websocket = "0.26.2"