summaryrefslogtreecommitdiff
path: root/client-native-rift
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-01-15 20:05:05 +0100
committermetamuffin <metamuffin@disroot.org>2023-01-15 20:05:05 +0100
commit6c8025c6dec52a26103186848510d72936f15603 (patch)
treea2d21b764fdab6e925b59d84051756c1a80d99fc /client-native-rift
parente65e8d1caa4eb8abb9b9344c63930c5c011055b9 (diff)
downloadkeks-meet-6c8025c6dec52a26103186848510d72936f15603.tar
keks-meet-6c8025c6dec52a26103186848510d72936f15603.tar.bz2
keks-meet-6c8025c6dec52a26103186848510d72936f15603.tar.zst
update some stuff
Diffstat (limited to 'client-native-rift')
-rw-r--r--client-native-rift/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/client-native-rift/Cargo.toml b/client-native-rift/Cargo.toml
index 1f5e81f..cdc6b3b 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.0.29", features = ["derive"] }
-env_logger = "0.8"
+clap = { version = "4.1.1", features = ["derive"] }
+env_logger = "0.10.0"
log = "0.4"
-tokio = { version = "1.21", features = ["full"] }
-bytes = "1.2.1"
+tokio = { version = "1.24", features = ["full"] }
+bytes = "1.3.0"
-indicatif = "0.17.1"
-humansize = "2.0.0"
+indicatif = "0.17.3"
+humansize = "2.1.3"