fix(deps): update rust crate serde_json to v1.0.140
-
Review changes -
-
Download -
Patches
-
Plain diff
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
serde_json | dependencies | patch |
1.0.117 -> 1.0.140
|
Release Notes
serde-rs/json (serde_json)
v1.0.140
- Documentation improvements
v1.0.139
- Documentation improvements
v1.0.138
- Documentation improvements
v1.0.137
- Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org (#1231)
v1.0.136
- Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity (#1230, thanks @goffrie)
v1.0.135
- Add serde_json::Map::into_values method (#1226, thanks @tisonkun)
v1.0.134
v1.0.133
- Implement From<[T; N]> for serde_json::Value (#1215)
v1.0.132
- Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#1205)
- Improve performance of JSON array and JSON object deserialization by about 8% (#1206)
v1.0.131
- Implement Deserializer and IntoDeserializer for
Map<String, Value>
and&Map<String, Value>
(#1135, thanks @swlynch99)
v1.0.130
v1.0.129
v1.0.128
- Support serializing maps containing 128-bit integer keys to serde_json::Value (#1188, thanks @Mrreadiness)
v1.0.127
v1.0.126
- Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (#1182, thanks @CryZe)
v1.0.125
- Speed up \uXXXX parsing and improve handling of unpaired surrogates when deserializing to bytes (#1172, #1175, thanks @purplesyringa)
v1.0.124
- Fix a bug in processing string escapes in big-endian architectures (#1173, thanks @purplesyringa)
v1.0.123
- Optimize string parsing by applying SIMD-within-a-register: 30.3% improvement on twitter.json from 613 MB/s to 799 MB/s (#1161, thanks @purplesyringa)
v1.0.122
- Support using
json!
in no-std crates (#1166)
v1.0.121
- Optimize position search in error path (#1160, thanks @purplesyringa)
v1.0.120
- Correctly specify required version of
indexmap
dependency (#1152, thanks @cforycki)
v1.0.119
v1.0.118
- Implement Hash for serde_json::Value (#1127, thanks @edwardycl)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Panter User for API access
Merge request reports
Compare and
Show latest version
- version 27285f3165
- version 268d28da50
- version 25f85fd5af
- version 24ca2f019b
- version 230d792712
- version 229c24362d
- version 2142378288
- version 2045395030
- version 19ca59c10f
- version 185e8c1c57
- version 179d17f8e0
- version 162882b758
- version 152d120899
- version 144a474db8
- version 13175651ae
- version 12ce14bd35
- version 11a26bb6f9
- version 10e3faefd5
- version 9d16e3b5f
- version 82d3ea6b8
- version 78aa7fc22
- version 6b50114b5
- version 592aef373
- version 4e42bde5f
- version 3438aa6e0
- version 2e004baeb
- version 17683f8fd
- master (HEAD)
- latest version64574b181 commit,
- version 27285f31651 commit,
- version 268d28da501 commit,
- version 25f85fd5af1 commit,
- version 24ca2f019b1 commit,
- version 230d7927121 commit,
- version 229c24362d1 commit,
- version 21423782881 commit,
- version 20453950301 commit,
- version 19ca59c10f1 commit,
- version 185e8c1c571 commit,
- version 179d17f8e01 commit,
- version 162882b7581 commit,
- version 152d1208991 commit,
- version 144a474db81 commit,
- version 13175651ae1 commit,
- version 12ce14bd351 commit,
- version 11a26bb6f91 commit,
- version 10e3faefd51 commit,
- version 9d16e3b5f1 commit,
- version 82d3ea6b81 commit,
- version 78aa7fc221 commit,
- version 6b50114b51 commit,
- version 592aef3731 commit,
- version 4e42bde5f1 commit,
- version 3438aa6e01 commit,
- version 2e004baeb1 commit,
- version 17683f8fd1 commit,
2 files
+ 5
− 4
Compare changes
- Side-by-side
- Inline
Files
2+ 1
− 1
Loading