Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 23, 2021

Bumps arc-swap from 1.0.0 to 1.5.0.

Changelog

Sourced from arc-swap's changelog.

1.5.0

  • Support serde (by a feature).

1.4.0

  • Allow const-initializing ArcSwapOption (const_empty method).

1.3.2

  • More helpful description of the AsRaw trait (isn't implemented for owned Arc/Option<Arc>).

1.3.1

  • Cache doc improvements.

1.3.0

  • Allow mapping of DynAccess.
  • Fix some lints.
  • Don't leave threads running in tests/doctests. It's a bad form and annoys miri.

1.2.0

  • Miri and 32 bit tests in CI.
  • Making the writers lock-free. Soft-removing the IndependentStrategy, as it is no longer needed (hidden and the same as the DafultStrategy).

1.1.0

  • Fix soundness bug around access::Map. Technically a breaking change, but unlikely to bite and breaking seems to be the least bad option. #45.
Commits
  • 7e16ca3 Merge pull request #66 from vorner/next
  • e411d78 Release 1.5.0
  • 8d6b1fb Add serialize / deserialize features. (#65)
  • 13e5e3f Tests on pull requests too
  • a8a3ddf Merge pull request #64 from Cyborus04/master
  • 8474db4 Fix typo in ArcSwapOption::const_empty documentation
  • 63bda3a Merge pull request #63 from vorner/const-arc-swap-option
  • 3043a39 Const ArcSwapOption initialization
  • a87221b GH: Update codecov action
  • d57e1ea Document that AsRef isn't for owned things
  • Additional commits viewable in compare view

Dependabot compatibility score

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [arc-swap](https://github.com/vorner/arc-swap) from 1.0.0 to 1.5.0.
- [Release notes](https://github.com/vorner/arc-swap/releases)
- [Changelog](https://github.com/vorner/arc-swap/blob/master/CHANGELOG.md)
- [Commits](vorner/arc-swap@v1.0.0...v1.5.0)

---
updated-dependencies:
- dependency-name: arc-swap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 23, 2021

The following labels could not be found: cargo, dependencies.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 1, 2022

Superseded by #469.

@dependabot dependabot bot closed this Aug 1, 2022
@dependabot dependabot bot deleted the dependabot/cargo/arc-swap-1.5.0 branch August 1, 2022 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant