chore: Remove clap3 dependency by disabling default features of cbindgen (#15037)

cbindgen pulled that in, but we don't really need it (Plus it pulls in a
dep with an advisory)

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
This commit is contained in:
Piotr Osiewicz 2024-07-23 22:49:49 +02:00 committed by GitHub
parent d034d73af9
commit ba4ff1df59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 69 deletions

View file

@ -87,7 +87,7 @@ embed-resource = "2.4"
[target.'cfg(target_os = "macos")'.build-dependencies]
bindgen = "0.65.1"
cbindgen = "0.26.0"
cbindgen = { version = "0.26.0", default-features = false }
[target.'cfg(target_os = "macos")'.dependencies]
block = "0.1"