Skip to content

Commit f661b3d

Browse files
build(deps): bump anyhow in the rust-minor-patch group (#269)
Bumps the rust-minor-patch group with 1 update: [anyhow](https://github.com/dtolnay/anyhow). Updates `anyhow` from 1.0.88 to 1.0.89 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.88...1.0.89) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b62821d commit f661b3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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
@@ -9,7 +9,7 @@ members = [
99
]
1010

1111
[workspace.dependencies]
12-
anyhow = { version = "1.0.88", default-features = false, features = ["std"] }
12+
anyhow = { version = "1.0.89", default-features = false, features = ["std"] }
1313
chrono = { version = "0.4.38", default-features = false, features = ["serde"] }
1414
config = { version = "0.14.0", default-features = false, features = ["toml"] }
1515
entity = { version = "2.1.2", path = "./entity" }

0 commit comments

Comments
 (0)