diff options
Diffstat (limited to 'client-native-export-track')
-rw-r--r-- | client-native-export-track/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client-native-export-track/Cargo.toml b/client-native-export-track/Cargo.toml index b24e799..83da0d8 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.4.7", features = ["derive"] } -env_logger = "0.10.0" +clap = { version = "4.4.18", features = ["derive"] } +env_logger = "0.11.1" log = "0.4" -tokio = { version = "1.33", features = ["full"] } +tokio = { version = "1.35", features = ["full"] } bytes = "1.5.0" -anyhow = "1.0.75" +anyhow = "1.0.79" |