Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Jun 30, 2024
1 parent 5200f0d commit 47b7b36
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ 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.203", features = ["derive"] }
serde_json = "1.0.117"
log = "0.4.21"
serde_json = "1.0.119"
log = "0.4.22"
tokio = { version = "1.38.0", features = ["full"] }
sdre-rust-logging = "0.3.2"
sdre-rust-logging = "0.3.3"
deku = { version = "0.17.0", optional = true }
custom_error = "1.9.2"
libm = { version = "0.2.8", optional = true }
Expand All @@ -31,7 +31,7 @@ anyhow = "1.0.86"

[dev-dependencies]
generic-async-http-client = { version = "0.5.1", features = ["use_hyper"] }
sdre-stubborn-io = "0.5.6"
sdre-stubborn-io = "0.5.7"
rocket = { version = "0.5.1", features = ["json"] }

[features]
Expand Down

0 comments on commit 47b7b36

Please sign in to comment.