Update Rust crate serde_json to 1.0.87 - autoclosed #5
Reference in New Issue
Block a user
Delete Branch "renovate/serde_json-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.0.44->1.0.87Release Notes
serde-rs/json
v1.0.87write_i128andwrite_u128methods toserde_json::Formatterto control the formatting of 128-bit integers (#940, thanks @Lucretiel)v1.0.86arbitrary_precisionfeature even in no-std mode (#928, thanks @kvinwang)v1.0.85DisplayforNumberproduce the same representation as serializing (#919)v1.0.84Debugimpl ofserde_json::Valuemore compact (#918)v1.0.83v1.0.82From<Option<T>>for serde_json::Value whereT: Into<Value>(#900, thanks @kvnvelasco)v1.0.81indexmap/autocfgnot always properly detecting whether astdsysroot crate is available (#885, thanks @cuviper)v1.0.80v1.0.79RawValuedeserialization to propagate\uescapes for unmatched surrogates, which can later by deserialized to Vec<u8> (#830, thanks @lucacasonato)v1.0.78&RawValuein map key position, which would previously fail with "invalid type: newtype struct" (#851)v1.0.77stdnorallocfeature enabledv1.0.76raw_valueandallocare enabled whilestdis disabled (#850)v1.0.75v1.0.74v1.0.73itoadependency to 1.0v1.0.72\u-encoded lone surrogates when deserializing into a byte string (#828, #829, thanks @lucacasonato)v1.0.71v1.0.70serde_json::Map::retainmethod (#822, thanks @deankarn)v1.0.69v1.0.68Compare Source
-0when deserializing to f32 or f64 (#799, #801)v1.0.67Compare Source
v1.0.66Compare Source
v1.0.65Compare Source
v1.0.64Compare Source
RawValuefrom a slice containing non-utf8 bytes (#755)v1.0.63Compare Source
Entry::and_modifymethod on serde_json::map::Entry (#754, thanks @Krout0n)v1.0.62Compare Source
v1.0.61Compare Source
impl From<Number> for Value(#737, thanks @imp)v1.0.60Compare Source
impl FromIterator<(impl Into<String>, impl Into<Value>)> for Value, which collects a Value::Object (#733, thanks @matklad)v1.0.59Compare Source
v1.0.58Compare Source
v1.0.57Compare Source
v1.0.56Compare Source
json!macro invocation (https://github.com/rust-lang/rust/issues/73777)v1.0.55Compare Source
float_roundtrip(https://github.com/serde-rs/json/releases/tag/v1.0.54)v1.0.54Compare Source
Add
float_roundtripfeature to enable a slower but higher precision float parser based on lexical.Enabling
float_roundtripwill use sufficient precision when parsing fixed precision floats from JSON to ensure that they maintain accuracy when round-tripped through JSON. This comes at an approximately 2x performance cost for parsing floats compared to the default best-effort precision.Unlike
arbitrary_precision, the newfloat_roundtripfeature makes f64 -> JSON -> f64 produce output identical to the input.arbitrary_precisionis for making JSON -> serde_json::Number -> JSON produce output identical to the input.v1.0.53Compare Source
v1.0.52Compare Source
v1.0.51Compare Source
v1.0.50Compare Source
v1.0.49Compare Source
v1.0.48Compare Source
serde_json::value::Serializerwhich produces aValueas output (#621, thanks @sdleffler)v1.0.47Compare Source
v1.0.46Compare Source
v1.0.45Compare Source
Add no-std support (#606, thanks @Xanewok)
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
473ef96861to8b73de31da8b73de31dato367669c20bUpdate Rust crate serde_json to 1.0.87to Update Rust crate serde_json to 1.0.87 - autoclosedPull request closed