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 anyhow to 1.0.57 #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 22, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.47 -> 1.0.57

Release Notes

dtolnay/anyhow

v1.0.57

Compare Source

v1.0.56

Compare Source

  • Add must_use warning when an Error created by anyhow! is not used, perhaps because the programmer meant to write bail! instead (#​229)

v1.0.55

Compare Source

  • Documentation improvements

v1.0.54

Compare Source

  • Construct more helpful error message from ensure! when the expression involves a negative literal const generic as the first generic argument of a method call (#​224)

v1.0.53

Compare Source

v1.0.52

Compare Source

  • Reduce overhead of backtrace capture in the case that backtraces are not enabled (#​212)

v1.0.51

Compare Source

  • Show doc for Ok fn

v1.0.50

Compare Source

v1.0.49

Compare Source

  • Add a function anyhow::Ok(v) equivalent to Ok::<_, anyhow::Error>(v) (#​192)

v1.0.48

Compare Source

Example:
```rust
ensure!(flags.len() <= 40);
```

```rust
ensure!(kind == Kind::File);
```

Before:

```console
Condition failed: `flags.len() <= 40`
Condition failed: `kind == Kind::File`
```

After:

```console
Condition failed: `flags.len() <= 40` (99 vs 40)
Condition failed: `kind == Kind::File` (Symlink vs File)
```

Configuration

📅 Schedule: 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update rust crate anyhow to 1.0.48 fix(deps): update rust crate anyhow to 1.0.49 Nov 27, 2021
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch 2 times, most recently from 230ea6a to 1615a39 Compare November 28, 2021 20:36
@renovate renovate bot changed the title fix(deps): update rust crate anyhow to 1.0.49 fix(deps): update rust crate anyhow to 1.0.50 Nov 28, 2021
@renovate renovate bot changed the title fix(deps): update rust crate anyhow to 1.0.50 fix(deps): update rust crate anyhow to 1.0.51 Nov 29, 2021
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from 1615a39 to dd71f15 Compare November 29, 2021 17:00
@renovate renovate bot changed the title fix(deps): update rust crate anyhow to 1.0.51 fix(deps): update rust crate anyhow to 1.0.52 Dec 23, 2021
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from dd71f15 to 0c4c150 Compare December 23, 2021 20:11
@renovate renovate bot changed the title fix(deps): update rust crate anyhow to 1.0.52 fix(deps): update rust crate anyhow to 1.0.55 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from 0c4c150 to 03c234f Compare March 7, 2022 08:07
@renovate renovate bot changed the title fix(deps): update rust crate anyhow to 1.0.55 fix(deps): update rust crate anyhow to 1.0.56 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from 03c234f to 55d260f Compare March 26, 2022 14:21
@renovate renovate bot changed the title fix(deps): update rust crate anyhow to 1.0.56 fix(deps): update rust crate anyhow to 1.0.57 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/anyhow-1.x branch from 55d260f to 8f2f5cb Compare April 24, 2022 18:48
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.

1 participant