aboutsummaryrefslogtreecommitdiff
path: root/client-native-gui/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-12 11:32:39 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-12 11:32:39 +0200
commit1a8499e3e9000b367ee0596b81eed1bbe3682a9a (patch)
tree3664d37c55dc0e88c76eea3f3f3e25a58986fbcd /client-native-gui/Cargo.toml
parent4f926ff6baff0621e3fa0cb5873b082f9ef963b2 (diff)
downloadkeks-meet-1a8499e3e9000b367ee0596b81eed1bbe3682a9a.tar
keks-meet-1a8499e3e9000b367ee0596b81eed1bbe3682a9a.tar.bz2
keks-meet-1a8499e3e9000b367ee0596b81eed1bbe3682a9a.tar.zst
update rust, deps and do clippy
Diffstat (limited to 'client-native-gui/Cargo.toml')
-rw-r--r--client-native-gui/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/client-native-gui/Cargo.toml b/client-native-gui/Cargo.toml
index ae9208f..a83def9 100644
--- a/client-native-gui/Cargo.toml
+++ b/client-native-gui/Cargo.toml
@@ -6,15 +6,15 @@ edition = "2021"
[dependencies]
libkeks = { path = "../client-native-lib" }
-clap = { version = "4.5.3", features = ["derive"] }
+clap = { version = "4.5.9", features = ["derive"] }
async-std = "1.12.0"
-tokio = { version = "1.36.0", features = ["full"] }
+tokio = { version = "1.38.0", features = ["full"] }
env_logger = "0.11.3"
log = "0.4"
-anyhow = "1.0.81"
-crossbeam-channel = "0.5.12"
+anyhow = "1.0.86"
+crossbeam-channel = "0.5.13"
-egui = "0.26.2"
-eframe = "0.26.2"
+egui = "0.28.1"
+eframe = "0.28.1"
libmpv = { git = "https://github.com/sirno/libmpv-rs.git", branch = "upgrade-libmpv" }