1
0
mirror of https://github.com/vbrandl/bind9-api.git synced 2025-08-30 22:30:20 +02:00

Bump serde_json from 1.0.22 to 1.0.27

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.22 to 1.0.27.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.22...v1.0.27)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-05-23 11:19:13 +00:00
parent 8dd1a1b0fa
commit 6b61addfc7
3 changed files with 21 additions and 13 deletions

View File

@@ -17,5 +17,5 @@ pretty_env_logger = "0.2.3"
reqwest = "0.8.6"
serde = "1.0.69"
serde_derive = "1.0.69"
serde_json = "1.0.22"
serde_json = "1.0.27"
toml = "0.4.6"