diff --git a/Cargo.toml b/Cargo.toml
index 765ef78e6..0596c306c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "serde_json"
-version = "1.0.122"
+version = "1.0.123"
 authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
 categories = ["encoding", "parser-implementations", "no-std"]
 description = "A JSON serialization file format"
diff --git a/src/lib.rs b/src/lib.rs
index 97f3265be..beefec18d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -299,7 +299,7 @@
 //! [macro]: crate::json
 //! [`serde-json-core`]: https://github.com/rust-embedded-community/serde-json-core
 
-#![doc(html_root_url = "https://docs.rs/serde_json/1.0.122")]
+#![doc(html_root_url = "https://docs.rs/serde_json/1.0.123")]
 // Ignored clippy lints
 #![allow(
     clippy::collapsible_else_if,