Release notes
*Sourced from [serde_derive's releases](https://github.com/serde-rs/serde/releases).*
> ## v1.0.95
> - Implement serialization and deserialization for std::sync::atomic types ([#1572](https://github-redirect.dependabot.com/serde-rs/serde/issues/1572), thanks [@Roguelazer](https://github.com/Roguelazer))
> - Make "alloc" feature work on stable Rust 1.36+ ([#1576](https://github-redirect.dependabot.com/serde-rs/serde/issues/1576), thanks [@c410-f3r](https://github.com/c410-f3r))
>
> ## v1.0.94
> - Accept enums in input data when deserializing IgnoredAny ([#1558](https://github-redirect.dependabot.com/serde-rs/serde/issues/1558))
>
> ## v1.0.93
> - Allow integer keys in untagged flattened map ([#1545](https://github-redirect.dependabot.com/serde-rs/serde/issues/1545))
Commits
- [`da05163`](https://github.com/serde-rs/serde/commit/da05163d51f34994b082c22059be6ee49d2edc80) Release 1.0.95
- [`f3e2bb5`](https://github.com/serde-rs/serde/commit/f3e2bb51041071f209cff019ad4ad64e9653d8ab) Disable 64 bit atomic tests on emscripten
- [`7a4c108`](https://github.com/serde-rs/serde/commit/7a4c1086b532bc8d3aa7448c2bb8339f4f759290) Emscripten does not have 64 bit atomics
- [`e89feb9`](https://github.com/serde-rs/serde/commit/e89feb96355bb0f8e37edc2fa5d41df6980b7991) Test atomics without needing a macro
- [`5f72766`](https://github.com/serde-rs/serde/commit/5f72766c27104d44bef7edc19dea4d77db24424e) Ignore unreadable_literal lint in test code
- [`85ae570`](https://github.com/serde-rs/serde/commit/85ae57040d4d4818932445a83274deaff4cd7c7b) One macro to deserialize all atomics
- [`d55a4a2`](https://github.com/serde-rs/serde/commit/d55a4a279fa88570535e77143ac35594fdf727a4) Deserialize atomics without needing element type
- [`bee9299`](https://github.com/serde-rs/serde/commit/bee929969324294ac2b9dddf89b1bcebf49bc360) One macro to serialize all atomics
- [`9529fce`](https://github.com/serde-rs/serde/commit/9529fcec96b261982ab195643e7eb9aec4832765) Serialize atomics using the primitive's Serialize impl
- [`bcec168`](https://github.com/serde-rs/serde/commit/bcec168e236728a9a9b7d702ced93e565190f675) Centralize atomic imports
- Additional commits viewable in [compare view](https://github.com/serde-rs/serde/compare/v1.0.92...v1.0.95)
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps serde_derive from 1.0.92 to 1.0.95.
Release notes
*Sourced from [serde_derive's releases](https://github.com/serde-rs/serde/releases).* > ## v1.0.95 > - Implement serialization and deserialization for std::sync::atomic types ([#1572](https://github-redirect.dependabot.com/serde-rs/serde/issues/1572), thanks [@Roguelazer](https://github.com/Roguelazer)) > - Make "alloc" feature work on stable Rust 1.36+ ([#1576](https://github-redirect.dependabot.com/serde-rs/serde/issues/1576), thanks [@c410-f3r](https://github.com/c410-f3r)) > > ## v1.0.94 > - Accept enums in input data when deserializing IgnoredAny ([#1558](https://github-redirect.dependabot.com/serde-rs/serde/issues/1558)) > > ## v1.0.93 > - Allow integer keys in untagged flattened map ([#1545](https://github-redirect.dependabot.com/serde-rs/serde/issues/1545))Commits
- [`da05163`](https://github.com/serde-rs/serde/commit/da05163d51f34994b082c22059be6ee49d2edc80) Release 1.0.95 - [`f3e2bb5`](https://github.com/serde-rs/serde/commit/f3e2bb51041071f209cff019ad4ad64e9653d8ab) Disable 64 bit atomic tests on emscripten - [`7a4c108`](https://github.com/serde-rs/serde/commit/7a4c1086b532bc8d3aa7448c2bb8339f4f759290) Emscripten does not have 64 bit atomics - [`e89feb9`](https://github.com/serde-rs/serde/commit/e89feb96355bb0f8e37edc2fa5d41df6980b7991) Test atomics without needing a macro - [`5f72766`](https://github.com/serde-rs/serde/commit/5f72766c27104d44bef7edc19dea4d77db24424e) Ignore unreadable_literal lint in test code - [`85ae570`](https://github.com/serde-rs/serde/commit/85ae57040d4d4818932445a83274deaff4cd7c7b) One macro to deserialize all atomics - [`d55a4a2`](https://github.com/serde-rs/serde/commit/d55a4a279fa88570535e77143ac35594fdf727a4) Deserialize atomics without needing element type - [`bee9299`](https://github.com/serde-rs/serde/commit/bee929969324294ac2b9dddf89b1bcebf49bc360) One macro to serialize all atomics - [`9529fce`](https://github.com/serde-rs/serde/commit/9529fcec96b261982ab195643e7eb9aec4832765) Serialize atomics using the primitive's Serialize impl - [`bcec168`](https://github.com/serde-rs/serde/commit/bcec168e236728a9a9b7d702ced93e565190f675) Centralize atomic imports - Additional commits viewable in [compare view](https://github.com/serde-rs/serde/compare/v1.0.92...v1.0.95)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.