-
Notifications
You must be signed in to change notification settings - Fork 1
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
⬆️ Update Rust crate serde to v1.0.215 #83
Merged
Merged
Conversation
This file contains 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
renovate
bot
changed the title
Update Rust crate serde to 1.0.199
Update Rust crate serde to 1.0.200
May 1, 2024
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
May 1, 2024 19:18
bf32fc7
to
d480824
Compare
renovate
bot
changed the title
Update Rust crate serde to 1.0.200
Update Rust crate serde to v1.0.200
May 5, 2024
renovate
bot
changed the title
Update Rust crate serde to v1.0.200
Update Rust crate serde to v1.0.201
May 8, 2024
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
May 8, 2024 00:56
d480824
to
3ddd12f
Compare
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
May 15, 2024 17:59
3ddd12f
to
c64b31b
Compare
renovate
bot
changed the title
Update Rust crate serde to v1.0.201
Update Rust crate serde to v1.0.202
May 15, 2024
renovate
bot
changed the title
Update Rust crate serde to v1.0.202
Update Rust crate serde to v1.0.203
May 25, 2024
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
May 25, 2024 19:38
c64b31b
to
314c2e9
Compare
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
July 6, 2024 22:02
314c2e9
to
9ccc392
Compare
renovate
bot
changed the title
Update Rust crate serde to v1.0.203
Update Rust crate serde to v1.0.204
Jul 6, 2024
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
August 8, 2024 04:15
9ccc392
to
485b539
Compare
renovate
bot
changed the title
Update Rust crate serde to v1.0.204
Update Rust crate serde to v1.0.205
Aug 8, 2024
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
August 11, 2024 09:12
485b539
to
6efe076
Compare
renovate
bot
changed the title
Update Rust crate serde to v1.0.205
Update Rust crate serde to v1.0.206
Aug 11, 2024
renovate
bot
changed the title
Update Rust crate serde to v1.0.206
Update Rust crate serde to v1.0.207
Aug 12, 2024
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
2 times, most recently
from
August 15, 2024 17:06
752462f
to
f6b45e3
Compare
renovate
bot
changed the title
Update Rust crate serde to v1.0.207
Update Rust crate serde to v1.0.208
Aug 15, 2024
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
August 24, 2024 04:33
f6b45e3
to
6821a95
Compare
renovate
bot
changed the title
Update Rust crate serde to v1.0.208
Update Rust crate serde to v1.0.209
Aug 24, 2024
renovate
bot
changed the title
Update Rust crate serde to v1.0.209
Update Rust crate serde to v1.0.210
Sep 6, 2024
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
September 6, 2024 19:54
6821a95
to
8629226
Compare
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
October 22, 2024 06:49
8629226
to
33029ec
Compare
renovate
bot
changed the title
Update Rust crate serde to v1.0.210
Update Rust crate serde to v1.0.211
Oct 22, 2024
renovate
bot
changed the title
Update Rust crate serde to v1.0.211
Update Rust crate serde to v1.0.213
Oct 22, 2024
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
October 22, 2024 19:29
33029ec
to
308b0d3
Compare
renovate
bot
changed the title
Update Rust crate serde to v1.0.213
Update Rust crate serde to v1.0.214
Oct 28, 2024
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
October 28, 2024 17:18
308b0d3
to
14efe2d
Compare
renovate
bot
changed the title
Update Rust crate serde to v1.0.214
⬆️ Update Rust crate serde to v1.0.214
Nov 9, 2024
renovate
bot
changed the title
⬆️ Update Rust crate serde to v1.0.214
⬆️ Update Rust crate serde to v1.0.215
Nov 11, 2024
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
November 11, 2024 23:10
14efe2d
to
3ab670d
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.198
->1.0.215
Release Notes
serde-rs/serde (serde)
v1.0.215
Compare Source
v1.0.214
Compare Source
v1.0.213
Compare Source
with
attributes inside a newtype struct (#2847)v1.0.212
Compare Source
v1.0.211
Compare Source
with
anddefault
attributes (#2558, thanks @Mingun)v1.0.210
Compare Source
IpAddr
andSocketAddr
in no-std mode on Rust 1.77+ (#2816, thanks @MathiasKoch)serde::ser::StdError
andserde::de::StdError
equivalent tocore::error::Error
on Rust 1.81+ (#2818)v1.0.209
Compare Source
v1.0.208
Compare Source
flatten
field (#2802, thanks @jonhoo)v1.0.207
Compare Source
flatten
attribute andskip_serializing
/skip_deserializing
(#2795, thanks @Mingun)v1.0.206
Compare Source
flatten
attribute inside of enums (#2567, thanks @Mingun)v1.0.205
Compare Source
v1.0.204
Compare Source
v1.0.203
Compare Source
v1.0.202
Compare Source
v1.0.201
Compare Source
v1.0.200
Compare Source
v1.0.199
Compare Source
forward_to_deserialize_any!
is used on an enum withError
variant (#2732, thanks @aatifsyed)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.