jwodder / julian-rs

Convert between Julian day numbers and Julian & Gregorian calendars
MIT License
3 stars 1 forks source link

[cargo](deps): Bump the deps group with 7 updates #71

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the deps group with 7 updates:

Package From To
anyhow 1.0.76 1.0.78
thiserror 1.0.51 1.0.53
memchr 2.6.4 2.7.1
proc-macro2 1.0.71 1.0.73
quote 1.0.33 1.0.34
relative-path 1.9.0 1.9.2
syn 2.0.42 2.0.43

Updates anyhow from 1.0.76 to 1.0.78

Release notes

Sourced from anyhow's releases.

1.0.78

  • Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#337)

1.0.77

Commits
  • 38c79ef Release 1.0.78
  • ded2295 Merge pull request #337 from dtolnay/bootstrap
  • ae45b67 Do not rebuild on RUSTC_BOOTSTRAP changes on nightly compiler
  • 2d32366 Update crate name used for build script probe
  • d10baed Move ExitStatus::success check into compile_probe()
  • 290c450 Merge pull request #336 from dtolnay/optionifletelse
  • 6b231dd Remove option_if_let_else clippy suppression from build script
  • eb66ff5 Merge pull request #335 from dtolnay/cargoenvvar
  • b1590b1 Require cargo promised environment variables to be present
  • 15646f4 Merge pull request #334 from dtolnay/probe
  • Additional commits viewable in compare view


Updates thiserror from 1.0.51 to 1.0.53

Release notes

Sourced from thiserror's releases.

1.0.53

  • Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#270)

1.0.52

  • Fix interaction with RUSTC_BOOTSTRAP (#269)
Commits
  • af28d9c Release 1.0.53
  • c22822c Merge pull request #275 from dtolnay/probers
  • 8722399 Rerun build script on changes to probe.rs
  • 0e280fe Merge pull request #274 from dtolnay/bootstrap
  • f334cfc Do not rebuild on RUSTC_BOOTSTRAP changes on nightly compiler
  • 5fd9537 Update crate name used for build script probe
  • a9b1585 Move ExitStatus::success check into compile_probe()
  • 0f349a4 Remove needless_raw_string_hashes clippy pedantic suppression from build script
  • c1c003f Merge pull request #273 from dtolnay/cargoenvvar
  • 9b7356f Require cargo promised environment variables to be present
  • Additional commits viewable in compare view


Updates memchr from 2.6.4 to 2.7.1

Commits
  • 31c1e79 2.7.1
  • d9ac66d api: impl Clone for FindRevIter
  • 8957028 benchmarks/engines/rust-memchr: complete bump to 2.7.0
  • 5caaf3e benchmarks/engines/rust-memchr: bump to 2.7.0
  • b93d817 2.7.0
  • 8b62928 cargo: remove unused exclusions
  • a22b2df ci: update to wasmtime 15
  • bce1940 benchmarks/engines/bytecount: revert to 0.6.4
  • 2f5d8c4 benchmarks: fix wasmtime command
  • e77f0bf arch: simplify and improve is_equal_raw
  • Additional commits viewable in compare view


Updates proc-macro2 from 1.0.71 to 1.0.73

Release notes

Sourced from proc-macro2's releases.

1.0.73

  • Documentation improvements

1.0.72

  • Improve build script to be robust to proc_macro::Span unstable API changes
Commits
  • 4dce5d7 Release 1.0.73
  • 708540b Merge pull request #431 from dtolnay/doccfg
  • 014fa82 Restore documented cfg on LineColumn
  • df4fa83 Merge pull request #430 from dtolnay/nightlyci
  • 75897cf Make CI verify that proc_macro_span works in latest nightly
  • 643cb89 Release 1.0.72
  • 3db1977 Merge pull request #429 from dtolnay/probe
  • a961bae Test for the specific proc_macro_span API expected by proc-macro2
  • 784ae2e Merge pull request #428 from dtolnay/cargoenvvar
  • 8ade7da Require cargo promised environment variables to be present
  • See full diff in compare view


Updates quote from 1.0.33 to 1.0.34

Release notes

Sourced from quote's releases.

1.0.34

  • Documentation improvements
Commits


Updates relative-path from 1.9.0 to 1.9.2

Commits


Updates syn from 2.0.42 to 2.0.43

Release notes

Sourced from syn's releases.

2.0.43

  • Insert trailing comma if not already present when printing a 1-tuple in pattern position (#1553)
Commits
  • 95ee052 Release 2.0.43
  • 7383e81 Merge pull request #1559 from dtolnay/pattuple
  • 712fde5 Fix ToTokens for PatTuple to insert trailing comma
  • ed9b94e Merge pull request #1558 from dtolnay/tupletests
  • ec8517b Add tuple comma tests
  • 3cf16c7 Merge pull request #1557 from dtolnay/snapshotparsequote
  • 553549f Generalize snapshot parsing to types that do not implement Parse
  • f9ad833 Merge pull request #1556 from dtolnay/punctuatedsnapshot
  • 131b40b Debug impl for punctuated::Pairs superseded by Punctuated
  • 3f12d65 Include punctuation tokens in snapshot tests containing Punctuated
  • Additional commits viewable in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (287ef63) 83.93% compared to head (b0db762) 83.93%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #71 +/- ## ======================================= Coverage 83.93% 83.93% ======================================= Files 7 7 Lines 3206 3206 ======================================= Hits 2691 2691 Misses 515 515 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.