Skip to content

Commit

Permalink
chore(deps): bump anyhow from 1.0.81 to 1.0.90
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.81 to 1.0.90.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.81...1.0.90)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 6bf661f commit 2f179db
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 @@ -32,7 +32,7 @@ tokio = { version = "1.37", features = ["full"] }
futures = "0.3.30"
async-trait = "0.1.78"
thiserror = "1.0.58"
anyhow = "1.0.81"
anyhow = "1.0.90"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
tracing-opentelemetry = "0.23.0"
Expand Down
2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ governor = { workspace = true }
lazy_static = { workspace = true }

[dev-dependencies]
anyhow = "1.0.70"
anyhow = "1.0.90"
serde_yaml = "0.9.27"
2 changes: 1 addition & 1 deletion user-trades/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ futures = { workspace = true }
serde_with = { workspace = true }

[dev-dependencies]
anyhow = "1.0.70"
anyhow = "1.0.90"
serial_test = "3.0.0"

0 comments on commit 2f179db

Please sign in to comment.