Update all dependencies #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
2.0.0-rc.1
->2.0.0-rc.2
1.0.136
->1.0.147
0.2.1
->0.3.1
Release Notes
bincode-org/bincode
v2.0.0-rc.2
Compare Source
What's Changed
additional
to theUnexpectedEnd
decode error by @VictorKoenders in https://github.com/bincode-org/bincode/pull/522std::error::Error::source
by @VictorKoenders in https://github.com/bincode-org/bincode/pull/530DecodeError
from 48 to 32 bytes on 64-bit arch by @maciejhirsz in https://github.com/bincode-org/bincode/pull/553Decode
forBox<str>
by @SabrinaJewson in https://github.com/bincode-org/bincode/pull/562peek_read
take&mut self
by @VictorKoenders in https://github.com/bincode-org/bincode/pull/572DeserializeSeed
by @MrGVSV in https://github.com/bincode-org/bincode/pull/586[serde(tag)]
to the list of tags that are known to give issues by @VictorKoenders in https://github.com/bincode-org/bincode/pull/584New Contributors
Full Changelog: https://github.com/bincode-org/bincode/compare/v2.0.0-rc.1...v2.0.0-rc.2
serde-rs/serde
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)mich101mich/sscanf
v0.3.1
Compare Source
v0.3.0
Compare Source
Improved the performance by no longer relying on one
HashMap<String,...>
lookup per returned type, but using the Regex capture index instead. This requires consistent indexing, which results in aMinor breaking change
for anyone using a custom
RegexRepresentation
implementation or the{:/regex/}
option syntax, because those can no longer contain( )
without un-regex-grouping them by writing(?: )
instead.v0.2.2
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.