diff --git a/Cargo.toml b/Cargo.toml index 3ab307d..ec80b1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ windows-sys = { version = "0.59", features = [ ] } [build-dependencies] -bindgen = "0.71" +bindgen = "0.72" [dev-dependencies] tokio = { version = "1", features = ["rt-multi-thread"] }