Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2021

Bumps cargo-edit from 0.7.0 to 0.8.0.

Release notes

Sourced from cargo-edit's releases.

v0.8.0

Breaking Changes

Many programmatic APIs changed

cargo-add

  • Dependency paths are now relative to current working directory, rather than affect crate root (#497)
  • Sane defaults when adding a dependency from within the workspace (#504)

Features

  • New vendored-openssl crate feature (#447)
  • New vendored-libgit2 crate feature (#488)
  • Support for dotted keys in TOML (#491)

cargo-set-version

  • New command to bump crate versions (#482)
  • Automatically update all workspace dependents (#506)

cargo-upgrade

  • Add --exclude (#446)

Fixes

  • Fixed various bugs when interacting with the registry (e.g. #433, #484)
  • Read config files with extensions as added with Rust 1.39 (#439)
  • rustsec
    • Removed unmaintained dirs dependency (#440)
    • Remove dependency on old hyper v0.13 (#431)
  • Respect --quiet when updating the index (#462)
  • Lookup pkg id's relative to --manifest-path rather than current working directory (#505)

cargo-add

  • Look up versions after updating the index (#483)
  • Allow optional build dependencies (#494)
  • Dependency paths are now relative to current working directory, rather than affect crate root (#497)
  • Prevent cargo add . from working (#501)
  • Sane defaults when adding a dependency from within the workspace (#504)

cargo-upgrade

  • Update optional dependencies with --to-lockfile (#427)
  • Actually report upgrade when package key is used (#409)

cargo-rm

  • Remove references among features to crate being removed (#500)
Changelog

Sourced from cargo-edit's changelog.

[0.8.0] - 2021-09-22

Breaking Changes

Many programmatic APIs changed

cargo-add

  • Dependency paths are now relative to current working directory, rather than affect crate root (#497)
  • Sane defaults when adding a dependency from within the workspace (#504)

Features

  • New vendored-openssl crate feature (#447)
  • New vendored-libgit2 crate feature (#488)
  • Support for dotted keys in TOML (#491)

cargo-set-version

  • New command to bump crate versions (#482)
  • Automatically update all workspace dependents (#506)

cargo-upgrade

  • Add --exclude (#446)

Fixes

  • Fixed various bugs when interacting with the registry (e.g. #433, #484)
  • Read config files with extensions as added with Rust 1.39 (#439)
  • rustsec
    • Removed unmaintained dirs dependency (#440)
    • Remove dependency on old hyper v0.13 (#431)
  • Respect --quiet when updating the index (#462)
  • Lookup pkg id's relative to --manifest-path rather than current working directory (#505)

cargo-add

  • Look up versions after updating the index (#483)
  • Allow optional build dependencies (#494)
  • Dependency paths are now relative to current working directory, rather than affect crate root (#497)
  • Prevent cargo add . from working (#501)
  • Sane defaults when adding a dependency from within the workspace (#504)

cargo-upgrade

  • Update optional dependencies with --to-lockfile (#427)
  • Actually report upgrade when package key is used (#409)

cargo-rm

  • Remove references among features to crate being removed (#500)
Commits

Dependabot compatibility score

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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 23, 2021
@tarcieri
Copy link
Member

tarcieri commented Oct 5, 2021

This requires a bump to MSRV 1.47

@dependabot dependabot bot force-pushed the dependabot/cargo/cargo-edit-0.8.0 branch 2 times, most recently from 704efc8 to 643f341 Compare October 19, 2021 18:21
@dependabot dependabot bot force-pushed the dependabot/cargo/cargo-edit-0.8.0 branch from 643f341 to 0fbe6cb Compare November 11, 2021 19:59
tarcieri added a commit that referenced this pull request Nov 11, 2021
This makes it possible to merge #439 upgrading `cargo-edit` to v0.8.0
@tarcieri tarcieri mentioned this pull request Nov 11, 2021
tarcieri added a commit that referenced this pull request Nov 11, 2021
This makes it possible to merge #439 upgrading `cargo-edit` to v0.8.0
tarcieri added a commit that referenced this pull request Nov 11, 2021
This makes it possible to merge #439 upgrading `cargo-edit` to v0.8.0
tarcieri added a commit that referenced this pull request Nov 11, 2021
This makes it possible to merge #439 upgrading `cargo-edit` to v0.8.0
tarcieri added a commit that referenced this pull request Nov 11, 2021
This makes it possible to merge #439 upgrading `cargo-edit` to v0.8.0
@tarcieri
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/cargo-edit-0.8.0 branch from 0fbe6cb to b65dd62 Compare November 11, 2021 21:33
@tarcieri
Copy link
Member

Ugh, seems cargo-edit v0.8's actual MSRV is 1.52 (unfortunately it's not documented)

tarcieri added a commit that referenced this pull request Nov 12, 2021
This makes it possible to merge #439 upgrading `cargo-edit` to v0.8.0

Note: MSRV was previously bumped to 1.47 in #469 in pursuit of the same
goal, but it turns out this was not the correct MSRV.
@tarcieri tarcieri mentioned this pull request Nov 12, 2021
tarcieri added a commit that referenced this pull request Nov 12, 2021
This makes it possible to merge #439 upgrading `cargo-edit` to v0.8.0

Note: MSRV was previously bumped to 1.47 in #469 in pursuit of the same
goal, but it turns out this was not the correct MSRV.
tarcieri added a commit that referenced this pull request Nov 12, 2021
This makes it possible to merge #439 upgrading `cargo-edit` to v0.8.0

Note: MSRV was previously bumped to 1.47 in #469 in pursuit of the same
goal, but it turns out this was not the correct MSRV.
@tarcieri
Copy link
Member

@dependabot rebase

Bumps [cargo-edit](https://github.com/killercup/cargo-edit) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/killercup/cargo-edit/releases)
- [Changelog](https://github.com/killercup/cargo-edit/blob/master/CHANGELOG.md)
- [Commits](killercup/cargo-edit@v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: cargo-edit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant