diff options
author | metamuffin <metamuffin@disroot.org> | 2023-01-15 20:05:05 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-01-15 20:05:05 +0100 |
commit | 6c8025c6dec52a26103186848510d72936f15603 (patch) | |
tree | a2d21b764fdab6e925b59d84051756c1a80d99fc /client-native-export-track | |
parent | e65e8d1caa4eb8abb9b9344c63930c5c011055b9 (diff) | |
download | keks-meet-6c8025c6dec52a26103186848510d72936f15603.tar keks-meet-6c8025c6dec52a26103186848510d72936f15603.tar.bz2 keks-meet-6c8025c6dec52a26103186848510d72936f15603.tar.zst |
update some stuff
Diffstat (limited to 'client-native-export-track')
-rw-r--r-- | client-native-export-track/Cargo.toml | 10 |
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" |