NilsIrl / DynaWhite

A Bukkit plugin that allows to whitelist people based on identity verification written in Rust
GNU General Public License v3.0
4 stars 0 forks source link

Bump tracing-core from 0.1.15 to 0.1.17 #222

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps tracing-core from 0.1.15 to 0.1.17.

Release notes

Sourced from tracing-core's releases.

tracing-core 0.1.17

Fixed

  • Incorrect inlining of Event::dispatch and Event::child_of, which could result in dispatcher::get_default being inlined at the callsite (#994)

Added

  • Copy implementations for Level and LevelFilter (#992)

Thanks to new contributors @jyn514 and @TaKO8Ki for contributing to this release!

Commits
  • 182684e core: prepare to release 0.1.17 (#996)
  • fa4fece subscriber: make PartialOrd & Ord impls more correct (#995)
  • 4bbdc7c core, tracing: don't inline dispatcher::get_default (#994)
  • 8d6ebf1 core: make Level and LevelFilter Copy (#992)
  • a8cc977 tracing: Instrument std::future::Future (#808)
  • 216b98e tracing: move ValueSet construction out of closures (#987)
  • 6f01226 docs: add deny(broken_intra_doc_links) (#981)
  • fba2ed2 fix typo in README.md (#980)
  • 743283d attributes: add visibility to async-trait output (#977)
  • 106e251 subscriber: bump serde dep, update release date (#974)
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)