aboutsummaryrefslogtreecommitdiff
path: root/client-native-gui/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'client-native-gui/Cargo.toml')
-rw-r--r--client-native-gui/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/client-native-gui/Cargo.toml b/client-native-gui/Cargo.toml
index f41859c..767433c 100644
--- a/client-native-gui/Cargo.toml
+++ b/client-native-gui/Cargo.toml
@@ -6,12 +6,12 @@ edition = "2021"
[dependencies]
client-native-lib = { path = "../client-native-lib" }
-clap = { version = "4.1.1", features = ["derive"] }
+clap = { version = "4.1.4", features = ["derive"] }
async-std = "1.12.0"
-tokio = { version = "1.24.1", features = ["full"] }
+tokio = { version = "1.25.0", features = ["full"] }
env_logger = "0.10.0"
log = "0.4"
-anyhow = "1.0.68"
+anyhow = "1.0.69"
crossbeam-channel = "0.5.6"
egui = "0.20.1"