diff options
author | dependabot[bot] <[email protected]> | 2018-12-31 09:48:16 +0000 |
---|---|---|
committer | dependabot[bot] <[email protected]> | 2018-12-31 09:48:16 +0000 |
commit | 96ecd73a5c1ebc3ad9308fa16d8868d16558e5c1 (patch) | |
tree | bd6d3aa1aa69660583126be335f73f01857d8a76 /crates/test_utils | |
parent | 582ea0a29a2914ab0b6847121b91396a4e8bebc5 (diff) |
Bump serde_json from 1.0.33 to 1.0.34
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.33 to 1.0.34.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.33...v1.0.34)
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'crates/test_utils')
-rw-r--r-- | crates/test_utils/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/test_utils/Cargo.toml b/crates/test_utils/Cargo.toml index 02727993e..963491128 100644 --- a/crates/test_utils/Cargo.toml +++ b/crates/test_utils/Cargo.toml | |||
@@ -8,4 +8,4 @@ authors = ["Aleksey Kladov <[email protected]>"] | |||
8 | difference = "2.0.0" | 8 | difference = "2.0.0" |
9 | itertools = "0.8.0" | 9 | itertools = "0.8.0" |
10 | text_unit = "0.1.2" | 10 | text_unit = "0.1.2" |
11 | serde_json = "1.0.24" | 11 | serde_json = "1.0.34" |