Skip to content

Commit

Permalink
update cargo deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Aug 11, 2024
1 parent b9d5583 commit e9f3f02
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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 @@ -14,7 +14,7 @@ rust-version.workspace = true
[dependencies]
log = "0.4.22"
tokio = { version = "1.39.2", features = ["full", "tracing"] }
serde = { version = "1.0.204", features = ["derive"] }
serde = { version = "1.0.206", features = ["derive"] }
serde_json = "1.0.122"
acars_config = { path = "../../libraries/acars_config" }
sdre-rust-logging = "0.3.4"
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.5.13", features = ["derive", "env"] }
clap = { version = "4.5.15", features = ["derive", "env"] }
log = "0.4.22"
sdre-rust-logging = "0.3.4"

0 comments on commit e9f3f02

Please sign in to comment.