diff options
author | dependabot[bot] | 2021-08-31 01:03:05 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-08-31 01:35:55 +0000 |
commit | daff9f5fd24949aa57f2dc951de9cf24c5bc9b11 (patch) | |
tree | e7965f53444330cf7801091b9049347144a087c9 | |
parent | 40223bbb45240f6171d15101b65a29d6b14f01f8 (diff) |
build(deps): bump serde_json from 1.0.66 to 1.0.67
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.66 to 1.0.67.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.66...v1.0.67)
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -811,9 +811,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.66" +version = "1.0.67" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "336b10da19a12ad094b59d870ebde26a45402e5b470add4b5fd03c5048a32127" +checksum = "a7f9e390c27c3c0ce8bc5d725f6e4d30a29d26659494aa4b17535f7522c5c950" dependencies = [ "itoa", "ryu", |