Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Dec 1, 2024
1 parent 7974867 commit 1fffd15
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 67 deletions.
130 changes: 65 additions & 65 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ description = "A Rust library for parsing ADS-B messages from a Beast, JSON or r

[dependencies]
hex = { version = "0.4.3", optional = true }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
log = "0.4.22"
tokio = { version = "1.41.1", features = ["full"] }
sdre-rust-logging = "0.3.6"
Expand Down

0 comments on commit 1fffd15

Please sign in to comment.