diff options
Diffstat (limited to 'client-native-rift/Cargo.toml')
-rw-r--r-- | client-native-rift/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client-native-rift/Cargo.toml b/client-native-rift/Cargo.toml index 3b52b83..843e23f 100644 --- a/client-native-rift/Cargo.toml +++ b/client-native-rift/Cargo.toml @@ -5,14 +5,14 @@ edition = "2021" [dependencies] libkeks = { path = "../client-native-lib" } -clap = { version = "4.5.3", features = ["derive"] } +clap = { version = "4.5.9", features = ["derive"] } log = { version = "0.4", features = ["kv"] } rustyline = { version = "14.0.0", features = ["derive"] } -tokio = { version = "1.36", features = ["full"] } -bytes = "1.5.0" +tokio = { version = "1.38", features = ["full"] } +bytes = "1.6.0" pretty_env_logger = "0.5.0" indicatif = "0.17.8" humansize = "2.1.3" users = "0.11.0" -anyhow = "1.0.81" +anyhow = "1.0.86" shlex = "1.3.0" |