Skip to content

Commit

Permalink
chore(deps): bump anyhow from 1.0.86 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.86 to 1.0.90.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.86...1.0.90)

---
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 21, 2024
1 parent f3efd24 commit e526066
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 src/bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ serde_json = "1.0.124"
uuid = { version = "1.10.0", features = ["serde"] }

[build-dependencies]
anyhow = "1.0.86"
anyhow = "1.0.90"
lazy-regex = "3.2.0"
openrpc-types = "0.4.0"
prettyplease = "0.2.20"
Expand Down
2 changes: 1 addition & 1 deletion src/test-suite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ serde = { version = "1.0.207", features = ["derive"] }
bindings = { path = "../bindings" }
strum = { version = "0.26.3", features = ["derive"] }
derive_more = { version = "1.0.0", features = ["deref", "deref_mut"] }
anyhow = "1.0.86"
anyhow = "1.0.90"
schemars = { version = "0.8.21", features = ["derive"] }
reqwest = { version = "0.12.5", features = ["blocking", "json"] }
humantime-serde = "1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion src/tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish.workspace = true

[dependencies]
anstream = "0.6.15"
anyhow = "1.0.86"
anyhow = "1.0.90"
ascii = "1.1.0"
axum = "0.7.5"
bstr = "1.9.1"
Expand Down

0 comments on commit e526066

Please sign in to comment.