Skip to content

Commit

Permalink
Bump serde_json from 1.0.127 to 1.0.128 (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent cfd8bb2 commit a673bd6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 crates/decode1090/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ futures-util = "0.3.30"
hex = "0.4.3"
rs1090 = { version = "0.3.5", path = "../rs1090" }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.127"
serde_json = "1.0.128"
tokio = { version = "1.40.0", features = ["full"] }

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion crates/jet1090/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ reqwest = "0.12.5"
rs1090 = { version = "0.3.5", path = "../rs1090" }
rusqlite = { version = "0.32.1", features = ["bundled"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.127"
serde_json = "1.0.128"
soapysdr = { version = "0.4.0", optional = true }
tokio = { version = "1.40.0", features = ["full"] }
toml = "0.8.19"
Expand Down
2 changes: 1 addition & 1 deletion crates/rs1090/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ once_cell = "1.19.0"
rayon = "1.9.0"
regex = "1.10.5"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.127"
serde_json = "1.0.128"
soapysdr = { version = "0.4.0", optional = true }
tokio = { version = "1.40.0", features = ["full"] }
tokio-tungstenite = "0.23.1"
Expand Down

0 comments on commit a673bd6

Please sign in to comment.