aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 08c94aa..cff28cd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,13 +13,13 @@
edition = "2018"
rust-version = "1.36"
name = "serde_json"
-version = "1.0.91"
+version = "1.0.93"
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",
@@ -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"