diff --git a/rust/bin/acars_router/Cargo.toml b/rust/bin/acars_router/Cargo.toml index d8a38521..bdc1eb26 100644 --- a/rust/bin/acars_router/Cargo.toml +++ b/rust/bin/acars_router/Cargo.toml @@ -15,8 +15,8 @@ rust-version.workspace = true log = "0.4.19" tokio = { version = "1.29.1", features = ["full", "tracing"] } chrono = "0.4.26" -serde = { version = "1.0.171", features = ["derive"] } -serde_json = "1.0.102" +serde = { version = "1.0.175", features = ["derive"] } +serde_json = "1.0.103" failure = "0.1.8" acars_config = { path = "../../libraries/acars_config" } sdre-rust-logging = { git = "https://github.com/sdr-enthusiasts/sdre-rust-logging.git" } diff --git a/rust/libraries/acars_config/Cargo.toml b/rust/libraries/acars_config/Cargo.toml index ff71ad11..e88afa14 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.3.11", features = ["derive", "env"] } +clap = { version = "4.3.19", features = ["derive", "env"] } log = "0.4.19" sdre-rust-logging = { git = "https://github.com/sdr-enthusiasts/sdre-rust-logging.git" } diff --git a/rust/libraries/acars_connection_manager/Cargo.toml b/rust/libraries/acars_connection_manager/Cargo.toml index bc8e5145..1a2c2f31 100644 --- a/rust/libraries/acars_connection_manager/Cargo.toml +++ b/rust/libraries/acars_connection_manager/Cargo.toml @@ -12,7 +12,7 @@ tokio = { version = "1.29.1", features = ["full", "tracing"] } tokio-util = { version = "0.7.8", features = ["full"] } tokio-stream = "0.1.14" futures = "0.3.28" -async-trait = "0.1.71" +async-trait = "0.1.72" zmq = "0.10.0" tmq = "0.4.0" acars_vdlm2_parser = { git = "https://github.com/jcdeimos/acars_vdlm2_parser", version = "0.2.1" }