aboutsummaryrefslogtreecommitdiff
path: root/client-native-export-track/Cargo.toml
diff options
context:
space:
mode:
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 6f9e9cd..5ee30bb 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.5.3", features = ["derive"] }
+clap = { version = "4.5.9", features = ["derive"] }
env_logger = "0.11.3"
log = "0.4"
-tokio = { version = "1.36", features = ["full"] }
-bytes = "1.5.0"
-anyhow = "1.0.81"
+tokio = { version = "1.38", features = ["full"] }
+bytes = "1.6.0"
+anyhow = "1.0.86"