From 37a81f9f33697db946d713dbfd30bd173d3f951d Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Sun, 1 Oct 2023 09:50:48 -0600 Subject: [PATCH] Update Cargo.toml --- rust/libraries/acars_config/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/libraries/acars_config/Cargo.toml b/rust/libraries/acars_config/Cargo.toml index 6e701492..254be114 100644 --- a/rust/libraries/acars_config/Cargo.toml +++ b/rust/libraries/acars_config/Cargo.toml @@ -6,6 +6,6 @@ edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = { version = "4.4.4", features = ["derive", "env"] } +clap = { version = "4.4.6", features = ["derive", "env"] } log = "0.4.20" sdre-rust-logging = { git = "https://github.com/sdr-enthusiasts/sdre-rust-logging.git" }