Skip to content

Commit

Permalink
deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Dec 30, 2023
1 parent b7de46b commit 125ee12
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 41 deletions.
63 changes: 31 additions & 32 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[workspace]
members = [
"rust/bin/acars_router",
"rust/libraries/acars_config",
"rust/libraries/acars_connection_manager",
"rust/bin/acars_router",
"rust/libraries/acars_config",
"rust/libraries/acars_connection_manager",
]
resolver = "2"


[workspace.package]
edition = "2021"
version = "1.1.0-beta.4"
version = "1.1.0-beta.5"
authors = ["Fred Clausen", "Mike Nye", "Alex Austin"]
description = "ACARS Router: A Utility to ingest ACARS/VDLM2/HFDL from many sources, process, and feed out to many consumers."
documentation = "https://github.com/sdr-enthusiasts/acars_router"
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.4.11", features = ["derive", "env"] }
clap = { version = "4.4.12", features = ["derive", "env"] }
log = "0.4.20"
sdre-rust-logging = "0.2.0"
9 changes: 5 additions & 4 deletions rust/libraries/acars_connection_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +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.4.4"
sdre-stubborn-io = { git = "https://github.com/sdr-enthusiasts/sdre-stubborn-io", branch = "fix-io-disconnect" }
#sdre-stubborn-io = "0.4.4"
log = "0.4.20"
tokio = { version = "1.35.0", features = ["full", "tracing"] }
tokio = { version = "1.35.1", features = ["full", "tracing"] }
tokio-util = { version = "0.7.10", features = ["full"] }
tokio-stream = "0.1.14"
futures = "0.3.29"
async-trait = "0.1.74"
futures = "0.3.30"
async-trait = "0.1.75"
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 125ee12

Please sign in to comment.