From d3e3cfdaa53ae354b1de4f540426af3e6af8096d Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 18 Mar 2024 09:51:38 +0100 Subject: reworking rift: part two --- client-native-export-track/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'client-native-export-track') 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" -- cgit v1.2.3-70-g09d2