Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Sep 7, 2024
1 parent 306e781 commit 3a0f96e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 57 deletions.
60 changes: 6 additions & 54 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/libraries/acars_connection_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ 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.8"
sdre-stubborn-io = "0.5.9"
#sdre-stubborn-io = "0.4.4"
log = "0.4.22"
tokio = { version = "1.40.0", features = ["full", "tracing"] }
tokio-util = { version = "0.7.11", features = ["full"] }
tokio-util = { version = "0.7.12", features = ["full"] }
tokio-stream = "0.1.16"
futures = "0.3.30"
async-trait = "0.1.81"
async-trait = "0.1.82"
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 3a0f96e

Please sign in to comment.