Skip to content

Commit

Permalink
Bump anyhow from 1.0.63 to 1.0.64 in /lang/rust (#1855)
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.63 to 1.0.64.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.63...1.0.64)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 7, 2022
1 parent 720e3a8 commit bf4ee7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lang/rust/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 lang/rust/avro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ quad-rand = { default-features = false, version = "0.2.1" }
rand = { default-features = false, version = "0.8.5", features = ["default"] }

[dev-dependencies]
anyhow = { default-features = false, version = "1.0.63", features = ["std"] }
anyhow = { default-features = false, version = "1.0.64", features = ["std"] }
apache-avro-test-helper = { default-features = false, version = "0.14.0", path = "../avro_test_helper" }
criterion = { default-features = false, version = "0.3.6" }
hex-literal = { default-features = false, version = "0.3.4" }
Expand Down

0 comments on commit bf4ee7a

Please sign in to comment.