nyx-space / anise

ANISE provides a toolkit and files for Attitude, Navigation, Instrument, Spacecraft, and Ephemeris data. It's a modern replacement of the NAIF SPICE toolkit.
Mozilla Public License 2.0
68 stars 14 forks source link

Update lexical-core requirement from 0.8.5 to 1.0.1 #317

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Updates the requirements on lexical-core to permit the latest version.

Release notes

Sourced from lexical-core's releases.

Lexical-Core Version 0.8.5 Release

Changed

  • Fixed numeric overflow bug causing panic (should explicitly wrap) in dragonbox algorithm's umul192_lower128.
  • Fixed new warnings in nightly clippy and fmt lints.
  • Fixed comprehensive test suites due to new clap versions.
  • Disabled powerpc64le checks due to bugs in workflow.
Changelog

Sourced from lexical-core's changelog.

[0.8.5] 2022-06-06

Changed

  • Fixed the partial integer parser to correctly return negative values if parsing partial input.

[0.8.5] 2022-05-18

Changed

  • Fixed numeric overflow bug causing panic (should explicitly wrap) in dragonbox algorithm's umul192_lower128.

[0.8.4] 2022-03-15

  • Updated the dragonbox algorithm to implement the new changes to decrease code size.

[0.8.3] 2022-03-10

Added

  • Added support for -Zmiri-tag-raw-pointers in miri correctness checks.
  • Added the documented functions format_error and format_is_valid to determine if a format packed struct is valid, since the previous checks relied on undocumented behavior.
  • Added from_radix to ParseFloatOptions and WriteFloatOptions, to simplify creating the default options with a different radix.

Changed

  • Fixed no_std in lexical-parse-float when default features are disabled.
  • Fixed issue in parsing integers and floats with the power-of-two feature enabled for radixes 16 and 32.

[0.8.2] 2021-10-04

Changed

  • Reproduce all dependent licenses in lexical, and document extensively what features are dependent on what licensing terms.

[0.8.1] 2021-09-03

Changed

  • Fixed a bug in feature format where skip::Bytes::count was not being incremented in step_by_unchecked.

[0.8.0] 2021-09-03

This is a very large release that involved a full re-write from the ground-up.

Added

  • Added the Options API
    • ParseFloatOptions
    • ParseIntegerOptions

... (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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)