diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-29 16:14:06 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-29 16:14:06 +0100 |
commit | 695e497e86d47b14622299d5f2d47d14e0118d4f (patch) | |
tree | e9350a3b4cfc21e7807c29e54c420f07a73505a9 /client-native-gui/Cargo.toml | |
parent | 1ac7e4b6485a1d0e62c940caa687ddd2198963b0 (diff) | |
download | keks-meet-695e497e86d47b14622299d5f2d47d14e0118d4f.tar keks-meet-695e497e86d47b14622299d5f2d47d14e0118d4f.tar.bz2 keks-meet-695e497e86d47b14622299d5f2d47d14e0118d4f.tar.zst |
update native client
Diffstat (limited to 'client-native-gui/Cargo.toml')
-rw-r--r-- | client-native-gui/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/client-native-gui/Cargo.toml b/client-native-gui/Cargo.toml index 119cabd..49e5c53 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.3.8", features = ["derive"] } +clap = { version = "4.4.7", features = ["derive"] } async-std = "1.12.0" -tokio = { version = "1.28.2", features = ["full"] } +tokio = { version = "1.33.0", features = ["full"] } env_logger = "0.10.0" log = "0.4" -anyhow = "1.0.71" +anyhow = "1.0.75" crossbeam-channel = "0.5.8" -egui = "0.22.0" -eframe = "0.22.0" +egui = "0.23.0" +eframe = "0.23.0" libmpv = { git = "https://github.com/sirno/libmpv-rs.git", branch = "upgrade-libmpv" } |