aboutsummaryrefslogtreecommitdiff
path: root/client-native-gui/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-01-27 18:34:29 +0100
committermetamuffin <metamuffin@disroot.org>2024-01-27 18:34:29 +0100
commit0d8a3082fe32e9dd89deea9f051f6e53df591646 (patch)
tree47a2a82d4f38403d3a1945b666210183c8b26a69 /client-native-gui/Cargo.toml
parent19d21b7e7a96e679e6879529c3afd4a45bbd762b (diff)
downloadkeks-meet-0d8a3082fe32e9dd89deea9f051f6e53df591646.tar
keks-meet-0d8a3082fe32e9dd89deea9f051f6e53df591646.tar.bz2
keks-meet-0d8a3082fe32e9dd89deea9f051f6e53df591646.tar.zst
update client native
Diffstat (limited to 'client-native-gui/Cargo.toml')
-rw-r--r--client-native-gui/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/client-native-gui/Cargo.toml b/client-native-gui/Cargo.toml
index a93c0e6..346343c 100644
--- a/client-native-gui/Cargo.toml
+++ b/client-native-gui/Cargo.toml
@@ -6,15 +6,15 @@ edition = "2021"
[dependencies]
client-native-lib = { path = "../client-native-lib" }
-clap = { version = "4.4.7", features = ["derive"] }
+clap = { version = "4.4.18", features = ["derive"] }
async-std = "1.12.0"
-tokio = { version = "1.33.0", features = ["full"] }
-env_logger = "0.10.0"
+tokio = { version = "1.35.1", features = ["full"] }
+env_logger = "0.11.1"
log = "0.4"
-anyhow = "1.0.75"
-crossbeam-channel = "0.5.8"
+anyhow = "1.0.79"
+crossbeam-channel = "0.5.11"
-egui = "0.23.0"
-eframe = "0.23.0"
+egui = "0.25.0"
+eframe = "0.25.0"
libmpv = { git = "https://github.com/sirno/libmpv-rs.git", branch = "upgrade-libmpv" }