From 462d9c511ad96cd2270d44bada243d981d5891e3 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 25 Jun 2023 09:18:20 +0200 Subject: update all of the rusty stuff. also fixed webrtc build problems --- client-native-gui/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'client-native-gui/Cargo.toml') diff --git a/client-native-gui/Cargo.toml b/client-native-gui/Cargo.toml index 4829547..119cabd 100644 --- a/client-native-gui/Cargo.toml +++ b/client-native-gui/Cargo.toml @@ -6,16 +6,16 @@ edition = "2021" [dependencies] client-native-lib = { path = "../client-native-lib" } -clap = { version = "4.1.6", features = ["derive"] } +clap = { version = "4.3.8", features = ["derive"] } async-std = "1.12.0" -tokio = { version = "1.25.0", features = ["full"] } +tokio = { version = "1.28.2", features = ["full"] } env_logger = "0.10.0" log = "0.4" -anyhow = "1.0.69" -crossbeam-channel = "0.5.6" +anyhow = "1.0.71" +crossbeam-channel = "0.5.8" -egui = "0.21.0" -eframe = "0.21.3" +egui = "0.22.0" +eframe = "0.22.0" libmpv = { git = "https://github.com/sirno/libmpv-rs.git", branch = "upgrade-libmpv" } -- cgit v1.2.3-70-g09d2