Skip to content

Commit

Permalink
Merge pull request #40 from rscarson/dependabot/cargo/serde_json-1.0.87
Browse files Browse the repository at this point in the history
Bump serde_json from 1.0.83 to 1.0.87
  • Loading branch information
rscarson authored Nov 3, 2022
2 parents edfaaca + c4cad3b commit 63374ea
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 @@ -19,7 +19,7 @@ regex = "1.6.0"
pest = "2.4.0"
pest_derive = "2.2.1"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.83"
serde_json = "1.0.87"
reqwest = { version = "0.11.12", features = ["blocking"] }
chrono = "0.4.22"
rand = "0.8.4"
Expand Down

0 comments on commit 63374ea

Please sign in to comment.