aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-08-01 03:10:16 +0100
committerGitHub <[email protected]>2020-08-01 03:10:16 +0100
commit5af32aeb2b83c7ae8adf3e088bf4f3691aa45eb1 (patch)
tree6459f29f52c140094cd1fec857ee7b76a40d6c6b /Cargo.lock
parent2346a28c638dc8fe945059b68126d268dd7fb690 (diff)
parenta015714defd19298632819885679fc6fdd6ea07c (diff)
Merge #5635
5635: Better JSON serialization in metrics r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 234c31406..c974022a2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1832,6 +1832,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1832checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1833 1833
1834[[package]] 1834[[package]]
1835name = "write-json"
1836version = "0.1.0"
1837source = "registry+https://github.com/rust-lang/crates.io-index"
1838checksum = "8b3f9a784c809a99e38d2e825907617cb03bd880d5421153bc4548e9317f59d0"
1839
1840[[package]]
1835name = "ws2_32-sys" 1841name = "ws2_32-sys"
1836version = "0.2.1" 1842version = "0.2.1"
1837source = "registry+https://github.com/rust-lang/crates.io-index" 1843source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1852,4 +1858,5 @@ dependencies = [
1852 "quote", 1858 "quote",
1853 "ungrammar", 1859 "ungrammar",
1854 "walkdir", 1860 "walkdir",
1861 "write-json",
1855] 1862]