Skip to content

Commit 45b59fd

Browse files
chore(deps): bump bindgen from 0.72.1 to 0.73.2
Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.72.1 to 0.73.2. - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md) - [Commits](rust-lang/rust-bindgen@v0.72.1...v0.73.2) --- updated-dependencies: - dependency-name: bindgen dependency-version: 0.73.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 570cf7d commit 45b59fd

3 files changed

Lines changed: 25 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 23 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ proc-maps = "0.5.0"
130130
anyhow = { version = "1.0.102" }
131131
cfg_aliases = "0.2.1"
132132
built = { version = "0.8.1", optional = true, features = ["chrono", "git2"] }
133-
bindgen = { version = "0.72", features = ["prettyplease"] }
133+
bindgen = { version = "0.73", features = ["prettyplease"] }
134134
cc = "1.2"
135135

136136
[features]

src/hyperlight_libc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ workspace = true
2525
anyhow = "1"
2626
cc = "1.2"
2727
glob = "0.3.3"
28-
bindgen = { version = "0.72", features = ["prettyplease"] }
28+
bindgen = { version = "0.73", features = ["prettyplease"] }

0 commit comments

Comments
 (0)