Skip to content

Commit

Permalink
updates (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen authored Sep 21, 2023
1 parent 1e6c946 commit 067d6ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rust/bin/acars_router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ rust-version.workspace = true
[dependencies]
log = "0.4.20"
tokio = { version = "1.32.0", features = ["full", "tracing"] }
chrono = "0.4.26"
chrono = "0.4.31"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"
serde_json = "1.0.107"
failure = "0.1.8"
acars_config = { path = "../../libraries/acars_config" }
sdre-rust-logging = { git = "https://github.com/sdr-enthusiasts/sdre-rust-logging.git" }
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.1", features = ["derive", "env"] }
clap = { version = "4.4.4", features = ["derive", "env"] }
log = "0.4.20"
sdre-rust-logging = { git = "https://github.com/sdr-enthusiasts/sdre-rust-logging.git" }
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 @@ -9,7 +9,7 @@ edition.workspace = true
stubborn-io = "0.3.2"
log = "0.4.20"
tokio = { version = "1.32.0", features = ["full", "tracing"] }
tokio-util = { version = "0.7.8", features = ["full"] }
tokio-util = { version = "0.7.9", features = ["full"] }
tokio-stream = "0.1.14"
futures = "0.3.28"
async-trait = "0.1.73"
Expand Down

0 comments on commit 067d6ac

Please sign in to comment.