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 6 updates #56

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the deps group with 6 updates:

Package From To
chrono 0.4.30 0.4.31
indoc 2.0.3 2.0.4
libc 0.2.147 0.2.148
proc-macro2 1.0.66 1.0.67
syn 2.0.32 2.0.36
unicode-ident 1.0.11 1.0.12

Updates chrono from 0.4.30 to 0.4.31

Release notes

Sourced from chrono's releases.

0.4.31

Another maintenance release. It was not a planned effort to improve our support for UNIX timestamps, yet most PRs seem related to this.

Deprecations

  • Deprecate timestamp_nanos in favor of the non-panicking timestamp_nanos_opt (#1275)

Additions

  • Add DateTime::<Utc>::from_timestamp (#1279, thanks @​demurgos)
  • Add TimeZone::timestamp_micros (#1285, thanks @​emikitas)
  • Add DateTime<Tz>::timestamp_nanos_opt and NaiveDateTime::timestamp_nanos_opt (#1275)
  • Add UNIX_EPOCH constants (#1291)

Fixes

  • Format day of month in RFC 2822 without padding (#1272)
  • Don't allow strange leap seconds which are not on a minute boundary initialization methods (#1283) This makes many methods a little more strict:
    • NaiveTime::from_hms_milli
    • NaiveTime::from_hms_milli_opt
    • NaiveTime::from_hms_micro
    • NaiveTime::from_hms_micro_opt
    • NaiveTime::from_hms_nano
    • NaiveTime::from_hms_nano_opt
    • NaiveTime::from_num_seconds_from_midnight
    • NaiveTime::from_num_seconds_from_midnight_opt
    • NaiveDate::and_hms_milli
    • NaiveDate::and_hms_milli_opt
    • NaiveDate::and_hms_micro
    • NaiveDate::and_hms_micro_opt
    • NaiveDate::and_hms_nano
    • NaiveDate::and_hms_nano_opt
    • NaiveDateTime::from_timestamp
    • NaiveDateTime::from_timestamp_opt
    • TimeZone::timestamp
    • TimeZone::timestamp_opt
  • Fix underflow in NaiveDateTime::timestamp_nanos_opt (#1294, thanks @​crepererum)

Documentation

  • Add more documentation about the RFC 2822 obsolete date format (#1267)

Internal

  • Remove internal __doctest feature and doc_comment dependency (#1276)
  • CI: Bump actions/checkout from 3 to 4 (#1280)
  • Optimize NaiveDate::add_days for small values (#1214)
  • Upgrade pure-rust-locales to 0.7.0 (#1288, thanks @​jeremija wo did good improvements on pure-rust-locales)

Thanks to all contributors on behalf of the chrono team, @​djc and @​pitdicker!

Commits
  • e730c6a Bump version to 0.4.31
  • 2afdde8 fix: underflow during datetime->nanos conversion
  • 46ad2c2 Add UNIX_EPOCH constants
  • 1df8db3 Add TimeZone::timestamp_micros
  • 861d4e1 Make TimeZone::timestamp_millis_opt use
  • 3c4846a Upgrade pure-rust-locales to 0.7.0
  • 6665804 Deny leap second if secs != 59 in from_num_seconds_from_midnight_opt
  • 61b7ffb Deny leap second if secs != 59 in from_hms_nano_opt
  • 202af6c Don't generate leap seconds that are not 60 in NaiveTime's Arbitrary impl
  • 60283ab Don't create strange leap seconds in tests
  • Additional commits viewable in compare view


Updates indoc from 2.0.3 to 2.0.4

Release notes

Sourced from indoc's releases.

2.0.4

Commits
  • 784e9b2 Release 2.0.4
  • efe9378 Merge pull request #61 from PizzasBear/patch-1
  • 8ef025a FIX: preserve_empty_first_line ignored
  • 07c8ac4 Ignore needless_doctest_main clippy lint
  • 4d305be Update actions/checkout@v3 -> v4
  • 7263254 Revert "Temporarily disable -Zrandomize-layout due to rustc ICE"
  • 4a7ca54 Temporarily disable -Zrandomize-layout due to rustc ICE
  • See full diff in compare view


Updates libc from 0.2.147 to 0.2.148

Commits
  • c89f747 libc 0.2.148
  • 8356615 Auto merge of #3322 - shyouhei:feature/shyouhei/RTLD_MAIN_ONLY, r=JohnTitor
  • 10e0724 Auto merge of #3321 - kleisauke:emscripten-update-node-16.20.0, r=JohnTitor
  • ff6a0c6 properly modify the type with ::
  • 837159c add RTLD_MAIN_ONLY
  • 5841067 CI: Update Node.js version to v16.20.0
  • 9447d17 Auto merge of #3313 - devnexen:linux_mman_aarch64_upd, r=JohnTitor
  • cbeb1bd linux glibc/musl and android adding PROT_BTI/PROT_MTE mmap flags for arm64.
  • 92a5d3e Auto merge of #3301 - Dirreke:csky-unknown-linux-gnuabiv2, r=JohnTitor
  • cd4fc66 Auto merge of #3312 - alexcrichton:fix-aarch64-darwin-ucontext-t, r=JohnTitor
  • Additional commits viewable in compare view


Updates proc-macro2 from 1.0.66 to 1.0.67

Release notes

Sourced from proc-macro2's releases.

1.0.67

  • Special handling for the (/*ERROR*/) placeholder that rustc uses for macros that fail to expand (#405)
Commits
  • a803dd1 Release 1.0.67
  • 8bf6937 Delete proc-macro2-fallback crate
  • 60c62dc Merge pull request #406 from dtolnay/error
  • 14a481d Parse rustc's representation of macro expansion error
  • 2e96778 Ignore missing_safety_doc clippy lint
  • 7017480 Merge pull request #404 from dtolnay/honggfuzz
  • 4ec3a42 Re-enable honggfuzz CI
  • 5a225cf Update actions/checkout@v3 -> v4
  • 45ef770 Update ui test suite to nightly-2023-08-29
  • 2cc9ef0 Update afl crate to 0.14
  • Additional commits viewable in compare view


Updates syn from 2.0.32 to 2.0.36

Release notes

Sourced from syn's releases.

2.0.36

  • Restore compatibility with --generate-link-to-definition documentation builds (#1514)

2.0.35

  • Make rust-analyzer produce preferred brackets for invocations of Token! macro (#1510, #1512)

2.0.34

  • Documentation improvements

2.0.33

  • Special handling for the (/*ERROR*/) placeholder that rustc uses for macros that fail to expand
Commits


Updates unicode-ident from 1.0.11 to 1.0.12

Release notes

Sourced from unicode-ident's releases.

1.0.12

  • Update to Unicode 15.1.0 (#25)
Commits
  • ff4d27c Release 1.0.12
  • 9e4780e Update crate-level rustdoc static storage table
  • b4e9dd5 Merge pull request #25 from dtolnay/unicode
  • 0bb8a59 Update static data sizes
  • 6d03a92 Disable unicode-xid comparison test
  • 69a5e2c Update to Unicode 15.1.0
  • 0eb7abf Update actions/checkout@v3 -> v4
  • 24db477 Raise minimum tested compiler to 1.70
  • 28d69d6 Raise minimum tested compiler to 1.65
  • ee161b1 Revert "Temporarily disable -Zrandomize-layout due to rustc ICE"
  • 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 1 year ago

Codecov Report

Merging #56 (6d42100) into master (ebe50ed) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #56   +/-   ##
=======================================
  Coverage   84.17%   84.17%           
=======================================
  Files           5        5           
  Lines        3040     3040           
=======================================
  Hits         2559     2559           
  Misses        481      481