mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-04-27 22:11:22 +00:00
Update dependencies and change version to 1.7.2 (#63)
* deps: bump tokio to 1.52.1 * deps: bump clap to 4.6.1 * deps: cargo update bitflags -> v2.11.1 core2 - dary_heap -> v0.3.9 font-types -> v0.11.3 include-flate -> v0.3.3 include-flate-codegen -> v0.3.3 include-flate-compress -> v0.3.3 libc -> v0.2.185 libflate -> v2.3.0 libflate_lz77 -> v2.3.0 no_std_io2 + v0.9.3 portable-atomic-util -> v0.2.7 pxfm -> v0.1.29 rayon -> v1.12.0 uuid -> v1.23.1 webbrowser -> v1.2.1 * change version to 1.7.2
This commit is contained in:
committed by
GitHub
parent
2a8fcca06b
commit
949307fcf8
+3
-3
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pwsp"
|
||||
version = "1.7.1"
|
||||
version = "1.7.2"
|
||||
edition = "2024"
|
||||
authors = ["arabian"]
|
||||
description = "PWSP lets you play audio files through your microphone. Has both CLI and GUI clients."
|
||||
@@ -12,13 +12,13 @@ keywords = ["soundpad", "pipewire", "linux", "cli", "gui"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.51.1", features = ["full"] }
|
||||
tokio = { version = "1.52.1", features = ["full"] }
|
||||
async-trait = "0.1.89"
|
||||
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.149"
|
||||
|
||||
clap = { version = "4.6.0", default-features = false, features = [
|
||||
clap = { version = "4.6.1", default-features = false, features = [
|
||||
"std",
|
||||
"suggestions",
|
||||
"help",
|
||||
|
||||
Reference in New Issue
Block a user