-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(deps): update rust crate serde to 1.0.188 - autoclosed #31
Closed
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.175
Update Rust crate serde to 1.0.176
Jul 26, 2023
renovate
bot
force-pushed
the
renovate/serde-1.x
branch
from
July 26, 2023 22:34
c492c63
to
4967741
Compare
renovate
bot
changed the title
Update Rust crate serde to 1.0.176
Update Rust crate serde to 1.0.177
Jul 27, 2023
renovate
bot
force-pushed
the
renovate/serde-1.x
branch
from
July 27, 2023 19:34
4967741
to
824599b
Compare
renovate
bot
changed the title
Update Rust crate serde to 1.0.177
Update Rust crate serde to 1.0.178
Jul 29, 2023
renovate
bot
force-pushed
the
renovate/serde-1.x
branch
2 times, most recently
from
July 29, 2023 01:08
508c4a3
to
d5e9c43
Compare
renovate
bot
changed the title
Update Rust crate serde to 1.0.178
Update Rust crate serde to 1.0.179
Jul 31, 2023
renovate
bot
force-pushed
the
renovate/serde-1.x
branch
from
July 31, 2023 01:55
d5e9c43
to
59c231d
Compare
renovate
bot
changed the title
Update Rust crate serde to 1.0.179
Update Rust crate serde to 1.0.180
Jul 31, 2023
renovate
bot
force-pushed
the
renovate/serde-1.x
branch
from
July 31, 2023 18:32
59c231d
to
ec8dabb
Compare
renovate
bot
changed the title
Update Rust crate serde to 1.0.180
Update Rust crate serde to 1.0.181
Aug 4, 2023
renovate
bot
force-pushed
the
renovate/serde-1.x
branch
2 times, most recently
from
August 5, 2023 10:25
5c2f146
to
3ad25d7
Compare
renovate
bot
changed the title
Update Rust crate serde to 1.0.181
Update Rust crate serde to 1.0.182
Aug 6, 2023
renovate
bot
force-pushed
the
renovate/serde-1.x
branch
from
August 6, 2023 06:26
3ad25d7
to
43bcc2c
Compare
renovate
bot
changed the title
Update Rust crate serde to 1.0.182
Update Rust crate serde to 1.0.183
Aug 7, 2023
renovate
bot
force-pushed
the
renovate/serde-1.x
branch
from
August 7, 2023 07:26
43bcc2c
to
e468688
Compare
renovate
bot
changed the title
Update Rust crate serde to 1.0.183
Update Rust crate serde to 1.0.184
Aug 21, 2023
renovate
bot
force-pushed
the
renovate/serde-1.x
branch
2 times, most recently
from
August 21, 2023 08:26
f4083e1
to
28a6b4e
Compare
renovate
bot
changed the title
Update Rust crate serde to 1.0.184
Update Rust crate serde to 1.0.185
Aug 21, 2023
renovate
bot
changed the title
Update Rust crate serde to 1.0.185
fix(deps): update rust crate serde to 1.0.185
Aug 22, 2023
renovate
bot
changed the title
fix(deps): update rust crate serde to 1.0.185
fix(deps): update rust crate serde to 1.0.186
Aug 24, 2023
renovate
bot
force-pushed
the
renovate/serde-1.x
branch
from
August 24, 2023 01:58
28a6b4e
to
1b2e83d
Compare
renovate
bot
changed the title
fix(deps): update rust crate serde to 1.0.186
fix(deps): update rust crate serde to 1.0.187
Aug 25, 2023
renovate
bot
force-pushed
the
renovate/serde-1.x
branch
from
August 25, 2023 19:59
1b2e83d
to
b38549f
Compare
renovate
bot
changed the title
fix(deps): update rust crate serde to 1.0.187
fix(deps): update rust crate serde to 1.0.188
Aug 26, 2023
renovate
bot
force-pushed
the
renovate/serde-1.x
branch
from
August 26, 2023 03:30
b38549f
to
f92a063
Compare
renovate
bot
changed the title
fix(deps): update rust crate serde to 1.0.188
fix(deps): update rust crate serde to 1.0.188 - autoclosed
Sep 6, 2023
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.174
->1.0.188
1.0.176
->1.0.188
1.0.139
->1.0.188
1.0.141
->1.0.188
Release Notes
serde-rs/serde (serde)
v1.0.188
Compare Source
v1.0.187
Compare Source
v1.0.186
Compare Source
serde_derive
andserde
in the dependency graph (#2588, thanks @soqb)v1.0.185
Compare Source
*self
which is behind a shared reference" deriving Serialize on a non_exhaustive enum (#2591)v1.0.184
Compare Source
serde_derive
build 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.183
Compare Source
Box<OsStr>
with an equivalent representation asOsString
(#2556, thanks @DBLouis)v1.0.182
Compare Source
serde(default)
on tuple structs (#2553, thanks @Mingun)v1.0.181
Compare Source
serde(alias)
work in combination withflatten
when using in-place deserialization (#2443, thanks @Mingun)v1.0.180
Compare Source
v1.0.179
Compare Source
v1.0.178
Compare Source
v1.0.177
Compare Source
serde(rename_all_fields = "...")
attribute to apply arename_all
on every struct variant of an enum (#1695, thanks @jplatte)v1.0.176
Compare Source
v1.0.175
Compare Source
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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.