aboutsummaryrefslogtreecommitdiff
path: root/crates/test_utils/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <[email protected]>2018-12-31 09:48:16 +0000
committerdependabot[bot] <[email protected]>2018-12-31 09:48:16 +0000
commit96ecd73a5c1ebc3ad9308fa16d8868d16558e5c1 (patch)
treebd6d3aa1aa69660583126be335f73f01857d8a76 /crates/test_utils/Cargo.toml
parent582ea0a29a2914ab0b6847121b91396a4e8bebc5 (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/Cargo.toml')
-rw-r--r--crates/test_utils/Cargo.toml2
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]>"]
8difference = "2.0.0" 8difference = "2.0.0"
9itertools = "0.8.0" 9itertools = "0.8.0"
10text_unit = "0.1.2" 10text_unit = "0.1.2"
11serde_json = "1.0.24" 11serde_json = "1.0.34"