diff options
Diffstat (limited to 'vendor/serde_json/Cargo.toml')
-rw-r--r-- | vendor/serde_json/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vendor/serde_json/Cargo.toml b/vendor/serde_json/Cargo.toml index 08c94aacb..8bfc8c40f 100644 --- a/vendor/serde_json/Cargo.toml +++ b/vendor/serde_json/Cargo.toml @@ -13,13 +13,13 @@ edition = "2018" rust-version = "1.36" name = "serde_json" -version = "1.0.91" +version = "1.0.95" authors = [ "Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>", ] description = "A JSON serialization file format" -documentation = "https://docs.serde.rs/serde_json/" +documentation = "https://docs.rs/serde_json" readme = "README.md" keywords = [ "json", @@ -39,11 +39,11 @@ features = [ "raw_value", "unbounded_depth", ] -targets = ["x86_64-unknown-linux-gnu"] rustdoc-args = [ "--cfg", "docsrs", ] +targets = ["x86_64-unknown-linux-gnu"] [package.metadata.playground] features = ["raw_value"] @@ -70,7 +70,7 @@ default-features = false version = "1.0" [dev-dependencies.indoc] -version = "1.0" +version = "2.0" [dev-dependencies.ref-cast] version = "1.0" |