Update Rust crate serde_json to 1.0.87 - autoclosed #5
Loading…
Reference in New Issue
Block a user
No description provided.
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.87
Release Notes
serde-rs/json
v1.0.87
write_i128
andwrite_u128
methods toserde_json::Formatter
to control the formatting of 128-bit integers (#940, thanks @Lucretiel)v1.0.86
arbitrary_precision
feature even in no-std mode (#928, thanks @kvinwang)v1.0.85
Display
forNumber
produce the same representation as serializing (#919)v1.0.84
Debug
impl ofserde_json::Value
more compact (#918)v1.0.83
v1.0.82
From<Option<T>>
for serde_json::Value whereT: Into<Value>
(#900, thanks @kvnvelasco)v1.0.81
indexmap
/autocfg
not always properly detecting whether astd
sysroot crate is available (#885, thanks @cuviper)v1.0.80
v1.0.79
RawValue
deserialization to propagate\u
escapes for unmatched surrogates, which can later by deserialized to Vec<u8> (#830, thanks @lucacasonato)v1.0.78
&RawValue
in map key position, which would previously fail with "invalid type: newtype struct" (#851)v1.0.77
std
noralloc
feature enabledv1.0.76
raw_value
andalloc
are enabled whilestd
is disabled (#850)v1.0.75
v1.0.74
v1.0.73
itoa
dependency to 1.0v1.0.72
\u
-encoded lone surrogates when deserializing into a byte string (#828, #829, thanks @lucacasonato)v1.0.71
v1.0.70
serde_json::Map::retain
method (#822, thanks @deankarn)v1.0.69
v1.0.68
Compare Source
-0
when deserializing to f32 or f64 (#799, #801)v1.0.67
Compare Source
v1.0.66
Compare Source
v1.0.65
Compare Source
v1.0.64
Compare Source
RawValue
from a slice containing non-utf8 bytes (#755)v1.0.63
Compare Source
Entry::and_modify
method on serde_json::map::Entry (#754, thanks @Krout0n)v1.0.62
Compare Source
v1.0.61
Compare Source
impl From<Number> for Value
(#737, thanks @imp)v1.0.60
Compare Source
impl FromIterator<(impl Into<String>, impl Into<Value>)> for Value
, which collects a Value::Object (#733, thanks @matklad)v1.0.59
Compare Source
v1.0.58
Compare Source
v1.0.57
Compare Source
v1.0.56
Compare Source
json!
macro invocation (https://github.com/rust-lang/rust/issues/73777)v1.0.55
Compare Source
float_roundtrip
(https://github.com/serde-rs/json/releases/tag/v1.0.54)v1.0.54
Compare Source
Add
float_roundtrip
feature to enable a slower but higher precision float parser based on lexical.Enabling
float_roundtrip
will 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_roundtrip
feature makes f64 -> JSON -> f64 produce output identical to the input.arbitrary_precision
is for making JSON -> serde_json::Number -> JSON produce output identical to the input.v1.0.53
Compare Source
v1.0.52
Compare Source
v1.0.51
Compare Source
v1.0.50
Compare Source
v1.0.49
Compare Source
v1.0.48
Compare Source
serde_json::value::Serializer
which produces aValue
as output (#621, thanks @sdleffler)v1.0.47
Compare Source
v1.0.46
Compare Source
v1.0.45
Compare 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.
473ef96861
to8b73de31da
8b73de31da
to367669c20b
Update Rust crate serde_json to 1.0.87to Update Rust crate serde_json to 1.0.87 - autoclosedPull request closed