Skip to content

Commit 27ab488

Browse files
Bump anyhow from 1.0.99 to 1.0.100 (#189)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.99 to 1.0.100. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.99...1.0.100) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.100 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff4cae3 commit 27ab488

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
@@ -42,7 +42,7 @@ opentelemetry = { version = "0.30", features = ["trace"] }
4242
opentelemetry-otlp = { version = "0.30", optional = true, default-features = false, features = ["trace", "grpc-tonic"] }
4343
opentelemetry_sdk = { version = "0.30", features = ["rt-tokio"] }
4444
thiserror = "2.0.16"
45-
anyhow = "1.0.99"
45+
anyhow = "1.0.100"
4646
prometheus-client = "0.24.0"
4747

4848
[dev-dependencies]

0 commit comments

Comments
 (0)