merge dev (#21)

* change version to 1.6.2

* deps: bump tokio to 1.50.0

* deps: bump rodio to 0.22.2

* cargo update
This commit is contained in:
Tarasov Aleksandr
2026-03-07 15:34:19 +03:00
committed by GitHub
parent 0dfd841e6d
commit c649ef5410
2 changed files with 137 additions and 140 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ keywords = ["soundpad", "pipewire", "linux", "cli", "gui"]
[dependencies]
tokio = { version = "1.49.0", features = ["full"] }
tokio = { version = "1.50.0", features = ["full"] }
async-trait = "0.1.89"
serde = { version = "1.0.228", features = ["derive"] }
@@ -29,7 +29,7 @@ clap = { version = "4.5.60", default-features = false, features = [
dirs = "6.0.0"
itertools = "0.14.0"
rodio = { version = "0.22.1", default-features = false, features = [
rodio = { version = "0.22.2", default-features = false, features = [
"symphonia-all",
"playback",
] }