Skip to content

Commit

Permalink
build(deps): bump bindgen from 0.59.2 to 0.60.1
Browse files Browse the repository at this point in the history
Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.59.2 to 0.60.1.
- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)
- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/master/CHANGELOG.md)
- [Commits](rust-lang/rust-bindgen@v0.59.2...v0.60.1)

---
updated-dependencies:
- dependency-name: bindgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored and huitseeker committed Jun 30, 2022
1 parent 8514be0 commit 2bf420a
Showing 2 changed files with 23 additions and 4 deletions.
25 changes: 22 additions & 3 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 crates/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
@@ -596,7 +596,7 @@ better_any = { version = "0.1", default-features = false }
better_typeid_derive = { version = "0.1", default-features = false }
bimap = { version = "0.6", features = ["std"] }
bincode = { version = "1", default-features = false }
bindgen = { version = "0.59", default-features = false, features = ["runtime"] }
bindgen = { version = "0.60", default-features = false, features = ["runtime"] }
bit-set = { version = "0.5", features = ["std"] }
bit-vec = { version = "0.6", default-features = false, features = ["std"] }
bitflags = { version = "1" }

0 comments on commit 2bf420a

Please sign in to comment.