Skip to content

Commit

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

---
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 Aug 26, 2023
1 parent f3dba32 commit 6bb0b76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/native/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 app/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib", "staticlib"]

[dependencies]
struct-key-value-pair = { path = "crates/struct-key-value-pair" }
anyhow = { version = "1.0.74", features = ["backtrace"] }
anyhow = { version = "1.0.75", features = ["backtrace"] }
bytes = "1.4.0"
color-eyre = "0.6.2"
crossbeam = { version = "0.8.2", features = ["crossbeam-channel"] }
Expand Down

0 comments on commit 6bb0b76

Please sign in to comment.