Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Oct 24, 2024
1 parent fad318f commit 9a6200e
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 46 deletions.
76 changes: 38 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions rust/bin/acars_router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ rust-version.workspace = true

[dependencies]
log = "0.4.22"
tokio = { version = "1.40.0", features = ["full", "tracing"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
tokio = { version = "1.41.0", features = ["full", "tracing"] }
serde = { version = "1.0.213", features = ["derive"] }
serde_json = "1.0.132"
acars_config = { path = "../../libraries/acars_config" }
sdre-rust-logging = "0.3.4"
acars_connection_manager = { path = "../../libraries/acars_connection_manager" }
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.5.18", features = ["derive", "env"] }
clap = { version = "4.5.20", features = ["derive", "env"] }
log = "0.4.22"
sdre-rust-logging = "0.3.4"
8 changes: 4 additions & 4 deletions rust/libraries/acars_connection_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
sdre-stubborn-io = "0.5.9"
sdre-stubborn-io = "0.5.10"
#sdre-stubborn-io = "0.4.4"
log = "0.4.22"
tokio = { version = "1.40.0", features = ["full", "tracing"] }
tokio = { version = "1.41.0", features = ["full", "tracing"] }
tokio-util = { version = "0.7.12", features = ["full"] }
tokio-stream = "0.1.16"
futures = "0.3.30"
futures = "0.3.31"
async-trait = "0.1.83"
zmq = "0.10.0"
tmq = "0.4.0"
tmq = "0.5.0"
#acars_vdlm2_parser = { git = "https://github.com/jcdeimos/acars_vdlm2_parser", version = "0.2.1" }
#acars_vdlm2_parser = { git = "https://github.com/fredclausen/acars_vdlm2_parser", branch = "hfdl-and-dependency-updates" }
acars_vdlm2_parser = { git = "https://github.com/rpatel3001/acars_vdlm2_parser", branch = "add_imsl_irdm" }
Expand Down

0 comments on commit 9a6200e

Please sign in to comment.