summaryrefslogtreecommitdiffstats
path: root/vendor/serde_json/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/serde_json/src/lib.rs')
-rw-r--r--vendor/serde_json/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/serde_json/src/lib.rs b/vendor/serde_json/src/lib.rs
index cf4b83d19..3a1983c3f 100644
--- a/vendor/serde_json/src/lib.rs
+++ b/vendor/serde_json/src/lib.rs
@@ -300,7 +300,7 @@
//! [macro]: https://docs.serde.rs/serde_json/macro.json.html
//! [`serde-json-core`]: https://github.com/rust-embedded-community/serde-json-core
-#![doc(html_root_url = "https://docs.rs/serde_json/1.0.85")]
+#![doc(html_root_url = "https://docs.rs/serde_json/1.0.86")]
// Ignored clippy lints
#![allow(
clippy::collapsible_else_if,