Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open 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

Bump cargo-emit from 0.1.1 to 0.2.1 in /fog/ingest/enclave/trusted #1000

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2021

Bumps cargo-emit from 0.1.1 to 0.2.1.

Changelog

Sourced from cargo-emit's changelog.

[0.2.1] - 2021-09-01

Fixed

  • Added #[allow(clippy::explicit_write)] to prevent false-positives.
  • Added examples/macros.rs file and corresponding cargo clippy --example "macros" -- -D warnings CI job to prevent future clippy issues.

[0.2.0] - 2021-08-31

Fixed

  • Fixed recursion in rustc_link_search!(…).
  • Removed redundant $x:literal macro patterns.

Added

Removed

  • #![no_std], since the project never worked on no_std to begin with.
Commits
  • 95b1184 Prepare 0.2.1 release
  • bb54e5b Remove defunct Travis CI in favor of Github Actions
  • 01bf44f Remove redundant table row from 'README.md'
  • dc2de6d Harden crate against clippy
  • 6b7ed8e Make doc links in 'README.md' file point to /latest/ rather than an explici...
  • 3d6cabb Prepare for 0.2.0 release
  • 97a329c Add entries to 'CHANGELOG.md'
  • bd94c2b Add rustc_link_arg_bins!($arg) macro equivalent to `cargo:rustc-link-arg-bi...
  • e8b614b Add rustc_link_arg_bin!($bin => $arg) macro equivalent to `cargo:rustc-link...
  • a29c413 Add rustc_link_arg!($arg) macro equivalent to cargo:rustc-link-arg=$arg
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 16, 2021
@dependabot dependabot bot force-pushed the dependabot/cargo/fog/ingest/enclave/trusted/cargo-emit-0.2.1 branch 3 times, most recently from 5131efa to 4a85261 Compare September 17, 2021 19:36
Copy link
Contributor

@cbeck88 cbeck88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it looks like, nothing really changed that we are using

Bumps [cargo-emit](https://github.com/nvzqz/cargo-emit) from 0.1.1 to 0.2.1.
- [Release notes](https://github.com/nvzqz/cargo-emit/releases)
- [Changelog](https://github.com/nvzqz/cargo-emit/blob/master/CHANGELOG.md)
- [Commits](nvzqz/cargo-emit@v0.1.1...v0.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/fog/ingest/enclave/trusted/cargo-emit-0.2.1 branch from 4a85261 to ae024d0 Compare September 20, 2021 19:06
@jcape jcape self-assigned this Sep 21, 2021
@jcape jcape requested a review from a team September 21, 2021 21:29
@jcape jcape merged commit 447a76d into master Sep 21, 2021
@jcape jcape deleted the dependabot/cargo/fog/ingest/enclave/trusted/cargo-emit-0.2.1 branch September 21, 2021 23:38
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants