This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Update Rust crate serde to 1.0.200 - autoclosed #53
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Scan Summary
Tool | Critical | High | Medium | Low | Status |
---|---|---|---|---|---|
Secrets Audit | 0 | 5 | 0 | 0 | ❌ |
Recommendation
Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
October 13, 2023 03:27
052289d
to
96c4525
Compare
renovate
bot
changed the title
Update Rust crate serde to 1.0.188
Update Rust crate serde to 1.0.189
Oct 13, 2023
renovate
bot
changed the title
Update Rust crate serde to 1.0.189
Update Rust crate serde to 1.0.190
Oct 26, 2023
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
October 26, 2023 03:35
96c4525
to
45a3988
Compare
renovate
bot
changed the title
Update Rust crate serde to 1.0.190
Update Rust crate serde to 1.0.191
Nov 6, 2023
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
November 6, 2023 21:51
45a3988
to
640f5dc
Compare
renovate
bot
changed the title
Update Rust crate serde to 1.0.191
Update Rust crate serde to 1.0.192
Nov 7, 2023
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
November 7, 2023 03:41
640f5dc
to
446f204
Compare
renovate
bot
changed the title
Update Rust crate serde to 1.0.192
Update Rust crate serde to 1.0.193
Nov 21, 2023
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
November 21, 2023 04:40
446f204
to
9c583f6
Compare
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
January 2, 2024 10:34
9c583f6
to
d1f01fd
Compare
renovate
bot
changed the title
Update Rust crate serde to 1.0.193
Update Rust crate serde to 1.0.194
Jan 2, 2024
renovate
bot
changed the title
Update Rust crate serde to 1.0.194
Update Rust crate serde to 1.0.195
Jan 6, 2024
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
January 6, 2024 04:23
d1f01fd
to
a94c254
Compare
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
January 26, 2024 22:03
a94c254
to
746848d
Compare
renovate
bot
changed the title
Update Rust crate serde to 1.0.195
Update Rust crate serde to 1.0.196
Jan 26, 2024
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
February 20, 2024 00:55
746848d
to
795393d
Compare
renovate
bot
changed the title
Update Rust crate serde to 1.0.196
Update Rust crate serde to 1.0.197
Feb 20, 2024
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
April 16, 2024 22:37
795393d
to
527e25d
Compare
renovate
bot
changed the title
Update Rust crate serde to 1.0.197
Update Rust crate serde to 1.0.198
Apr 16, 2024
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
April 27, 2024 05:09
527e25d
to
763a360
Compare
renovate
bot
changed the title
Update Rust crate serde to 1.0.198
Update Rust crate serde to 1.0.199
Apr 27, 2024
renovate
bot
force-pushed
the
renovate/serde-monorepo
branch
from
May 1, 2024 18:04
763a360
to
2ba1873
Compare
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
changed the title
Update Rust crate serde to 1.0.200
Update Rust crate serde to 1.0.200 - autoclosed
May 5, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.127
->1.0.200
Release Notes
serde-rs/serde (serde)
v1.0.200
Compare Source
v1.0.199
Compare Source
forward_to_deserialize_any!
is used on an enum withError
variant (#2732, thanks @aatifsyed)v1.0.198
Compare Source
Saturating<T>
(#2709, thanks @jbethune)v1.0.197
Compare Source
v1.0.196
Compare Source
v1.0.195
Compare Source
v1.0.194
Compare Source
v1.0.193
Compare Source
RangeFrom
andRangeTo
(#2653, #2654, #2655, thanks @emilbonnek)v1.0.192
Compare Source
v1.0.191
Compare Source
v1.0.190
Compare Source
v1.0.189
Compare Source
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
v1.0.174
Compare Source
v1.0.173
Compare Source
bitflags
crate (#2516)v1.0.172
Compare Source
v1.0.171
Compare Source
derive(Deserialize)
on unit structs that have const generics (#2500, thanks @Baptistemontan)v1.0.170
Compare Source
v1.0.169
Compare Source
v1.0.168
Compare Source
serde::de::IgnoredAny
to be the type for aserde(flatten)
field (#2436, thanks @Mingun)v1.0.167
Compare Source
RangeFrom
andRangeTo
(#2471, thanks @tbu-)v1.0.166
Compare Source
no-alloc
category to crates.io metadatav1.0.165
Compare Source
serde(skip_deserializing)
attributes (#2466, thanks @Mingun)-Zminimal-versions
buildv1.0.164
Compare Source
v1.0.163
Compare Source
v1.0.162
Compare Source
Support deserializing flattened adjacently tagged enums from data formats which represent fields as bytes, such as the
csv
crate (#2377, thanks @mfro)v1.0.161
Compare Source
v1.0.160
Compare Source
doc(hidden)
(#2426, thanks @compiler-errors)v1.0.159
Compare Source
v1.0.158
Compare Source
#[serde(crate = $serde_path)]
(#2409)v1.0.157
Compare Source
v1.0.156
Compare Source
v1.0.155
Compare Source
Serialize
andDeserialize
impls forcore::ffi::CStr
andalloc::ffi::CString
without "std" feature (#2374, thanks @safarir)v1.0.154
Compare Source
flatten
and'static
fields (#2383, thanks @Mingun)v1.0.153
Compare Source
serde(alias = "…")
attribute used inside of flattened struct (#2387, thanks @bebecue)v1.0.152
Compare Source
v1.0.151
Compare Source
serde::
{ser
,de
}::StdError
to re-exportcore::error::Error
when serde is built withfeature="std"
off andfeature="unstable"
on (#2344)v1.0.150
Compare Source
Serialize
impl ofHashMap
andBTreeMap
(#2334)Serialize
andDeserialize
impls ofstd::sync::atomic
types on more platforms (#2337, thanks @badboy)v1.0.149
Compare Source
Serialize
impl ofBinaryHeap
,BTreeSet
, andHashSet
(#2333, thanks @jonasbb)v1.0.148
Compare Source
remote
derive for generic types that have private fields (#2327)v1.0.147
Compare Source
serde::de::value::EnumAccessDeserializer
which transforms anEnumAccess
into aDeserializer
(#2305)v1.0.146
Compare Source
v1.0.145
Compare Source
Sized
(#2282, thanks @ChayimFriedman2)v1.0.144
Compare Source
v1.0.143
Compare Source
v1.0.142
Compare Source
v1.0.141
Compare Source
no-std
category to crates.io metadatav1.0.140
Compare Source
v1.0.139
Compare Source
new
constructor function for allIntoDeserializer
impls (#2246)v1.0.138
Compare Source
v1.0.137
Compare Source
rust-version
of serde and serde_test (#2168)v1.0.136
Compare Source
Visitor
fails to deserialize a u128 or i128 (#2167)v1.0.135
Compare Source
v1.0.134
Compare Source
v1.0.133
Compare Source
flatten
fields ortag
oruntagged
enums (#2148)v1.0.132
Compare Source
std::sync::atomic::{AtomicI64, AtomicU64}
on riscv64 arch (#2141, thanks @Avimitin)v1.0.131
Compare Source
unused_results
being triggered in generated code for adjacently tagged enum (#2116, thanks @tyranron)v1.0.130
Compare Source
MapAccess
andSeqAccess
impl for reference to a dynamically sized existing impl (#2081)v1.0.129
Compare Source
v1.0.128
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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.