Update Rust crate serde_json to 1.0.116 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
serde_json | dependencies | patch |
1 -> 1.0.116
|
Release Notes
serde-rs/json (serde_json)
v1.0.116
- Make module structure comprehensible to static analysis (#1124, thanks @mleonhard)
v1.0.115
- Documentation improvements
v1.0.114
- Fix unused_imports warnings when compiled by rustc 1.78
v1.0.113
- Add
swap_remove
andshift_remove
methods on Map (#1109)
v1.0.112
- Improve formatting of "invalid type" error messages involving floats (#1107)
v1.0.111
v1.0.110
- Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
v1.0.109
- Documentation improvements
v1.0.108
- Documentation improvements (#1075, #1081, #1082, thanks @dimo414 and @fritzrehde)
v1.0.107
- impl IntoDeserializer for &RawValue (#1071)
v1.0.106
- Add
Value::as_number
accessor (#1069, thanks @chanced) - Add
Number::as_str
accessor under "arbitrary_precision" feature (#1067, thanks @chanced)
v1.0.105
- Support bool in map keys (#1054)
v1.0.104
- Provide IntoDeserializer impl for &serde_json::Value (#1045, thanks @ZetaNumbers)
v1.0.103
- Documentation improvements
v1.0.102
- Add a way to customize the serialization of byte arrays (#1039)
v1.0.101
- Allow f32 and f64 as keys in maps (#1027, thanks @overdrivenpotato)
v1.0.100
- Support
-Z minimal-versions
v1.0.99
- Support serializing serde's option type in a map key (#1030, thanks @LPGhatguy)
v1.0.98
- Update indexmap dependency used by "preserve_order" feature to version 2
v1.0.97
- Add
io_error_kind()
method to serde_json::Error:fn io_error_kind(&self) -> Option<std::io::ErrorKind>
(#1026)
v1.0.96
- Guarantee that
to_writer
only writes valid UTF-8 strings (#1011, thanks @stepancheg)
v1.0.95
- Preserve f32 precision when serializing f32 -> serde_json::Value -> JSON string in "arbitrary_precision" mode (#1004, #1005)
v1.0.94
v1.0.93
- Support 128-bit integers in serde_json::to_value (#982)
v1.0.92
- Documentation improvements
v1.0.91
- Opt out of
-Zrustdoc-scrape-examples
on docs.rs for now
v1.0.90
- Documentation improvements
v1.0.89
- Fix invalid JSON incorrectly accepted when a large number has no digits after decimal point (#953)
v1.0.88
- Optimize serde_json::Map's implementation of
append
andclone_from
(#952, thanks @Lucretiel)
v1.0.87
- Add
write_i128
andwrite_u128
methods toserde_json::Formatter
to control the formatting of 128-bit integers (#940, thanks @Lucretiel)
v1.0.86
- Support
arbitrary_precision
feature even in no-std mode (#928, thanks @kvinwang)
v1.0.85
- Make
Display
forNumber
produce the same representation as serializing (#919)
v1.0.84
- Make
Debug
impl ofserde_json::Value
more compact (#918)
v1.0.83
- Add categories to crates.io metadata
v1.0.82
- Implement
From<Option<T>>
for serde_json::Value whereT: Into<Value>
(#900, thanks @kvnvelasco)
v1.0.81
- Work around
indexmap
/autocfg
not always properly detecting whether astd
sysroot crate is available (#885, thanks @cuviper)
v1.0.80
- Documentation improvements
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.