Merge remote-tracking branch 'origin/master' into loadable_extension

This commit is contained in:
gwenn
2023-11-10 17:36:58 +00:00
8 changed files with 4360 additions and 2384 deletions

View File

@@ -46,7 +46,7 @@ openssl-sys = { version = "0.9", optional = true }
atomic = { version = "0.5", optional = true }
[build-dependencies]
bindgen = { version = "0.68", optional = true, default-features = false, features = ["runtime"] }
bindgen = { version = "0.69", optional = true, default-features = false, features = ["runtime"] }
pkg-config = { version = "0.3.19", optional = true }
cc = { version = "1.0", optional = true }
vcpkg = { version = "0.2", optional = true }