@@ -198,7 +198,7 @@ types. The driver currently supports the following conversions:
198198 </tr>
199199 <tr>
200200 <td>
201- <a href="https://github.com/rust-lang/rustc-serialize">serialize::json::Json</a>
201+ <a href="https://github.com/rust-lang-nursery /rustc-serialize">serialize::json::Json</a>
202202 and
203203 <a href="https://github.com/erickt/serde_json">serde_json::Value</a>
204204 (<a href="#optional-features">optional</a>)
@@ -207,7 +207,7 @@ types. The driver currently supports the following conversions:
207207 </tr>
208208 <tr>
209209 <td>
210- <a href="https://github.com/rust-lang/time">time::Timespec</a>
210+ <a href="https://github.com/rust-lang-deprecated /time">time::Timespec</a>
211211 and
212212 <a href="https://github.com/lifthrasiir/rust-chrono">chrono::NaiveDateTime</a>
213213 (<a href="#optional-features">optional</a>)
@@ -216,7 +216,7 @@ types. The driver currently supports the following conversions:
216216 </tr>
217217 <tr>
218218 <td>
219- <a href="https://github.com/rust-lang/time">time::Timespec</a>,
219+ <a href="https://github.com/rust-lang-deprecated /time">time::Timespec</a>,
220220 <a href="https://github.com/lifthrasiir/rust-chrono">chrono::DateTime<UTC></a>,
221221 <a href="https://github.com/lifthrasiir/rust-chrono">chrono::DateTime<Local></a>,
222222 and
@@ -241,7 +241,7 @@ types. The driver currently supports the following conversions:
241241 </tr>
242242 <tr>
243243 <td>
244- <a href="https://github.com/rust-lang/uuid">uuid::Uuid</a>
244+ <a href="https://github.com/rust-lang-nursery /uuid">uuid::Uuid</a>
245245 (<a href="#optional-features">optional</a>)
246246 </td>
247247 <td>UUID</td>
@@ -284,9 +284,8 @@ implementations for `uuid`'s `Uuid` type.
284284[ JSON and JSONB] ( http://www.postgresql.org/docs/9.4/static/datatype-json.html )
285285support is provided optionally by the ` rustc-serialize ` feature, which adds
286286` ToSql ` and ` FromSql ` implementations for ` rustc-serialize ` 's ` Json ` type, and
287- the ` serde_json ` feature, which adds implementations for ` serde_json ` 's ` Value `
288- type. The ` serde ` feature provides implementations for the older
289- ` serde::json::Value ` type.
287+ the ` serde ` feature, which adds implementations for ` serde_json ` 's ` Value `
288+ type.
290289
291290### TIMESTAMP/TIMESTAMPTZ/DATE/TIME types
292291
0 commit comments