Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Nov 10, 2024
1 parent c686efc commit bb879dc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 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.41.0", features = ["full", "tracing"] }
serde = { version = "1.0.213", features = ["derive"] }
tokio = { version = "1.41.1", features = ["full", "tracing"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
acars_config = { path = "../../libraries/acars_config" }
sdre-rust-logging = "0.3.4"
sdre-rust-logging = "0.3.6"
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 @@ -8,4 +8,4 @@ edition.workspace = true
[dependencies]
clap = { version = "4.5.20", features = ["derive", "env"] }
log = "0.4.22"
sdre-rust-logging = "0.3.4"
sdre-rust-logging = "0.3.6"
4 changes: 2 additions & 2 deletions rust/libraries/acars_connection_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ 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.10"
sdre-stubborn-io = "0.5.11"
#sdre-stubborn-io = "0.4.4"
log = "0.4.22"
tokio = { version = "1.41.0", features = ["full", "tracing"] }
tokio = { version = "1.41.1", features = ["full", "tracing"] }
tokio-util = { version = "0.7.12", features = ["full"] }
tokio-stream = "0.1.16"
futures = "0.3.31"
Expand Down

0 comments on commit bb879dc

Please sign in to comment.