Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to 1.0.82
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 17, 2024
1 parent f7d3264 commit 521d5f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ figment = { version = "0.10.10", features = ["toml", "env"] }

# error types
thiserror = "1.0.58"
anyhow = "1.0.72"
anyhow = "1.0.82"

# tokio tracing crate
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-tracing-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "Some opinionated useful utilities for setting up otel tracing in
[dependencies]
# error types
thiserror = "1.0.58"
anyhow = "1.0.72"
anyhow = "1.0.82"
# tokio tracing
tracing = "0.1.40"
# Implements the types defined in the Otel spec
Expand Down

0 comments on commit 521d5f7

Please sign in to comment.