alexanderlinne / chronobreak

Rust mocks for deterministic time testing
Apache License 2.0
7 stars 0 forks source link

Update darling requirement from 0.10 to 0.11 #1

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Updates the requirements on darling to permit the latest version.

Release notes

Sourced from darling's releases.

v0.11.0

  • Fixes semver breakage from v0.10.3

For additional information, see CHANGELOG.md

Changelog

Sourced from darling's changelog.

v0.11.0 (December 14, 2020)

  • Bump minor version due to unexpected breaking change #107

v0.10.3 (December 10, 2020)

  • Add discriminant magic field when deriving FromVariant #105

v0.10.2 (October 30, 2019)

  • Bump syn dependency to 1.0.1 #83

v0.10.1 (September 25, 2019)

  • Fix test compilation errors #81

v0.10.0 (August 15, 2019)

  • Bump syn and quote to 1.0 #79
  • Increase rust version to 1.31

v0.9.0 (March 20, 2019)

  • Enable "did you mean" suggestions by default
  • Make darling_core::{codegen, options} private #58
  • Fix Override::as_mut: #66

v0.8.6 (March 18, 2019)

  • Added "did you mean" suggestions for unknown fields behind the suggestions flag #60
  • Added Error::unknown_field_with_alts to support the suggestion use-case.
  • Added ast::Fields::len and ast::Fields::is_empty methods.

v0.8.5 (February 4, 2019)

  • Accept unquoted positive numeric literals #52
  • Add FromMeta to the syn::Lit enum and its variants
  • Improve error message for unexpected literal formats to not say "other"

v0.8.4 (February 4, 2019)

  • Use syn::Error to provide precise errors before proc_macro::Diagnostic is available
  • Add diagnostics feature flag to toggle between stable and unstable error backends
  • Attach error information in more contexts
  • Add allow_unknown_fields to support parsing the same attribute multiple times for different macros #51
  • Proc-macro authors will now see better errors in darling attributes

v0.8.3 (January 21, 2019)

  • Attach spans to errors in generated trait impls #37
  • Attach spans to errors for types with provided bespoke implementations
  • Deprecate set_span from 0.8.2, as spans should never be broadened after being initially set

v0.8.2 (January 17, 2019)

  • Add spans to errors to make quality warnings and errors easy in darling. This is blocked on diagnostics stabilizing.
  • Add darling::util::SpannedValue so proc-macro authors can remember position information alongside parsed values.

v0.8.0

  • Update dependency on syn to 0.15 #44. Thanks to @hcpl

... (truncated)

Commits


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)
codecov[bot] commented 3 years ago

Codecov Report

Merging #1 (15d888a) into master (83af74f) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #1   +/-   ##
=======================================
  Coverage   87.38%   87.38%           
=======================================
  Files          17       17           
  Lines         753      753           
=======================================
  Hits          658      658           
  Misses         95       95           

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 83af74f...15d888a. Read the comment docs.