Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump open from 2.1.2 to 4.0.0 #163

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2023

Bumps open from 2.1.2 to 4.0.0.

Release notes

Sourced from open's releases.

v4.0.0

Bug Fixes

New Features (BREAKING)

  • set minimal required Rust version of 1.62. This version is motivated only when compiling on windows (but we can't differentiate that) due to the recent addition of CommandExt::raw_arg().

    This might be a breaking change as previously there was no minimal supported Rust version.

Commit Statistics

  • 4 commits contributed to the release.
  • 3 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Windows URL encoding for multiple query params (9ceb0a4)
    • Refactor (9a1178a)
    • Set minimal required Rust version of 1.62. (0cd6f98)
    • Fix Windows URL encoding for multiple query params (e4856ac)

v3.4.0

New Features

  • un-deprecate that_in_background(). In some configurations launchers may block, thus it's better to provide an easy mechanism to unblock an otherwise blocking call. This is alongside being able to use command() directly and simply spawn

... (truncated)

Changelog

Sourced from open's changelog.

4.0.0 (2023-03-10)

Bug Fixes

New Features (BREAKING)

  • set minimal required Rust version of 1.62. This version is motivated only when compiling on windows (but we can't differentiate that) due to the recent addition of CommandExt::raw_arg().

    This might be a breaking change as previously there was no minimal supported Rust version.

Commit Statistics

  • 4 commits contributed to the release.
  • 3 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Windows URL encoding for multiple query params (9ceb0a4)
    • Refactor (9a1178a)
    • Set minimal required Rust version of 1.62. (0cd6f98)
    • Fix Windows URL encoding for multiple query params (e4856ac)

3.4.0 (2023-03-06)

... (truncated)

Commits
  • f36f37a Release open v4.0.0
  • 9ceb0a4 fix: Windows URL encoding for multiple query params
  • 9a1178a refactor
  • 0cd6f98 feat!: set minimal required Rust version of 1.62.
  • e4856ac Fix Windows URL encoding for multiple query params
  • 031c44b Release open v3.4.0
  • bfededa improve README
  • 7e2a9c6 doc: improve documentation around how to use the library.
  • cb322bf modernize generics of API using impl instead of 'the other way'.
  • 2f6fb47 thanks clippy
  • Additional commits viewable in compare view

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)

Bumps [open](https://github.com/Byron/open-rs) from 2.1.2 to 4.0.0.
- [Release notes](https://github.com/Byron/open-rs/releases)
- [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md)
- [Commits](Byron/open-rs@v2.1.2...v4.0.0)

---
updated-dependencies:
- dependency-name: open
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 13, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 21, 2023

Superseded by #165.

@dependabot dependabot bot closed this Mar 21, 2023
@dependabot dependabot bot deleted the dependabot/cargo/open-4.0.0 branch March 21, 2023 00:57
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.

0 participants