Merge pull request #75 from 0x676e67/dependabot/cargo/bindgen-0.72.0

This commit is contained in:
0x676e67 2025-06-09 23:17:47 +08:00 committed by GitHub
commit b4fb079585
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ boring-sys = { package = "boring-sys2", version = "4.15.13", path = "./boring-sy
boring = { package = "boring2", version = "4.15.13", path = "./boring" }
tokio-boring = { package = "tokio-boring2", version = "4.15.13", path = "./tokio-boring" }
bindgen = { version = "0.71.1", default-features = false, features = ["runtime"] }
bindgen = { version = "0.72.0", default-features = false, features = ["runtime"] }
bytes = "1"
cmake = "0.1.18"
fs_extra = "1.3.0"