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

fix(deps): update rust crate hakari to 0.17.1 #56

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

nextest-bot
Copy link
Collaborator

This PR contains the following updates:

Package Type Update Change
hakari dependencies minor 0.16.0 -> 0.17.1

Release Notes

guppy-rs/guppy (hakari)

v0.17.1: hakari 0.17.1

Compare Source

Fixed

Add WorkspaceHackLineStyle to list of public exports.

v0.17.0: hakari 0.17.0

Compare Source

Added

New config option workspace-hack-line-style, with three possible values:

  • "full": my-workspace-hack = { version = "0.1", path = ... }. This is the default and a
    good way to get started.

  • "version-only": my-workspace-hack = { version = "0.1" }. Specifying versions this way is
    useful if you've published a stub crate to crates.io (see the publishing
    section). You can use this in combination with a patch directive in the root Cargo.toml:

    [patch.crates-io.my-workspace-hack]
    path = "workspace-hack"
  • "workspace-dotted": my-workspace-hack.workspace = true. To use this, define a workspace
    dependency in the root Cargo.toml:

    [workspace.dependencies]
    my-workspace-hack = { version = "0.1", path = "workspace-hack" }

or, along with a patch directive:

my-workspace-hack = { version = "0.1" }

##### Changed

- MSRV updated to Rust 1.70.

Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 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 has been generated by Renovate Bot.

@nextest-bot nextest-bot added the dependencies Pull requests that update a dependency file label Oct 4, 2023
@sunshowers sunshowers merged commit ee83448 into main Oct 4, 2023
2 checks passed
@sunshowers sunshowers deleted the renovate/hakari-0.x branch October 4, 2023 03:14
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.

2 participants