-
Notifications
You must be signed in to change notification settings - Fork 0
Update Rust crate serde to v1.0.228 #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/serde-monorepo
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fdd3c1f to
c4545fa
Compare
c4545fa to
7e0739d
Compare
7e0739d to
f1f973b
Compare
f1f973b to
29a218b
Compare
29a218b to
9092017
Compare
9092017 to
da5d958
Compare
da5d958 to
bc068c0
Compare
bc068c0 to
3178fba
Compare
3178fba to
18f4e0b
Compare
18f4e0b to
9fcfa95
Compare
9fcfa95 to
1e98966
Compare
1e98966 to
538e696
Compare
538e696 to
2333572
Compare
2333572 to
c0c45e8
Compare
c0c45e8 to
cdbc0f0
Compare
cdbc0f0 to
a8c9295
Compare
a8c9295 to
d14660a
Compare
d14660a to
1411a9b
Compare
1411a9b to
0195383
Compare
0195383 to
5167742
Compare
5167742 to
ebcbdb9
Compare
ebcbdb9 to
5fcd81e
Compare
5fcd81e to
e03071c
Compare
e03071c to
50e1e9d
Compare
50e1e9d to
7509929
Compare
7509929 to
061b937
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.131->1.0.228Release Notes
serde-rs/serde (serde)
v1.0.228Compare Source
RUSTDOCFLAGS='--cfg=docsrs'set for the whole dependency graph (#2995)v1.0.227Compare Source
v1.0.226Compare Source
v1.0.225Compare Source
v1.0.224Compare Source
v1.0.223Compare Source
v1.0.222Compare Source
serialize_withattribute produce code that works if respanned to 2024 edition (#2950, thanks @aytey)v1.0.221Compare Source
serde_if_integer128!macro (#2975)v1.0.220Compare Source
v1.0.219Compare Source
absolute_pathsClippy restriction being triggered inside macro-generated code (#2906, thanks @davidzeng0)v1.0.218Compare Source
v1.0.217Compare Source
v1.0.216Compare Source
v1.0.215Compare Source
v1.0.214Compare Source
v1.0.213Compare Source
withattributes inside a newtype struct (#2847)v1.0.212Compare Source
v1.0.211Compare Source
withanddefaultattributes (#2558, thanks @Mingun)v1.0.210Compare Source
IpAddrandSocketAddrin no-std mode on Rust 1.77+ (#2816, thanks @MathiasKoch)serde::ser::StdErrorandserde::de::StdErrorequivalent tocore::error::Erroron Rust 1.81+ (#2818)v1.0.209Compare Source
v1.0.208Compare Source
flattenfield (#2802, thanks @jonhoo)v1.0.207Compare Source
flattenattribute andskip_serializing/skip_deserializing(#2795, thanks @Mingun)v1.0.206Compare Source
flattenattribute inside of enums (#2567, thanks @Mingun)v1.0.205Compare Source
v1.0.204Compare Source
v1.0.203Compare Source
v1.0.202Compare Source
v1.0.201Compare Source
v1.0.200Compare Source
v1.0.199Compare Source
forward_to_deserialize_any!is used on an enum withErrorvariant (#2732, thanks @aatifsyed)v1.0.198Compare Source
Saturating<T>(#2709, thanks @jbethune)v1.0.197Compare Source
v1.0.196Compare Source
v1.0.195Compare Source
v1.0.194Compare Source
v1.0.193Compare Source
RangeFromandRangeTo(#2653, #2654, #2655, thanks @emilbonnek)v1.0.192Compare Source
v1.0.191Compare Source
v1.0.190Compare Source
v1.0.189Compare Source
v1.0.188Compare Source
v1.0.187Compare Source
v1.0.186Compare Source
serde_deriveandserdein the dependency graph (#2588, thanks @soqb)v1.0.185Compare Source
*selfwhich is behind a shared reference" deriving Serialize on a non_exhaustive enum (#2591)v1.0.184Compare Source
serde_derivebuild on all platforms — eventually we'd like to use a first-class precompiled macro if such a thing becomes supported by cargo / crates.iov1.0.183Compare Source
Box<OsStr>with an equivalent representation asOsString(#2556, thanks @DBLouis)v1.0.182Compare Source
serde(default)on tuple structs (#2553, thanks @Mingun)v1.0.181Compare Source
serde(alias)work in combination withflattenwhen using in-place deserialization (#2443, thanks @Mingun)v1.0.180Compare Source
v1.0.179Compare Source
v1.0.178Compare Source
v1.0.177Compare Source
serde(rename_all_fields = "...")attribute to apply arename_allon every struct variant of an enum (#1695, thanks @jplatte)v1.0.176Compare Source
v1.0.175Compare Source
v1.0.174Compare Source
v1.0.173Compare Source
bitflagscrate (#2516)v1.0.172Compare Source
v1.0.171Compare Source
derive(Deserialize)on unit structs that have const generics (#2500, thanks @Baptistemontan)v1.0.170Compare Source
v1.0.169Compare Source
v1.0.168Compare Source
serde::de::IgnoredAnyto be the type for aserde(flatten)field (#2436, thanks @Mingun)v1.0.167Compare Source
RangeFromandRangeTo(#2471, thanks @tbu-)v1.0.166Compare Source
no-alloccategory to crates.io metadatav1.0.165Compare Source
serde(skip_deserializing)attributes (#2466, thanks @Mingun)-Zminimal-versionsbuildv1.0.164Compare Source
v1.0.163Compare Source
v1.0.162Compare Source
Support deserializing flattened adjacently tagged enums from data formats which represent fields as bytes, such as the
csvcrate (#2377, thanks @mfro)v1.0.161Compare Source
v1.0.160Compare Source
doc(hidden)(#2426, thanks @compiler-errors)v1.0.159Compare Source
v1.0.158Compare Source
#[serde(crate = $serde_path)](#2409)v1.0.157Compare Source
v1.0.156Compare Source
v1.0.155Compare Source
SerializeandDeserializeimpls forcore::ffi::CStrandalloc::ffi::CStringwithout "std" feature (#2374, thanks @safarir)v1.0.154Compare Source
flattenand'staticfields (#2383, thanks @Mingun)v1.0.153Compare Source
serde(alias = "…")attribute used inside of flattened struct (#2387, thanks @bebecue)v1.0.152Compare Source
v1.0.151Compare Source
serde::{ser,de}::StdErrorto re-exportcore::error::Errorwhen serde is built withfeature="std"off andfeature="unstable"on (#2344)v1.0.150Compare Source
Serializeimpl ofHashMapandBTreeMap(#2334)SerializeandDeserializeimpls ofstd::sync::atomictypes on more platforms (#2337, thanks @badboy)v1.0.149Compare Source
Serializeimpl ofBinaryHeap,BTreeSet, andHashSet(#2333, thanks @jonasbb)v1.0.148Compare Source
remotederive for generic types that have private fields (#2327)v1.0.147Compare Source
serde::de::value::EnumAccessDeserializerwhich transforms anEnumAccessinto aDeserializer(#2305)v1.0.146Compare Source
v1.0.145Compare Source
Sized(#2282, thanks @ChayimFriedman2)v1.0.144Compare Source
v1.0.143Compare Source
v1.0.142Compare Source
v1.0.141Compare Source
no-stdcategory to crates.io metadatav1.0.140Compare Source
v1.0.139Compare Source
newconstructor function for allIntoDeserializerimpls (#2246)v1.0.138Compare Source
v1.0.137Compare Source
rust-versionof serde and serde_test (#2168)v1.0.136Compare Source
Visitorfails to deserialize a u128 or i128 (#2167)v1.0.135Compare Source
v1.0.134Compare Source
v1.0.133Compare Source
flattenfields ortagoruntaggedenums (#2148)v1.0.132Compare Source
std::sync::atomic::{AtomicI64, AtomicU64}on riscv64 arch (#2141, thanks @Avimitin)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 is behind base branch, 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.