Skip to content

Commit

Permalink
Merge pull request #66 from simonrupf/dependabot/cargo/serde_json-1.0…
Browse files Browse the repository at this point in the history
….127

Bump serde_json from 1.0.125 to 1.0.127
  • Loading branch information
simonrupf committed Aug 31, 2024
2 parents 40f0c2e + 554ee82 commit 37ad21e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -67,7 +67,7 @@ quick-xml = { version = "0.36.1", features = ["serialize"], optional = true }
rsv-core = { version = "0.0.4", optional = true }
serde = { version = "1.0.208", features = ["serde_derive"] }
serde_ini = { version = "0.2.0", optional = true }
serde_json = "1.0.125"
serde_json = "1.0.127"
serde_yaml = { version = "0.9.34", optional = true }
toml = { version = "0.8.8", optional = true }
yaml-split = { version = "0.4.0", optional = true }
Expand Down

0 comments on commit 37ad21e

Please sign in to comment.