Bump bindgen
This commit is contained in:
parent
85dee7d53d
commit
c892e851aa
@ -12,7 +12,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
anyhow = "1.0.69"
|
||||
arrayvec = "0.7.2"
|
||||
npp-sys = "0.0.1"
|
||||
npp-sys = { git = "https://gitlab.kryptodev.ru/oss/rust/npp-rs.git" }
|
||||
nvidia-video-codec-sys = { version = "0.1.0", path = "nvidia-video-codec-sys" }
|
||||
parking_lot = "0.12.1"
|
||||
serde = { version = "1.0.155", features = ["derive"] }
|
||||
@ -22,7 +22,6 @@ thiserror = "1.0.38"
|
||||
members = ["nvidia-video-codec-sys"]
|
||||
|
||||
[dev-dependencies]
|
||||
ffmpeg = {version = "5.1.1", package = "ffmpeg-next" }
|
||||
image = "0.24.5"
|
||||
mp4 = "0.13.0"
|
||||
mp4parse = "0.12.0"
|
||||
|
@ -9,6 +9,6 @@ repository = "https://github.com/rust-av/nvidia-video-codec-rs"
|
||||
build = "build.rs"
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = "0.64"
|
||||
bindgen = "0.68.1"
|
||||
|
||||
[dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user