Skip to content

Update find-crate requirement from 0.6.3 to 0.7.1#858

Merged
gyscos merged 1 commit intomainfrom
dependabot/cargo/find-crate-0.7.1
Mar 9, 2026
Merged

Update find-crate requirement from 0.6.3 to 0.7.1#858
gyscos merged 1 commit intomainfrom
dependabot/cargo/find-crate-0.7.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Updates the requirements on find-crate to permit the latest version.

Release notes

Sourced from find-crate's releases.

0.7.1

  • Update toml dependency to 1.
Changelog

Sourced from find-crate's changelog.

[0.7.1] - 2026-02-13

  • Update toml dependency to 1.

[0.7.0] - 2026-02-07

  • Remove toml from public dependencies to prevent toml updates from becoming breaking changes. (#27, thanks @​TechnoPorg)

    • Remove Manifest::from_toml. Use text.parse()/Manifest::from_str(text) or Manifest::from_path(path) instead.
    • Change the type of Error::Toml from toml::de::Error to TomlError.
  • Make Dependencies enum #[non_exhaustive].

  • Implement FromStr for Manifest. (#27, thanks @​TechnoPorg)

  • Add Manifest::from_path.

  • Support version-less manifests in crate_package.

  • Support target names that contain ".".

  • Add #[must_use] to constructor and getters.

  • Update toml dependency to 0.9.

    This increases the minimum supported Rust version (MSRV) to Rust 1.76.

  • Enable release immutability.

[0.6.3] - 2021-01-05

  • Exclude unneeded files from crates.io.

[0.6.2] - 2020-12-29

  • Documentation improvements.

[0.6.1] - 2020-09-07

  • Documentation improvements.

[0.6.0] - 2020-08-27

[0.5.0] - 2019-09-29

  • Make Manifest::dependencies and Package::{name, version} fields public.

... (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 show <dependency name> 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)

Updates the requirements on [find-crate](https://github.com/taiki-e/find-crate) to permit the latest version.
- [Release notes](https://github.com/taiki-e/find-crate/releases)
- [Changelog](https://github.com/taiki-e/find-crate/blob/main/CHANGELOG.md)
- [Commits](taiki-e/find-crate@v0.6.3...v0.7.1)

---
updated-dependencies:
- dependency-name: find-crate
  dependency-version: 0.7.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 1, 2026
@gyscos gyscos merged commit 330ee17 into main Mar 9, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/cargo/find-crate-0.7.1 branch March 9, 2026 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant