diff options
author | metamuffin <metamuffin@disroot.org> | 2023-02-05 20:57:47 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-02-05 20:57:47 +0100 |
commit | 2c6f4dc839a279b9d5c10d674489998b021908b8 (patch) | |
tree | 51922c7eceffdaf847713b15a1e30159b316d334 /client-native-export-track | |
parent | 47556e24509d4c438a7fad6c05828ca4e3f2761a (diff) | |
download | keks-meet-2c6f4dc839a279b9d5c10d674489998b021908b8.tar keks-meet-2c6f4dc839a279b9d5c10d674489998b021908b8.tar.bz2 keks-meet-2c6f4dc839a279b9d5c10d674489998b021908b8.tar.zst |
update deps
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 b8efdca..36ba652 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.1.1", features = ["derive"] } +clap = { version = "4.1.4", features = ["derive"] } env_logger = "0.10.0" log = "0.4" -tokio = { version = "1.24", features = ["full"] } -bytes = "1.3.0" -anyhow = "1.0.68" +tokio = { version = "1.25", features = ["full"] } +bytes = "1.4.0" +anyhow = "1.0.69" |