indexer-sync
indexer-sync copied to clipboard
Bump serde from 1.0.125 to 1.0.136
Bumps serde from 1.0.125 to 1.0.136.
Release notes
Sourced from serde's releases.
v1.0.136
- Improve default error message when
Visitorfails to deserialize a u128 or i128 (#2167)v1.0.135
- Update discord channels listed in readme
v1.0.134
- Improve error messages on deserializing NonZero integers from a 0 value (#2158)
v1.0.133
- Optimize deserialization of data structures that contain recursive use of
flattenfields ortagoruntaggedenums (#2148)v1.0.132
- Enable Serialize and Deserialize impls for
std::sync::atomic::{AtomicI64, AtomicU64}on riscv64 arch (#2141, thanks@​Avimitin)v1.0.131
- Avoid
unused_resultsbeing triggered in generated code for adjacently tagged enum (#2116, thanks@​tyranron)v1.0.130
- Provide
MapAccessandSeqAccessimpl for reference to a dynamically sized existing impl (#2081)v1.0.129
v1.0.128
- Enable 128-bit integers on emscripten in Rust 1.40+ (#2076, thanks
@​Manishearth)v1.0.127
- Resolve warning in rustc nightly-2021-07-31+ compiling serde_test
v1.0.126
- Resolve conflict with
forbid(future_incompatible)lint setting in generated code (#2026, thanks@​hyd-dev)
Commits
02bd79aRelease 1.0.136c3ce2c9Merge pull request #2167 from serde-rs/error1280d71ac8Render 128-bit integer value into Visitor errors82c3eb7Add test of visitor error messages8932c85Release 1.0.1359f3dd3cMerge pull request #2163 from serde-rs/discorddd9b415Add discord invite links3bb4a5aRelease 1.0.1346164627Merge pull request #2159 from serde-rs/nonzero51aaf49Write better Visitor for NonZero integers- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)