aboutsummaryrefslogtreecommitdiff
path: root/client-native-rift/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-12 11:32:39 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-12 11:32:39 +0200
commit1a8499e3e9000b367ee0596b81eed1bbe3682a9a (patch)
tree3664d37c55dc0e88c76eea3f3f3e25a58986fbcd /client-native-rift/Cargo.toml
parent4f926ff6baff0621e3fa0cb5873b082f9ef963b2 (diff)
downloadkeks-meet-1a8499e3e9000b367ee0596b81eed1bbe3682a9a.tar
keks-meet-1a8499e3e9000b367ee0596b81eed1bbe3682a9a.tar.bz2
keks-meet-1a8499e3e9000b367ee0596b81eed1bbe3682a9a.tar.zst
update rust, deps and do clippy
Diffstat (limited to 'client-native-rift/Cargo.toml')
-rw-r--r--client-native-rift/Cargo.toml8
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"