Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to ^1.0.75 (#42)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch |
`^1.0.69` -> `^1.0.75` |

---

### Release Notes

<details>
<summary>dtolnay/anyhow (anyhow)</summary>

### [`v1.0.75`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.75)

[Compare
Source](https://togithub.com/dtolnay/anyhow/compare/1.0.74...1.0.75)

- Partially work around rust-analyzer bug
([rust-lang/rust-analyzer#9911)

### [`v1.0.74`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.74)

[Compare
Source](https://togithub.com/dtolnay/anyhow/compare/1.0.73...1.0.74)

- Add bootstrap workaround to allow rustc to depend on anyhow
([#&#8203;320](https://togithub.com/dtolnay/anyhow/issues/320), thanks
[@&#8203;RalfJung](https://togithub.com/RalfJung))

### [`v1.0.73`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.73)

[Compare
Source](https://togithub.com/dtolnay/anyhow/compare/1.0.72...1.0.73)

- Update backtrace support to nightly's new Error::provide API
([rust-lang/rust#113464,
[#&#8203;319](https://togithub.com/dtolnay/anyhow/issues/319))

### [`v1.0.72`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.72)

[Compare
Source](https://togithub.com/dtolnay/anyhow/compare/1.0.71...1.0.72)

-   Documentation improvements

### [`v1.0.71`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.71)

[Compare
Source](https://togithub.com/dtolnay/anyhow/compare/1.0.70...1.0.71)

-   Documentation improvements

### [`v1.0.70`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.70)

[Compare
Source](https://togithub.com/dtolnay/anyhow/compare/1.0.69...1.0.70)

-   Update syn dependency to 2.x

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Isawan/terrashine).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzYuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
Isawan committed Aug 24, 2023
2 parents 2cd80d3 + 52f9451 commit 2140858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "integration/main.rs"


[dependencies]
anyhow = "^1.0.69"
anyhow = "^1.0.75"
aws-sdk-s3 = { version = "^0.25.0" }
axum = { version = "^0.6.20", features = ["http2", "json", "tracing"] }
clap = { version = "^4.2.1", features = [
Expand Down

0 comments on commit 2140858

Please sign in to comment.