diff options
author | metamuffin <metamuffin@disroot.org> | 2024-03-18 09:51:38 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-03-18 09:51:38 +0100 |
commit | d3e3cfdaa53ae354b1de4f540426af3e6af8096d (patch) | |
tree | 20fc2addda444373f4c50377a4179503883d3cee /client-native-rift/Cargo.toml | |
parent | c75b423e461010c722503fb9792f84ebc415c7d8 (diff) | |
download | keks-meet-d3e3cfdaa53ae354b1de4f540426af3e6af8096d.tar keks-meet-d3e3cfdaa53ae354b1de4f540426af3e6af8096d.tar.bz2 keks-meet-d3e3cfdaa53ae354b1de4f540426af3e6af8096d.tar.zst |
reworking rift: part two
Diffstat (limited to 'client-native-rift/Cargo.toml')
-rw-r--r-- | client-native-rift/Cargo.toml | 6 |
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" |