Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Jul 28, 2024
1 parent 90baf6c commit 12e6aff
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion rust/bin/acars_router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ tokio = { version = "1.39.1", features = ["full", "tracing"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
acars_config = { path = "../../libraries/acars_config" }
sdre-rust-logging = "0.3.3"
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 @@ -8,4 +8,4 @@ edition.workspace = true
[dependencies]
clap = { version = "4.5.11", features = ["derive", "env"] }
log = "0.4.22"
sdre-rust-logging = "0.3.3"
sdre-rust-logging = "0.3.4"
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 @@ -6,7 +6,7 @@ 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.7"
sdre-stubborn-io = "0.5.8"
#sdre-stubborn-io = "0.4.4"
log = "0.4.22"
tokio = { version = "1.39.1", features = ["full", "tracing"] }
Expand Down

0 comments on commit 12e6aff

Please sign in to comment.