Skip to content

Commit

Permalink
Update json_value_merge requirement from 1.1.2 to 2.0.0 in /api
Browse files Browse the repository at this point in the history
Updates the requirements on [json_value_merge](https://github.com/jmfiaschi/json_value_merge) to permit the latest version.
- [Release notes](https://github.com/jmfiaschi/json_value_merge/releases)
- [Changelog](https://github.com/jmfiaschi/json_value_merge/blob/main/CHANGELOG.md)
- [Commits](jmfiaschi/json_value_merge@v1.1.2...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent c3c9af9 commit 321c392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
attohttpc = { version = "0.26.0", features = ["basic-auth", "json"] }
json_value_merge = "1.1.2"
json_value_merge = "2.0.0"
regex = "1.7.1"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
Expand Down

0 comments on commit 321c392

Please sign in to comment.