Skip to content

Commit

Permalink
build(deps): update serde_json requirement from =1.0.113 to =1.0.114
Browse files Browse the repository at this point in the history
Updates the requirements on [serde_json](https://github.com/serde-rs/json) to permit the latest version.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.113...v1.0.113)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent 0ca573b commit d82ec6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ reqwest = "0.11.24"

## Config and parsing
serde = "=1.0.196"
serde_json = "=1.0.113"
serde_json = "=1.0.114"
serde_with = { version = "3.6.1", features = ["chrono_0_4"] }
config = "0.14.0"

Expand Down

0 comments on commit d82ec6b

Please sign in to comment.