Skip to content

Commit

Permalink
chore: Bump anyhow from 1.0.93 to 1.0.94 (#68)
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.93 to 1.0.94.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.93...1.0.94)

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

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 Dec 4, 2024
1 parent db2a60b commit 8ab95b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 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.3" }
rand = { default-features = false, version = "0.8.5", features = ["default"] }

[dev-dependencies]
anyhow = { default-features = false, version = "1.0.93", features = ["std"] }
anyhow = { default-features = false, version = "1.0.94", features = ["std"] }
apache-avro-test-helper = { default-features = false, version = "0.18.0", path = "../avro_test_helper" }
criterion = { default-features = false, version = "0.5.1" }
hex-literal = { default-features = false, version = "0.4.1" }
Expand Down
2 changes: 1 addition & 1 deletion avro_test_helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ readme = "README.md"


[dependencies]
anyhow = { default-features = false, version = "1.0.93", features = ["std"] }
anyhow = { default-features = false, version = "1.0.94", features = ["std"] }
better-panic = { default-features = false, version = "0.3.0" }
ctor = { default-features = false, version = "0.2.9" }
env_logger = { default-features = false, version = "0.11.5" }
Expand Down

0 comments on commit 8ab95b9

Please sign in to comment.