Skip to content

Commit 3d2eee7

Browse files
authored
Merge pull request #5 from sleeyax/chore/update-dependencies
2 parents e6869e1 + ecdb00c commit 3d2eee7

File tree

3 files changed

+31
-142
lines changed

3 files changed

+31
-142
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ authors = ["Sleeyax"]
88

99
[dependencies]
1010
bytes = { version = "1.5.0", optional = true }
11-
http = { version = "0.2.11", optional = true }
11+
http = { version = "1.0.0", optional = true }
1212
once_cell = "1.16.0"
1313

1414
[build-dependencies]
15-
bindgen = "0.60.1"
15+
bindgen = "0.69.2"
1616

1717
[features]
1818
default = ["client"]

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fn main() {
2222
.header("./src/bindings.h")
2323
// Tell cargo to invalidate the built crate whenever any of the
2424
// included header files changed.
25-
.parse_callbacks(Box::new(bindgen::CargoCallbacks))
25+
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
2626
// Finish the builder and generate the bindings.
2727
.generate()
2828
// Unwrap the Result and panic on failure.

0 commit comments

Comments
 (0)