aboutsummaryrefslogtreecommitdiff
path: root/client-native-export-track/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-03-18 09:51:38 +0100
committermetamuffin <metamuffin@disroot.org>2024-03-18 09:51:38 +0100
commitd3e3cfdaa53ae354b1de4f540426af3e6af8096d (patch)
tree20fc2addda444373f4c50377a4179503883d3cee /client-native-export-track/Cargo.toml
parentc75b423e461010c722503fb9792f84ebc415c7d8 (diff)
downloadkeks-meet-d3e3cfdaa53ae354b1de4f540426af3e6af8096d.tar
keks-meet-d3e3cfdaa53ae354b1de4f540426af3e6af8096d.tar.bz2
keks-meet-d3e3cfdaa53ae354b1de4f540426af3e6af8096d.tar.zst
reworking rift: part two
Diffstat (limited to 'client-native-export-track/Cargo.toml')
-rw-r--r--client-native-export-track/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/client-native-export-track/Cargo.toml b/client-native-export-track/Cargo.toml
index 1eccbdb..6f9e9cd 100644
--- a/client-native-export-track/Cargo.toml
+++ b/client-native-export-track/Cargo.toml
@@ -6,10 +6,10 @@ edition = "2021"
[dependencies]
libkeks = { path = "../client-native-lib" }
-clap = { version = "4.4.18", features = ["derive"] }
-env_logger = "0.11.1"
+clap = { version = "4.5.3", features = ["derive"] }
+env_logger = "0.11.3"
log = "0.4"
-tokio = { version = "1.35", features = ["full"] }
+tokio = { version = "1.36", features = ["full"] }
bytes = "1.5.0"
-anyhow = "1.0.79"
+anyhow = "1.0.81"