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 2d90f05..da62820 100644 --- a/client-native-rift/Cargo.toml +++ b/client-native-rift/Cargo.toml @@ -6,12 +6,12 @@ edition = "2021" [dependencies] client-native-lib = { path = "../client-native-lib" } -clap = { version = "4.3.8", features = ["derive"] } +clap = { version = "4.4.7", features = ["derive"] } env_logger = "0.10.0" log = "0.4" -tokio = { version = "1.28", features = ["full"] } -bytes = "1.4.0" +tokio = { version = "1.33", features = ["full"] } +bytes = "1.5.0" -indicatif = "0.17.5" +indicatif = "0.17.7" humansize = "2.1.3" |