Skip to content

Commit accd0d3

Browse files
authored
Bump bindgen from 0.71.1 to 0.72.0 in /src (#3605)
2 parents c55d20e + 83cd0eb commit accd0d3

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

src/Cargo.lock

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

src/lib/logger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ linux-api = { path = "../linux-api" }
1010

1111
[build-dependencies]
1212
cc = { version = "1.2", features = ["parallel"] }
13-
bindgen = { version = "0.71.0" }
13+
bindgen = { version = "0.72.0" }
1414
# Needs to be a build-dependency as well for its generated header files
1515
# to be present, which our C build needs.
1616
linux-api = { path = "../linux-api", features = ["c_bindings"] }

src/lib/shadow-build-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bindgen = ["dep:bindgen"]
1010
cbindgen = ["dep:cbindgen"]
1111

1212
[dependencies]
13-
bindgen = { optional = true, version = "0.71.0" }
13+
bindgen = { optional = true, version = "0.72.0" }
1414
cbindgen = { optional = true, version = "0.29.0", default-features = false }
1515
cc = { version = "1.2", features = ["parallel"] }
1616
system-deps = "7.0"

src/lib/shim/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env_logger = "0.11.5"
3434
test-log = "0.2.16"
3535

3636
[build-dependencies]
37-
bindgen = { version = "0.71.0" }
37+
bindgen = { version = "0.72.0" }
3838
cbindgen = { version = "0.29.0", default-features = false }
3939
cc = { version = "1.2", features = ["parallel"] }
4040
shadow-build-common = { path = "../shadow-build-common", features = ["bindgen", "cbindgen"] }

src/lib/tsc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish.workspace = true
99
logger = { path = "../logger" }
1010

1111
[build-dependencies]
12-
bindgen = { version = "0.71.0" }
12+
bindgen = { version = "0.72.0" }
1313
cc = { version = "1.2", features = ["parallel"] }
1414
shadow-build-common = { path = "../shadow-build-common", features = ["bindgen", "cbindgen"] }
1515
system-deps = "7.0"

src/main/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ perf_timers = []
7373

7474
[build-dependencies]
7575
shadow-build-common = { path = "../lib/shadow-build-common", features = ["bindgen", "cbindgen"] }
76-
bindgen = { version = "0.71.0" }
76+
bindgen = { version = "0.72.0" }
7777
cbindgen = { version = "0.29.0", default-features = false }
7878
cc = { version = "1.2", features = ["parallel"] }
7979
system-deps = "7.0"

0 commit comments

Comments
 (0)