nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 42 lines 1.4 kB view raw
1diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock 2index 5c49573775..3e855aa637 100644 3--- a/src/rust/Cargo.lock 4+++ b/src/rust/Cargo.lock 5@@ -665,11 +665,10 @@ 6 7 [[package]] 8 name = "rsmpeg" 9-version = "0.14.2+ffmpeg.6.1" 10+version = "0.15.1+ffmpeg.7.0" 11 source = "registry+https://github.com/rust-lang/crates.io-index" 12-checksum = "927012cd6ae43519f519741f4a69602ce3a47cf84750784da124dffd03527cc0" 13+checksum = "d3ffbead667d06e0c77c4363f83d49a3481cc3838bc9a61882aa07b01e3f63e1" 14 dependencies = [ 15- "libc", 16 "paste", 17 "rusty_ffmpeg", 18 "thiserror", 19@@ -711,9 +710,9 @@ 20 21 [[package]] 22 name = "rusty_ffmpeg" 23-version = "0.13.3+ffmpeg.6.1" 24+version = "0.14.1+ffmpeg.7.0" 25 source = "registry+https://github.com/rust-lang/crates.io-index" 26-checksum = "716adffa5f909c8533611b1dab9ab5666bece35687845865b75ed6a990fc239c" 27+checksum = "40f4db8e3e23d4a3044d53a41aba5324eae70d3e7fe82375ce833521533bc315" 28 dependencies = [ 29 "bindgen 0.69.4", 30 "camino", 31diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml 32index 4c1e73dcf0..68502915dc 100644 33--- a/src/rust/Cargo.toml 34+++ b/src/rust/Cargo.toml 35@@ -15,7 +15,7 @@ 36 env_logger = "0.8.4" 37 palette = "0.6.1" 38-rsmpeg = { version = "0.14.2", optional = true, features = [ 39+rsmpeg = { version = "0.15.1", optional = true, features = [ 40 "link_system_ffmpeg", 41 ] } 42 tesseract-sys = { version = "0.5.15", optional = true, default-features = false }