diff options
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r-- | client/Cargo.toml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml index d73c282..ab677e8 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -8,23 +8,23 @@ name = "weareplaying" path = "src/main.rs" [dependencies] -anyhow = "1.0.95" +anyhow = "1.0.97" audiopus = "0.2.0" -clap = { version = "4.5.23", features = ["derive"] } +clap = { version = "4.5.32", features = ["derive"] } cpal = "0.15.3" -env_logger = "0.11.6" -log = "0.4.22" +env_logger = "0.11.7" +log = "0.4.26" pollster = "0.4.0" # wgpu = "23.0.1" # Switch back when deadlock fix is upstream wgpu = { git = "https://github.com/metamuffin/wgpu", rev = "a9189e0" } -winit = "0.30.8" +winit = "0.30.9" weareshared = { path = "../shared" } -rand = "0.9.0-beta.1" -glam = { version = "0.29.2", features = ["bytemuck"] } +rand = "0.9.0" +glam = { version = "0.30.0", features = ["bytemuck"] } image = "0.25.5" -egui-wgpu = "0.30.0" -egui = { version = "0.30.0", features = ["bytemuck"] } -bytemuck = "1.21.0" +egui-wgpu = "0.31.1" +egui = { version = "0.31.1", features = ["bytemuck"] } +bytemuck = "1.22.0" xdg = "2.5.2" nnnoiseless = "0.5.1" humansize = "2.1.3" |