Skip to content

Commit bec24b9

Browse files
chore(deps): Bump anyhow from 1.0.89 to 1.0.91
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.91. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.89...1.0.91) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8c4e276 commit bec24b9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/docs-renderer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
publish = false
77

88
[dependencies]
9-
anyhow = { version = "1.0.89", default-features = false, features = ["std"] }
9+
anyhow = { version = "1.0.91", default-features = false, features = ["std"] }
1010
serde.workspace = true
1111
serde_json.workspace = true
1212
snafu = { version = "0.7.5", default-features = false }

lib/vector-api-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ serde.workspace = true
1313
serde_json.workspace = true
1414

1515
# Error handling
16-
anyhow = { version = "1.0.89", default-features = false, features = ["std"] }
16+
anyhow = { version = "1.0.91", default-features = false, features = ["std"] }
1717

1818
# Tokio / Futures
1919
futures.workspace = true

vdev/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
publish = false
99

1010
[dependencies]
11-
anyhow = "1.0.89"
11+
anyhow = "1.0.91"
1212
chrono.workspace = true
1313
clap.workspace = true
1414
clap-verbosity-flag = "2.2.2"

0 commit comments

Comments
 (0)