update package.yml, CHANGELOG, and deps

This commit is contained in:
GyulyVGC
2025-10-20 22:42:11 +02:00
parent 5b7205d7ce
commit 8e8632c5ba
4 changed files with 18 additions and 76 deletions

View File

@@ -47,15 +47,15 @@ maxminddb = "0.26.0"
confy = "1.0.0"
serde = { version = "1.0.228", default-features = false, features = ["derive"] }
rodio = { version = "0.21.1", default-features = false, features = ["mp3", "playback"] }
dns-lookup = "3.0.0"
dns-lookup = "3.0.1"
toml = "0.9.8"
ctrlc = { version = "3.5.0", features = ["termination"] }
rfd = "0.15.4"
phf = "0.13.1"
phf_shared = "0.13.1"
splines = "5.0.0"
clap = { version = "4.5.49", features = ["derive"] }
tokio = { version = "1.47.1", features = ["macros"] }
clap = { version = "4.5.50", features = ["derive"] }
tokio = { version = "1.48.0", features = ["macros"] }
async-channel = "2.5.0"
semver = "1.0.27"