aboutsummaryrefslogtreecommitdiff
path: root/client-native-rift/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'client-native-rift/Cargo.toml')
-rw-r--r--client-native-rift/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/client-native-rift/Cargo.toml b/client-native-rift/Cargo.toml
index d9a7915..9f79cd8 100644
--- a/client-native-rift/Cargo.toml
+++ b/client-native-rift/Cargo.toml
@@ -6,14 +6,14 @@ edition = "2021"
[dependencies]
libkeks = { path = "../client-native-lib" }
-clap = { version = "4.4.18", features = ["derive"] }
+clap = { version = "4.5.3", features = ["derive"] }
pretty_env_logger = "0.5.0"
log = "0.4"
-tokio = { version = "1.35", features = ["full"] }
+tokio = { version = "1.36", features = ["full"] }
bytes = "1.5.0"
-indicatif = "0.17.7"
+indicatif = "0.17.8"
humansize = "2.1.3"
users = "0.11.0"
anyhow = "1.0.81"