Skip to content

Commit

Permalink
chore(deps): bump anyhow from 1.0.81 to 1.0.91
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.91.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.81...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]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 6bf661f commit 9a27732
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.91"
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.91"
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.91"
serial_test = "3.0.0"

0 comments on commit 9a27732

Please sign in to comment.