Skip to content

chore(deps): update serde crates - #82

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/serde-crates
Open

chore(deps): update serde crates#82
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/serde-crates

Conversation

@renovate

@renovate renovate Bot commented Jul 21, 2023

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
serde (source) workspace.dependencies patch 1.0.1931.0.229
serde_json workspace.dependencies patch 1.0.1081.0.151
serde_qs workspace.dependencies minor 0.12.00.15.0

Release Notes

serde-rs/serde (serde)

v1.0.229

Compare Source

  • Update to syn 3

v1.0.228

Compare Source

  • Allow building documentation with RUSTDOCFLAGS='--cfg=docsrs' set for the whole dependency graph (#​2995)

v1.0.227

Compare Source

v1.0.226

Compare Source

  • Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#​2935, thanks @​Mingun)

v1.0.225

Compare Source

  • Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#​2879, thanks @​rcrisanti)

v1.0.224

Compare Source

  • Remove private types being suggested in rustc diagnostics (#​2979)

v1.0.223

Compare Source

  • Fix serde_core documentation links (#​2978)

v1.0.222

Compare Source

  • Make serialize_with attribute produce code that works if respanned to 2024 edition (#​2950, thanks @​aytey)

v1.0.221

Compare Source

  • Documentation improvements (#​2973)
  • Deprecate serde_if_integer128! macro (#​2975)

v1.0.220

Compare Source

v1.0.219

Compare Source

  • Prevent absolute_paths Clippy restriction being triggered inside macro-generated code (#​2906, thanks @​davidzeng0)

v1.0.218

Compare Source

  • Documentation improvements

v1.0.217

Compare Source

  • Support serializing externally tagged unit variant inside flattened field (#​2786, thanks @​Mingun)

v1.0.216

Compare Source

v1.0.215

Compare Source

v1.0.214

Compare Source

  • Implement IntoDeserializer for all Deserializers in serde::de::value module (#​2568, thanks @​Mingun)

v1.0.213

Compare Source

  • Fix support for macro-generated with attributes inside a newtype struct (#​2847)

v1.0.212

Compare Source

  • Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (#​2845)

v1.0.211

Compare Source

  • Improve error reporting about mismatched signature in with and default attributes (#​2558, thanks @​Mingun)
  • Show variant aliases in error message when variant deserialization fails (#​2566, thanks @​Mingun)
  • Improve binary size of untagged enum and internally tagged enum deserialization by about 12% (#​2821)

v1.0.210

Compare Source

  • Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#​2816, thanks @​MathiasKoch)
  • Make serde::ser::StdError and serde::de::StdError equivalent to core::error::Error on Rust 1.81+ (#​2818)

v1.0.209

Compare Source

  • Fix deserialization of empty structs and empty tuples inside of untagged enums (#​2805, thanks @​Mingun)

v1.0.208

Compare Source

  • Support serializing and deserializing unit structs in a flatten field (#​2802, thanks @​jonhoo)

v1.0.207

Compare Source

  • Improve interactions between flatten attribute and skip_serializing/skip_deserializing (#​2795, thanks @​Mingun)

v1.0.206

Compare Source

v1.0.205

Compare Source

  • Use serialize_entry instead of serialize_key + serialize_value when serialize flattened newtype enum variants (#​2785, thanks @​Mingun)
  • Avoid triggering a collection_is_never_read lint in the deserialization of enums containing flattened fields (#​2791)

v1.0.204

Compare Source

  • Apply #[diagnostic::on_unimplemented] attribute on Rust 1.78+ to suggest adding serde derive or enabling a "serde" feature flag in dependencies (#​2767, thanks @​weiznich)

v1.0.203

Compare Source

v1.0.202

Compare Source

  • Provide public access to RenameAllRules in serde_derive_internals (#​2743)

v1.0.201

Compare Source

  • Resolve unexpected_cfgs warning (#​2737)

v1.0.200

Compare Source

  • Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats (#​2733, thanks @​jamessan)

v1.0.199

Compare Source

  • Fix ambiguous associated item when forward_to_deserialize_any! is used on an enum with Error variant (#​2732, thanks @​aatifsyed)

v1.0.198

Compare Source

v1.0.197

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78
  • Optimize code size of some Display impls (#​2697, thanks @​nyurik)

v1.0.196

Compare Source

  • Improve formatting of "invalid type" error messages involving floats (#​2682)

v1.0.195

Compare Source

  • Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning (#​2671)

v1.0.194

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
serde-rs/json (serde_json)

v1.0.151

Compare Source

v1.0.150

Compare Source

v1.0.149

Compare Source

  • Align arbitrary_precision number strings with zmij's formatting (#​1306, thanks @​b41sh)

v1.0.148

Compare Source

  • Update zmij dependency to 1.0

v1.0.147

Compare Source

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#​1304)

v1.0.146

Compare Source

v1.0.145

Compare Source

  • Raise serde version requirement to >=1.0.220

v1.0.144

Compare Source

  • Switch serde dependency to serde_core (#​1285)

v1.0.143

Compare Source

v1.0.142

Compare Source

v1.0.141

Compare Source

v1.0.140

Compare Source

  • Documentation improvements

v1.0.139

Compare Source

  • Documentation improvements

v1.0.138

Compare Source

  • Documentation improvements

v1.0.137

Compare Source

  • Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org (#​1231)

v1.0.136

Compare Source

  • Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity (#​1230, thanks @​goffrie)

v1.0.135

Compare Source

v1.0.134

Compare Source

  • Add RawValue associated constants for literal null, true, false (#​1221, thanks @​bheylin)

v1.0.133

Compare Source

  • Implement From<[T; N]> for serde_json::Value (#​1215)

v1.0.132

Compare Source

  • 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

Compare Source

  • Implement Deserializer and IntoDeserializer for Map<String, Value> and &Map<String, Value> (#​1135, thanks @​swlynch99)

v1.0.130

Compare Source

  • Support converting and deserializing Number from i128 and u128 (#​1141, thanks @​druide)

v1.0.129

Compare Source

v1.0.128

Compare Source

v1.0.127

Compare Source

v1.0.126

Compare Source

  • 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

Compare Source

v1.0.124

Compare Source

v1.0.123

Compare Source

v1.0.122

Compare Source

  • Support using json! in no-std crates (#​1166)

v1.0.121

Compare Source

v1.0.120

Compare Source

v1.0.119

Compare Source

v1.0.118

Compare Source

v1.0.117

Compare Source

  • Resolve unexpected_cfgs warning (#​1130)

v1.0.116

Compare Source

v1.0.115

Compare Source

  • Documentation improvements

v1.0.114

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78

v1.0.113

Compare Source

  • Add swap_remove and shift_remove methods on Map (#​1109)

v1.0.112

Compare Source

  • Improve formatting of "invalid type" error messages involving floats (#​1107)

v1.0.111

Compare Source

v1.0.110

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.109

Compare Source

  • Documentation improvements
samscott89/serde_qs (serde_qs)

v0.15.0

Compare Source

Other
  • Support preserving order of parameters when serializing to a Map. (#​106)
  • Fix clippy. (#​129)
  • reorder struct fields to avoid serde buffering (#​128)

v0.14.0

Compare Source

Other
  • Add release plz CI (#​125)
  • Update CI config (#​124)
  • update axum to v0.8 (#​118)
  • :multiple_bound_locations (#​103)
  • Add axum::OptionalQsQuery (#​102)
  • generate docs for axum support as well (#​100)
  • Update README.md

v0.13.0

  • Bump axum support to 0.7
  • Remove support for actix-web 2.0
  • Add support for extracting form data in actix via QsForm

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/serde-crates branch 2 times, most recently from fb3f0a9 to 0a3a775 Compare July 22, 2023 02:41
@renovate renovate Bot changed the title chore(deps): update rust crate serde to 1.0.174 chore(deps): update rust crate serde to 1.0.175 Jul 24, 2023
@renovate
renovate Bot force-pushed the renovate/serde-crates branch from 0a3a775 to 6b38e5b Compare July 24, 2023 03:45
@renovate renovate Bot changed the title chore(deps): update rust crate serde to 1.0.175 chore(deps): update serde crates Jul 26, 2023
@renovate
renovate Bot force-pushed the renovate/serde-crates branch 5 times, most recently from b3b166a to fc7f4b8 Compare July 31, 2023 23:29
@renovate
renovate Bot force-pushed the renovate/serde-crates branch 4 times, most recently from b0acb79 to cc40744 Compare August 7, 2023 07:42
@renovate
renovate Bot force-pushed the renovate/serde-crates branch 4 times, most recently from 1c57f18 to a845956 Compare August 21, 2023 06:07
@renovate
renovate Bot force-pushed the renovate/serde-crates branch 3 times, most recently from 4d072c7 to 72c3626 Compare August 26, 2023 05:43
@renovate
renovate Bot force-pushed the renovate/serde-crates branch 7 times, most recently from 996b92f to 7c94c25 Compare September 14, 2023 00:30
@renovate
renovate Bot force-pushed the renovate/serde-crates branch 3 times, most recently from 73ae21e to 0706e89 Compare January 6, 2024 04:08
@renovate
renovate Bot force-pushed the renovate/serde-crates branch 2 times, most recently from 0386e1a to c1c53f2 Compare January 21, 2024 00:53
@renovate
renovate Bot force-pushed the renovate/serde-crates branch 3 times, most recently from 8a62c6f to 800a9db Compare January 29, 2024 11:09
@renovate
renovate Bot force-pushed the renovate/serde-crates branch from 800a9db to 475a1aa Compare January 31, 2024 00:49
@renovate
renovate Bot force-pushed the renovate/serde-crates branch from 475a1aa to 1c92761 Compare February 9, 2024 00:52
@renovate
renovate Bot force-pushed the renovate/serde-crates branch from 1c92761 to 8bbe006 Compare February 20, 2024 01:01
@renovate
renovate Bot force-pushed the renovate/serde-crates branch from 8bbe006 to 0ecf0cf Compare March 11, 2024 23:17
@renovate
renovate Bot force-pushed the renovate/serde-crates branch from 0ecf0cf to f820752 Compare March 26, 2024 08:48
@renovate
renovate Bot force-pushed the renovate/serde-crates branch from f820752 to 0669815 Compare April 7, 2024 23:35
@renovate
renovate Bot force-pushed the renovate/serde-crates branch 2 times, most recently from e119a11 to 86be0e9 Compare April 16, 2024 22:05
@renovate
renovate Bot force-pushed the renovate/serde-crates branch 4 times, most recently from 6779156 to 411c1fd Compare May 1, 2024 18:53
@renovate
renovate Bot force-pushed the renovate/serde-crates branch from 411c1fd to 3da633c Compare May 8, 2024 00:42
@renovate
renovate Bot force-pushed the renovate/serde-crates branch from 3da633c to d48e7df Compare May 15, 2024 12:18
@renovate
renovate Bot force-pushed the renovate/serde-crates branch from d48e7df to 52188cf Compare May 25, 2024 19:32
@renovate
renovate Bot force-pushed the renovate/serde-crates branch 4 times, most recently from 3e4c3fa to e86a6a1 Compare July 1, 2024 20:41
@renovate
renovate Bot force-pushed the renovate/serde-crates branch 2 times, most recently from 380616f to 20ce4fd Compare July 7, 2024 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants