Skip to content

Commit

Permalink
Bump cbindgen from 0.24.5 to 0.26.0 in /src
Browse files Browse the repository at this point in the history
Bumps [cbindgen](https://github.com/mozilla/cbindgen) from 0.24.5 to 0.26.0.
- [Release notes](https://github.com/mozilla/cbindgen/releases)
- [Changelog](https://github.com/mozilla/cbindgen/blob/master/CHANGES)
- [Commits](mozilla/cbindgen@v0.24.5...0.26.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 13, 2023
1 parent e503ea9 commit 5825e0f
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/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 src/lib/linux-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ rustix = { version = "0.38.4", default-features=false, features = ["thread", "pr

[build-dependencies]
shadow-build-common = { path = "../shadow-build-common" }
cbindgen = { version = "0.24.5" }
cbindgen = { version = "0.26.0" }
2 changes: 1 addition & 1 deletion src/lib/log-c2rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ va_list = { version = "0.1.4", default-features = false }
[build-dependencies]
cc = { version = "1.0", features = ["parallel"] }
shadow-build-common = { path = "../shadow-build-common" }
cbindgen = { version = "0.24.3" }
cbindgen = { version = "0.26.0" }
2 changes: 1 addition & 1 deletion src/lib/shadow-build-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
bindgen = { version = "0.66.1" }
cbindgen = { version = "0.24.5" }
cbindgen = { version = "0.26.0" }
cc = { version = "1.0", features = ["parallel"] }
system-deps = "6.1"

Expand Down
2 changes: 1 addition & 1 deletion src/lib/shadow-shim-helper-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bytemuck = "1.14.0"
cc = { version = "1.0", features = ["parallel"] }
shadow-build-common = { path = "../shadow-build-common" }
system-deps = "6.1"
cbindgen = { version = "0.24.5" }
cbindgen = { version = "0.26.0" }

[dev-dependencies]
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/shim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ test-log = "0.2.12"

[build-dependencies]
bindgen = { version = "0.66.1" }
cbindgen = { version = "0.24.5" }
cbindgen = { version = "0.26.0" }
cc = { version = "1.0", features = ["parallel"] }
shadow-build-common = { path = "../shadow-build-common" }
# Building the C code from this crate's build script requires
Expand Down
2 changes: 1 addition & 1 deletion src/lib/tsc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ logger = { path = "../logger" }
cc = { version = "1.0", features = ["parallel"] }
shadow-build-common = { path = "../shadow-build-common" }
system-deps = "6.1"
cbindgen = { version = "0.24.5" }
cbindgen = { version = "0.26.0" }

[lib]
crate-type = ["staticlib", "rlib"]
Expand Down
2 changes: 1 addition & 1 deletion src/main/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ perf_timers = []
[build-dependencies]
shadow-build-common = { path = "../lib/shadow-build-common" }
bindgen = { version = "0.66.1" }
cbindgen = { version = "0.24.5" }
cbindgen = { version = "0.26.0" }
cc = { version = "1.0", features = ["parallel"] }
system-deps = "6.1"
# Building the C code from this crate's build script requires
Expand Down

0 comments on commit 5825e0f

Please sign in to comment.