bokuweb / docx-rs

:memo: A .docx file writer with Rust/WebAssembly.
https://bokuweb.github.io/docx-rs/
MIT License
342 stars 60 forks source link

fix(deps): update rust crate serde_json to v1.0.128 #734

Open renovate[bot] opened 3 months ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Type Update Change
serde_json dependencies patch 1.0.63 -> 1.0.128

Release Notes

serde-rs/json (serde_json) ### [`v1.0.128`](https://redirect.github.com/serde-rs/json/releases/tag/1.0.128) [Compare Source](https://redirect.github.com/serde-rs/json/compare/1.0.127...1.0.128) - Support serializing maps containing 128-bit integer keys to serde_json::Value ([#​1188](https://redirect.github.com/serde-rs/json/issues/1188), thanks [@​Mrreadiness](https://redirect.github.com/Mrreadiness)) ### [`v1.0.127`](https://redirect.github.com/serde-rs/json/releases/tag/1.0.127) [Compare Source](https://redirect.github.com/serde-rs/json/compare/1.0.126...1.0.127) - Add more removal methods to OccupiedEntry ([#​1179](https://redirect.github.com/serde-rs/json/issues/1179), thanks [@​GREsau](https://redirect.github.com/GREsau)) ### [`v1.0.126`](https://redirect.github.com/serde-rs/json/releases/tag/1.0.126) [Compare Source](https://redirect.github.com/serde-rs/json/compare/1.0.125...1.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](https://redirect.github.com/serde-rs/json/issues/1182), thanks [@​CryZe](https://redirect.github.com/CryZe)) ### [`v1.0.125`](https://redirect.github.com/serde-rs/json/releases/tag/1.0.125) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.124...1.0.125) - Speed up \uXXXX parsing and improve handling of unpaired surrogates when deserializing to bytes ([#​1172](https://redirect.github.com/serde-rs/json/issues/1172), [#​1175](https://redirect.github.com/serde-rs/json/issues/1175), thanks [@​purplesyringa](https://redirect.github.com/purplesyringa)) ### [`v1.0.124`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.124) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.123...v1.0.124) - Fix a bug in processing string escapes in big-endian architectures ([#​1173](https://redirect.github.com/serde-rs/json/issues/1173), thanks [@​purplesyringa](https://redirect.github.com/purplesyringa)) ### [`v1.0.123`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.123) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.122...v1.0.123) - Optimize string parsing by applying SIMD-within-a-register: 30.3% improvement on [twitter.json](https://redirect.github.com/miloyip/nativejson-benchmark/blob/v1.0.0/data/twitter.json) from 613 MB/s to 799 MB/s ([#​1161](https://redirect.github.com/serde-rs/json/issues/1161), thanks [@​purplesyringa](https://redirect.github.com/purplesyringa)) ### [`v1.0.122`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.122) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.121...v1.0.122) - Support using `json!` in no-std crates ([#​1166](https://redirect.github.com/serde-rs/json/issues/1166)) ### [`v1.0.121`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.121) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.120...v1.0.121) - Optimize position search in error path ([#​1160](https://redirect.github.com/serde-rs/json/issues/1160), thanks [@​purplesyringa](https://redirect.github.com/purplesyringa)) ### [`v1.0.120`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.120) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.119...v1.0.120) - Correctly specify required version of `indexmap` dependency ([#​1152](https://redirect.github.com/serde-rs/json/issues/1152), thanks [@​cforycki](https://redirect.github.com/cforycki)) ### [`v1.0.119`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#​1149](https://redirect.github.com/serde-rs/json/issues/1149), thanks [@​joshka](https://redirect.github.com/joshka)) ### [`v1.0.118`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#​1127](https://redirect.github.com/serde-rs/json/issues/1127), thanks [@​edwardycl](https://redirect.github.com/edwardycl)) ### [`v1.0.117`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#​1130](https://redirect.github.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#​1124](https://redirect.github.com/serde-rs/json/issues/1124), thanks [@​mleonhard](https://redirect.github.com/mleonhard)) ### [`v1.0.115`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#​1109](https://redirect.github.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#​1107](https://redirect.github.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#​1100](https://redirect.github.com/serde-rs/json/issues/1100), thanks [@​heiher](https://redirect.github.com/heiher)) ### [`v1.0.110`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#​1075](https://redirect.github.com/serde-rs/json/issues/1075), [#​1081](https://redirect.github.com/serde-rs/json/issues/1081), [#​1082](https://redirect.github.com/serde-rs/json/issues/1082), thanks [@​dimo414](https://redirect.github.com/dimo414) and [@​fritzrehde](https://redirect.github.com/fritzrehde)) ### [`v1.0.107`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.107) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.106...v1.0.107) - impl IntoDeserializer for \&RawValue ([#​1071](https://redirect.github.com/serde-rs/json/issues/1071)) ### [`v1.0.106`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.106) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.105...v1.0.106) - Add `Value::as_number` accessor ([#​1069](https://redirect.github.com/serde-rs/json/issues/1069), thanks [@​chanced](https://redirect.github.com/chanced)) - Add `Number::as_str` accessor under "arbitrary_precision" feature ([#​1067](https://redirect.github.com/serde-rs/json/issues/1067), thanks [@​chanced](https://redirect.github.com/chanced)) ### [`v1.0.105`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.105) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.104...v1.0.105) - Support bool in map keys ([#​1054](https://redirect.github.com/serde-rs/json/issues/1054)) ### [`v1.0.104`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.104) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.103...v1.0.104) - Provide IntoDeserializer impl for \&serde_json::Value ([#​1045](https://redirect.github.com/serde-rs/json/issues/1045), thanks [@​ZetaNumbers](https://redirect.github.com/ZetaNumbers)) ### [`v1.0.103`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.103) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.102...v1.0.103) - Documentation improvements ### [`v1.0.102`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.102) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.101...v1.0.102) - Add a way to customize the serialization of byte arrays ([#​1039](https://redirect.github.com/serde-rs/json/issues/1039)) ### [`v1.0.101`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.101) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.100...v1.0.101) - Allow f32 and f64 as keys in maps ([#​1027](https://redirect.github.com/serde-rs/json/issues/1027), thanks [@​overdrivenpotato](https://redirect.github.com/overdrivenpotato)) ### [`v1.0.100`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.100) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.99...v1.0.100) - Support `-Z minimal-versions` ### [`v1.0.99`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.99) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.98...v1.0.99) - Support serializing serde's **option** type in a map key ([#​1030](https://redirect.github.com/serde-rs/json/issues/1030), thanks [@​LPGhatguy](https://redirect.github.com/LPGhatguy)) ### [`v1.0.98`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.98) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.97...v1.0.98) - Update indexmap dependency used by "preserve_order" feature to version 2 ### [`v1.0.97`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.97) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.96...v1.0.97) - Add `io_error_kind()` method to serde_json::Error: `fn io_error_kind(&self) -> Option` ([#​1026](https://redirect.github.com/serde-rs/json/issues/1026)) ### [`v1.0.96`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.96) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.95...v1.0.96) - Guarantee that `to_writer` only writes valid UTF-8 strings ([#​1011](https://redirect.github.com/serde-rs/json/issues/1011), thanks [@​stepancheg](https://redirect.github.com/stepancheg)) ### [`v1.0.95`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.95) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.94...v1.0.95) - Preserve f32 precision when serializing f32 -> serde_json::Value -> JSON string in "arbitrary_precision" mode ([#​1004](https://redirect.github.com/serde-rs/json/issues/1004), [#​1005](https://redirect.github.com/serde-rs/json/issues/1005)) ### [`v1.0.94`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.94) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.93...v1.0.94) - Fix message duplication between serde_json::Error's `Display` and `source()` ([#​991](https://redirect.github.com/serde-rs/json/issues/991), [#​992](https://redirect.github.com/serde-rs/json/issues/992)) ### [`v1.0.93`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.93) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.92...v1.0.93) - Support 128-bit integers in serde_json::to_value ([#​982](https://redirect.github.com/serde-rs/json/issues/982)) ### [`v1.0.92`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.92) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.91...v1.0.92) - Documentation improvements ### [`v1.0.91`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.91) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.90...v1.0.91) - Opt out of `-Zrustdoc-scrape-examples` on docs.rs for now ### [`v1.0.90`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.90) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.89...v1.0.90) - Documentation improvements ### [`v1.0.89`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.89) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.88...v1.0.89) - Fix invalid JSON incorrectly accepted when a large number has no digits after decimal point ([#​953](https://redirect.github.com/serde-rs/json/issues/953)) ### [`v1.0.88`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.88) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.87...v1.0.88) - Optimize serde_json::Map's implementation of `append` and `clone_from` ([#​952](https://redirect.github.com/serde-rs/json/issues/952), thanks [@​Lucretiel](https://redirect.github.com/Lucretiel)) ### [`v1.0.87`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.87) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.86...v1.0.87) - Add `write_i128` and `write_u128` methods to `serde_json::Formatter` to control the formatting of 128-bit integers ([#​940](https://redirect.github.com/serde-rs/json/issues/940), thanks [@​Lucretiel](https://redirect.github.com/Lucretiel)) ### [`v1.0.86`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.86) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.85...v1.0.86) - Support `arbitrary_precision` feature even in no-std mode ([#​928](https://redirect.github.com/serde-rs/json/issues/928), thanks [@​kvinwang](https://redirect.github.com/kvinwang)) ### [`v1.0.85`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.85) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.84...v1.0.85) - Make `Display` for `Number` produce the same representation as serializing ([#​919](https://redirect.github.com/serde-rs/json/issues/919)) ### [`v1.0.84`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.84) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.83...v1.0.84) - Make `Debug` impl of `serde_json::Value` more compact ([#​918](https://redirect.github.com/serde-rs/json/issues/918)) ### [`v1.0.83`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.83) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.82...v1.0.83) - Add categories to crates.io metadata ### [`v1.0.82`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.82) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.81...v1.0.82) - Implement `From>` for serde_json::Value where `T: Into` ([#​900](https://redirect.github.com/serde-rs/json/issues/900), thanks [@​kvnvelasco](https://redirect.github.com/kvnvelasco)) ### [`v1.0.81`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.81) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.80...v1.0.81) - Work around `indexmap`/`autocfg` not always properly detecting whether a `std` sysroot crate is available ([#​885](https://redirect.github.com/serde-rs/json/issues/885), thanks [@​cuviper](https://redirect.github.com/cuviper)) ### [`v1.0.80`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.80) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.79...v1.0.80) - Documentation improvements ### [`v1.0.79`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.79) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.78...v1.0.79) - Allow `RawValue` deserialization to propagate `\u` escapes for unmatched surrogates, which can later by deserialized to Vec\ ([#​830](https://redirect.github.com/serde-rs/json/issues/830), thanks [@​lucacasonato](https://redirect.github.com/lucacasonato)) ### [`v1.0.78`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.78) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.77...v1.0.78) - Support deserializing as `&RawValue` in map key position, which would previously fail with *"invalid type: newtype struct"* ([#​851](https://redirect.github.com/serde-rs/json/issues/851)) ### [`v1.0.77`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.77) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.76...v1.0.77) - Include discord invite links in the published readme - Improve compile error on compiling with neither `std` nor `alloc` feature enabled - Include integration tests in published package ([#​578](https://redirect.github.com/serde-rs/json/issues/578)) ### [`v1.0.76`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.76) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.75...v1.0.76) - Fix a build error when features `raw_value` and `alloc` are enabled while `std` is disabled ([#​850](https://redirect.github.com/serde-rs/json/issues/850)) ### [`v1.0.75`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.75) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.74...v1.0.75) - Fix deserialization of small integers in arbitrary_precision mode ([#​845](https://redirect.github.com/serde-rs/json/issues/845)) ### [`v1.0.74`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.74) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.73...v1.0.74) - Allow creating RawValues from references to unsized values ([#​841](https://redirect.github.com/serde-rs/json/issues/841), thanks [@​EFanZh](https://redirect.github.com/EFanZh)) ### [`v1.0.73`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.73) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.72...v1.0.73) - Update `itoa` dependency to 1.0 ### [`v1.0.72`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.72) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.71...v1.0.72) - Interpret `\u`-encoded lone surrogates when deserializing into a byte string ([#​828](https://redirect.github.com/serde-rs/json/issues/828), [#​829](https://redirect.github.com/serde-rs/json/issues/829), thanks [@​lucacasonato](https://redirect.github.com/lucacasonato)) ### [`v1.0.71`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.71) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.70...v1.0.71) - Add serde_json::Map::get_key_value ([#​821](https://redirect.github.com/serde-rs/json/issues/821), thanks [@​timothee-haudebourg](https://redirect.github.com/timothee-haudebourg)) - Add impl From\> for Box\ ([#​824](https://redirect.github.com/serde-rs/json/issues/824), thanks [@​jplatte](https://redirect.github.com/jplatte)) ### [`v1.0.70`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.70) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.69...v1.0.70) - Add `serde_json::Map::retain` method ([#​822](https://redirect.github.com/serde-rs/json/issues/822), thanks [@​deankarn](https://redirect.github.com/deankarn)) ### [`v1.0.69`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.69) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.68...v1.0.69) - Implement Hash for serde_json::Number ([#​814](https://redirect.github.com/serde-rs/json/issues/814), thanks [@​timothee-haudebourg](https://redirect.github.com/timothee-haudebourg)) ### [`v1.0.68`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.68) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.67...v1.0.68) - Preserve negative sign of `-0` when deserializing to f32 or f64 ([#​799](https://redirect.github.com/serde-rs/json/issues/799), [#​801](https://redirect.github.com/serde-rs/json/issues/801)) ### [`v1.0.67`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.67) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.66...v1.0.67) - Fix inconsistency of deserialization of unknown fields in a struct variant from bytes vs from Value ([#​795](https://redirect.github.com/serde-rs/json/issues/795)) ### [`v1.0.66`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.66) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.65...v1.0.66) - Preserve exponent signifier and unary plus in exponent of arbitrary_precision numbers ([#​786](https://redirect.github.com/serde-rs/json/issues/786), thanks [@​ruifengx](https://redirect.github.com/ruifengx)) ### [`v1.0.65`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.65) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.64...v1.0.65) - Documentation improvements ### [`v1.0.64`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.64) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.63...v1.0.64) - Fix deserialization panic on deserializing `RawValue` from a slice containing non-utf8 bytes ([#​755](https://redirect.github.com/serde-rs/json/issues/755))

Configuration

šŸ“… Schedule: 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 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 was generated by Mend Renovate. View the repository job log.