Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2024

This PR contains the following updates:

Package Update Change
EmbarkStudios/cargo-about minor 0.6.40.8.4

Release Notes

EmbarkStudios/cargo-about (EmbarkStudios/cargo-about)

v0.8.4

Compare Source

Changed
  • PR#295 changes how GNU licenses are detected, previously in 0.8.3 they would be detected as their root eg. GPL-3.0 form, which are all deprecated. As all GNU licenses use the exact same text for the different variants, one of which is deprecated, they are now always detected as the -or-later variant, eg. GPL-3.0-or-later. If this detection does not match the actual license requirement, eg. GPL-3.0-only, then it must be corrected by the user, as unfortunately the license detection cannot determine that due to the lack of distinction between the license texts.

v0.8.3

Compare Source

Changed
  • PR#295 changes how GNU licenses are detected, previously in 0.8.3 they would be detected as their root eg. GPL-3.0 form, which are all deprecated. As all GNU licenses use the exact same text for the different variants, one of which is deprecated, they are now always detected as the -or-later variant, eg. GPL-3.0-or-later. If this detection does not match the actual license requirement, eg. GPL-3.0-only, then it must be corrected by the user, as unfortunately the license detection cannot determine that due to the lack of distinction between the license texts.

v0.8.2

Compare Source

Fixed
  • PR#290 returns the behavior of allowing deprecated license identifiers in the accepted field.

v0.8.1

Compare Source

Fixed
  • PR#289 fixed deserialization of .cargo_vcs_info.json as the dirty field was only added in more recent versions.
  • PR#289 relaxed parsing of SPDX expressions for external crates as they can contain deprecated license identifiers the user has no control over.

v0.8.0

Compare Source

Changed
Added
  • PR#285 added workarounds for rustix and linux-raw-sys.
Removed
  • PR#287 removed support for retrieving license information from clearly defined. It's too slow, unreliable, and tends to only add noise.

v0.7.1

Compare Source

Changed

v0.7.0

Compare Source

Changed
  • PR#275 updated crates.
  • PR#275 moved to edition 2024 and rust 1.85.0 as the MSRV.

v0.6.6

Compare Source

Added

v0.6.5

Compare Source

Added
  • PR#261 resolved #​246 by adding an --offline (as well as --locked and --frozen) option to the generate command.
  • PR#266 resolved #​230 by adding a --target option to generate, allowing one to specify one or more targets to filter the dependency graph by, overriding the targets configuration option.
Changed
  • PR#262 resolved #​258 by using LTO for release builds, slightly decreasing binary sizes.
Fixed
  • PR#263 resolved #​238 by adding the native-certs feature to use the native certificate store. This feature is not enabled by default as it is only required for corporate environments that man in the middle network traffic.
  • PR#265 resolved #​198 by detecting if the parent process is powershell and exiting with an error if cargo-about's output is being redirected instead of using the -o option, as powershell is terrible and doesn't use utf-8 encoding by default.
  • PR#266 resolved #​222 by adding some additional documentation on https://clearlydefined.io.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@sksat sksat mentioned this pull request Nov 19, 2024
@sksat
Copy link
Member

sksat commented Nov 19, 2024

cargo-about は結局ビルド時に executable があればいい話なので、それがビルドされる時の MSRV に引きずられるのはちょっとおかしい気はする

@renovate renovate bot force-pushed the renovate/embarkstudios-cargo-about-0.x branch from d682253 to 64894ab Compare November 19, 2024 13:30
@renovate renovate bot changed the title chore(deps): update dependency embarkstudios/cargo-about to v0.6.5 chore(deps): update dependency embarkstudios/cargo-about to v0.6.6 Nov 19, 2024
@renovate renovate bot force-pushed the renovate/embarkstudios-cargo-about-0.x branch from 64894ab to 6588905 Compare February 4, 2025 04:35
@renovate renovate bot force-pushed the renovate/embarkstudios-cargo-about-0.x branch from 6588905 to afb1df7 Compare February 25, 2025 12:40
@renovate renovate bot changed the title chore(deps): update dependency embarkstudios/cargo-about to v0.6.6 chore(deps): update dependency embarkstudios/cargo-about to v0.7.0 Feb 25, 2025
@renovate renovate bot force-pushed the renovate/embarkstudios-cargo-about-0.x branch from afb1df7 to 3570831 Compare March 20, 2025 11:27
@renovate renovate bot changed the title chore(deps): update dependency embarkstudios/cargo-about to v0.7.0 chore(deps): update dependency embarkstudios/cargo-about to v0.7.1 Mar 20, 2025
@renovate renovate bot force-pushed the renovate/embarkstudios-cargo-about-0.x branch from 3570831 to e6ae364 Compare September 5, 2025 08:48
@renovate renovate bot changed the title chore(deps): update dependency embarkstudios/cargo-about to v0.7.1 chore(deps): update dependency embarkstudios/cargo-about to v0.8.0 Sep 5, 2025
@renovate renovate bot force-pushed the renovate/embarkstudios-cargo-about-0.x branch from e6ae364 to 519a884 Compare September 18, 2025 10:15
@renovate renovate bot changed the title chore(deps): update dependency embarkstudios/cargo-about to v0.8.0 chore(deps): update dependency embarkstudios/cargo-about to v0.8.1 Sep 18, 2025
@renovate renovate bot force-pushed the renovate/embarkstudios-cargo-about-0.x branch from 519a884 to 8bf0708 Compare September 19, 2025 08:51
@renovate renovate bot changed the title chore(deps): update dependency embarkstudios/cargo-about to v0.8.1 chore(deps): update dependency embarkstudios/cargo-about to v0.8.2 Sep 19, 2025
@renovate renovate bot force-pushed the renovate/embarkstudios-cargo-about-0.x branch from 8bf0708 to c94a2bc Compare December 2, 2025 10:32
@renovate renovate bot changed the title chore(deps): update dependency embarkstudios/cargo-about to v0.8.2 chore(deps): update dependency embarkstudios/cargo-about to v0.8.3 Dec 2, 2025
@renovate renovate bot force-pushed the renovate/embarkstudios-cargo-about-0.x branch from c94a2bc to 977c633 Compare December 4, 2025 12:37
@renovate renovate bot changed the title chore(deps): update dependency embarkstudios/cargo-about to v0.8.3 chore(deps): update dependency embarkstudios/cargo-about to v0.8.4 Dec 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants