diff options
author | metamuffin <metamuffin@disroot.org> | 2022-12-11 10:23:54 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-12-11 10:23:54 +0100 |
commit | f99d7426f874c4a7c42cf1733d84978417566100 (patch) | |
tree | 59232f196152356610c5c4847f4d10028fae15a7 /client-native-export-track | |
parent | 9d7eea751aac84fbc1aa72f22afa5a1c0caad816 (diff) | |
download | keks-meet-f99d7426f874c4a7c42cf1733d84978417566100.tar keks-meet-f99d7426f874c4a7c42cf1733d84978417566100.tar.bz2 keks-meet-f99d7426f874c4a7c42cf1733d84978417566100.tar.zst |
upgrade clap
Diffstat (limited to 'client-native-export-track')
-rw-r--r-- | client-native-export-track/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client-native-export-track/Cargo.toml b/client-native-export-track/Cargo.toml index bf7e690..d579a33 100644 --- a/client-native-export-track/Cargo.toml +++ b/client-native-export-track/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] client-native-lib = { path = "../client-native-lib" } -clap = { version = "3.2.21", features = ["derive"] } +clap = { version = "4.0.29", features = ["derive"] } env_logger = "0.8" log = "0.4" |