8000 Bump once_cell from 1.9.0 to 1.10.0 by dependabot[bot] · Pull Request #485 · pyrsia/pyrsia · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump once_cell from 1.9.0 to 1.10.0 #485

New issue

Have a question about this project? Sign up for a free GitHub account to o 8000 pen an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 15, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Mar 11, 2022

Bumps once_cell from 1.9.0 to 1.10.0.

Changelog

Sourced from once_cell's changelog.

Changelog

1.11

  • Add OnceCell::with_value to create initialized OnceCell at compile time.
  • Improve Clone implementation for OnceCell.

1.10

  • upgrade parking_lot to 0.12.0 (note that this bumps MSRV with parking_lot feature enabled to 1.49.0).

1.9

  • Added an atomic-polyfill optional dependency to compile race on platforms without atomics

1.8.0

  • Add try_insert API -- a version of set that returns a reference.

1.7.2

  • Improve code size when using parking_lot feature.

1.7.1

  • Fix race::OnceBox<T> to also impl Default even if T doesn't impl Default.

1.7.0

  • Hide the race module behind (default) race feature. Turns out that adding race by default was a breaking change on some platforms without atomics. In this release, we make the module opt-out. Technically, this is a breaking change for those who use race with no_default_features. Given that the race module itself only several days old, the breakage is deemed acceptable.

1.6.0

  • Add Lazy::into_value
  • Stabilize once_cell::race module for "first one wins" no_std-compatible initialization flavor.
  • Migrate from deprecated compare_and_swap to compare_exchange.

1.5.2

  • OnceBox API uses Box<T>. This a breaking change to unstable API.

1.5.1

  • MSRV is increased to 1.36.0.
  • document once_cell::race module.

... (truncated)

Commits

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 [once_cell](https://github.com/matklad/once_cell) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.9.0...v1.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 11, 2022
@codecov
Copy link
codecov bot commented Mar 11, 2022

Codecov Report

Merging #485 (075537e) into main (1496cce) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #485   +/-   ##
=======================================
  Coverage   60.42%   60.42%           
=======================================
  Files          24       24           
  Lines        2188     2188           
=======================================
  Hits         1322     1322           
  Misses        866      866           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1496cce...075537e. Read the comment docs.

@prince-chrismc prince-chrismc requested review from a team, sbtaylor15 and prince-chrismc and removed request for a team March 11, 2022 19:34
@efrisch efrisch merged commit a6ac604 into main Mar 15, 2022
@efrisch efrisch deleted the dependabot/cargo/once_cell-1.10.0 branch March 15, 2022 13:22
AbhijithGanesh added a commit to AbhijithGanesh/pyrsia that referenced this pull request Mar 16, 2022
* keep all logs in release build and default to DEBUG log output for demo (part of pyrsia#442) (pyrsia#480)

* Provide and retrieve artifacts via the kademlia p2p network (pyrsia#477)

* lookup blobs via kademlia content provisioning
* use dial and identify to add new node to dht
* add local peer_id to status

* Update source folder readme with more terminology and sub-crate (pyrsia#446)



Co-authored-by: Sudhindra Rao <41690+betarelease@users.noreply.github.com>

Co-authored-by: Erwin Morrhey <erwin@lodgon.com>

Co-authored-by: Sudhindra Rao <41690+betarelease@users.noreply.github.com>
Co-authored-by: Erwin Morrhey <erwin@lodgon.com>

* Bump clap from 3.1.5 to 3.1.6 (pyrsia#474)

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.5 to 3.1.6.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.1.5...v3.1.6)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump once_cell from 1.9.0 to 1.10.0 (pyrsia#485)

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.9.0...v1.10.0)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Introduce the `KeyBox` for consensus engine (pyrsia#464)

* delete signed structs

build passes

* more traces of openssl

* cargo fmt

Co-authored-by: Erwin Morrhey <erwin@lodgon.com>
Co-authored-by: Joeri Sykora <joeri@sertik.net>
Co-authored-by: Chris Mc <christopherm@jfrog.com>
Co-authored-by: Sudhindra Rao <41690+betarelease@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AbhijithGanesh added a commit that referenced this pull request Mar 29, 2022
* Removal of OpenSSL dependencies - Signed_struct and Struct
* Zap openssl (#20)
* Keep all logs in release build and default to DEBUG log output for demo (part of #442) (#480)
* Provide and retrieve artifacts via the kademlia p2p network (#477)
* lookup blobs via kademlia content provisioning
* use dial and identify to add new node to dht
* add local peer_id to status
* Update source folder readme with more terminology and sub-crate (#446)
* Bump clap from 3.1.5 to 3.1.6 (#474)
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.5 to 3.1.6.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.1.5...v3.1.6)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

* Bump once_cell from 1.9.0 to 1.10.0 (#485)

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.9.0...v1.10.0)

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

* Introduce the `KeyBox` for consensus engine (#464)
* delete signed structs
* more traces of openssl
* cargo fmt
* add `now_as_iso8601_string` for testing
* Resolution of errors
* Restoring ArtifactBuilder
* Removal of _hash
* Suggested changes - Chris
* Update Dockerfile
* fix clippy warning by move import to correct spot
* fix import
* Update src/docker/v2/handlers/manifests.rs
* Update src/metadata_manager/metadata.rs
* Update src/docker/v2/handlers/manifests.rs
* Updates to signed functions
* Cargo format fix
* Updates to dev-dep
* Changes of methods to fields


Signed-off-by: Abhijith Ganesh <67182544+AbhijithGanesh@users.noreply.github.com>

Co-authored-by: Erwin Morrhey <erwin@lodgon.com>
Co-authored-by: Joeri Sykora <joeri@sertik.net>
Co-authored-by: Chris Mc <christopherm@jfrog.com>
Co-authored-by: Sudhindra Rao <41690+betarelease@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
Co-authored-by: Joeri Sykora <joeri.sykora@gluonhq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0