Skip to content

Commit

Permalink
updates to deps (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen authored Jul 26, 2023
1 parent cfd4595 commit 6e320b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rust/bin/acars_router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion rust/libraries/acars_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion rust/libraries/acars_connection_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 6e320b2

Please sign in to comment.