Skip to content

Commit

Permalink
Merge pull request #4714 from coreos/dependabot/cargo/serde_json-1.0.108
Browse files Browse the repository at this point in the history
build(deps): bump serde_json from 1.0.107 to 1.0.108
  • Loading branch information
HuijingHei authored Dec 13, 2023
2 parents 9329c50 + 6910720 commit 685978c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ rpmostree-client = { path = "rust/rpmostree-client", version = "0.1.0" }
rust-ini = "0.20.0"
serde = { version = "1.0.193", features = ["derive"] }
serde_derive = "1.0.118"
serde_json = "1.0.107"
serde_json = "1.0.108"
serde_yaml = "0.9.27"
systemd = "0.10.0"
tempfile = "3.8.0"
Expand Down
2 changes: 1 addition & 1 deletion rust/rpmostree-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ publish = false
anyhow = "1.0.75"
serde = { version = "1.0.193", features = ["derive"] }
serde_derive = "1.0.118"
serde_json = "1.0.107"
serde_json = "1.0.108"

0 comments on commit 685978c

Please sign in to comment.