diff options
author | metamuffin <metamuffin@disroot.org> | 2023-01-15 20:05:05 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-01-15 20:05:05 +0100 |
commit | 6c8025c6dec52a26103186848510d72936f15603 (patch) | |
tree | a2d21b764fdab6e925b59d84051756c1a80d99fc /client-native-gui | |
parent | e65e8d1caa4eb8abb9b9344c63930c5c011055b9 (diff) | |
download | keks-meet-6c8025c6dec52a26103186848510d72936f15603.tar keks-meet-6c8025c6dec52a26103186848510d72936f15603.tar.bz2 keks-meet-6c8025c6dec52a26103186848510d72936f15603.tar.zst |
update some stuff
Diffstat (limited to 'client-native-gui')
-rw-r--r-- | client-native-gui/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/client-native-gui/Cargo.toml b/client-native-gui/Cargo.toml index 8ce3445..f41859c 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.0.29", features = ["derive"] } +clap = { version = "4.1.1", features = ["derive"] } async-std = "1.12.0" -tokio = { version = "1.21.2", features = ["full"] } -env_logger = "0.8" +tokio = { version = "1.24.1", features = ["full"] } +env_logger = "0.10.0" log = "0.4" -anyhow = "1.0.66" +anyhow = "1.0.68" crossbeam-channel = "0.5.6" -egui = "0.19.0" -eframe = "0.19.0" +egui = "0.20.1" +eframe = "0.20.1" libmpv = { git = "https://github.com/sirno/libmpv-rs.git", branch = "upgrade-libmpv" } |