Skip to content

Commit

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

---
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] committed Aug 16, 2023
1 parent 50e2db1 commit 5dcfd93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -83,7 +83,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.71", features = ["std"] }
anyhow = { default-features = false, version = "1.0.74", features = ["std"] }
apache-avro-test-helper = { default-features = false, version = "0.15.0", path = "../avro_test_helper" }
criterion = { default-features = false, version = "0.4.0" }
hex-literal = { default-features = false, version = "0.4.1" }
Expand Down
2 changes: 1 addition & 1 deletion lang/rust/avro_test_helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ documentation = "https://docs.rs/apache-avro-test-helper"


[dependencies]
anyhow = { default-features = false, version = "1.0.71", features = ["std"] }
anyhow = { default-features = false, version = "1.0.74", features = ["std"] }
color-backtrace = { default-features = false, version = "0.5.1" }
ctor = { default-features = false, version = "0.2.2" }
env_logger = { default-features = false, version = "0.10.0" }
Expand Down

0 comments on commit 5dcfd93

Please sign in to comment.