Skip to content

Commit 7151bec

Browse files
authored
Merge pull request #869 from vbrandl/dependabot/cargo/anyhow-1.0.95
Bump anyhow from 1.0.94 to 1.0.95
2 parents dd83213 + 0021fb5 commit 7151bec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
## [Unreleased]
77

88
### Dependencies
9-
- Bump `anyhow` from 1.0.89 to 1.0.94 ([#840](https://github.com/vbrandl/hoc/pull/840), [#843](https://github.com/vbrandl/hoc/pull/843), [#849](https://github.com/vbrandl/hoc/pull/849), [#850](https://github.com/vbrandl/hoc/pull/850), [#864](https://github.com/vbrandl/hoc/pull/864))
9+
- Bump `anyhow` from 1.0.89 to 1.0.95 ([#840](https://github.com/vbrandl/hoc/pull/840), [#843](https://github.com/vbrandl/hoc/pull/843), [#849](https://github.com/vbrandl/hoc/pull/849), [#850](https://github.com/vbrandl/hoc/pull/850), [#864](https://github.com/vbrandl/hoc/pull/864), [#869](https://github.com/vbrandl/hoc/pull/869))
1010
- Bump `serde_json` from 1.0.128 to 1.0.133 ([#841](https://github.com/vbrandl/hoc/pull/841), [#854](https://github.com/vbrandl/hoc/pull/854))
1111
- Bump `tracing-actix-web` from 0.7.13 to 0.7.15 ([#839](https://github.com/vbrandl/hoc/pull/839), [#855](https://github.com/vbrandl/hoc/pull/855))
1212
- Bump `bytes` from 1.7.2 to 1.9.0 ([#842](https://github.com/vbrandl/hoc/pull/842), [#861](https://github.com/vbrandl/hoc/pull/861))

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tracing-subscriber = { version = "0.3.19", features = [
4040
] }
4141

4242
[build-dependencies]
43-
anyhow = "1.0.94"
43+
anyhow = "1.0.95"
4444
ructe = { version = "0.17.2", features = ["mime03"] }
4545
vergen-gix = "1.0.3"
4646

0 commit comments

Comments
 (0)