aboutsummaryrefslogtreecommitdiff
path: root/client-native-export-track
diff options
context:
space:
mode:
Diffstat (limited to 'client-native-export-track')
-rw-r--r--client-native-export-track/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/client-native-export-track/Cargo.toml b/client-native-export-track/Cargo.toml
index d579a33..b8efdca 100644
--- a/client-native-export-track/Cargo.toml
+++ b/client-native-export-track/Cargo.toml
@@ -6,10 +6,10 @@ 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"
-anyhow = "1.0.66"
+tokio = { version = "1.24", features = ["full"] }
+bytes = "1.3.0"
+anyhow = "1.0.68"