aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2021-02-09 18:02:43 -0800
committerHaibo Huang <hhb@google.com>2021-02-09 18:02:43 -0800
commit1996e24109243ded690f8ef80d0233c822026f54 (patch)
tree505f344508abe912c383db925bf1a9829bce6e0f /src/lib.rs
parentb38d84b4614f532321592cbb22f18b02ba8b68bd (diff)
downloadserde_json-1996e24109243ded690f8ef80d0233c822026f54.tar.gz
Upgrade rust/crates/serde_json to 1.0.62
Test: make Change-Id: I8537c46c6f2e10021577f11a863e246356ce50ba
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index fba86e0..c3766b5 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -300,7 +300,7 @@
//! [macro]: https://docs.serde.rs/serde_json/macro.json.html
//! [`serde-json-core`]: https://japaric.github.io/serde-json-core/serde_json_core/
-#![doc(html_root_url = "https://docs.rs/serde_json/1.0.61")]
+#![doc(html_root_url = "https://docs.rs/serde_json/1.0.62")]
#![deny(clippy::all, clippy::pedantic)]
// Ignored clippy lints
#![allow(