mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update to last video-metadata crate version
This commit is contained in:
parent
95362ba3ce
commit
5e010027d5
2 changed files with 4 additions and 4 deletions
2
components/servo/Cargo.lock
generated
2
components/servo/Cargo.lock
generated
|
@ -2445,7 +2445,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "video-metadata"
|
||||
version = "0.1.2"
|
||||
source = "git+https://github.com/GuillaumeGomez/video-metadata-rs#c613de6a20c85ddda2db3b592ae595e8f993a699"
|
||||
source = "git+https://github.com/GuillaumeGomez/video-metadata-rs#bc7f45023765b0ff7a7235e02bac3bfe9f24acd7"
|
||||
dependencies = [
|
||||
"gcc 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
6
ports/cef/Cargo.lock
generated
6
ports/cef/Cargo.lock
generated
|
@ -1758,7 +1758,7 @@ dependencies = [
|
|||
"url 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"util 0.0.1",
|
||||
"uuid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"video-metadata 0.1.0 (git+https://github.com/GuillaumeGomez/video-metadata-rs)",
|
||||
"video-metadata 0.1.2 (git+https://github.com/GuillaumeGomez/video-metadata-rs)",
|
||||
"webrender_traits 0.2.0 (git+https://github.com/servo/webrender_traits)",
|
||||
"websocket 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"xml5ever 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -2306,8 +2306,8 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "video-metadata"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/GuillaumeGomez/video-metadata-rs#b5669bc88f33901ed4c45da74eedaadeabb162b1"
|
||||
version = "0.1.2"
|
||||
source = "git+https://github.com/GuillaumeGomez/video-metadata-rs#bc7f45023765b0ff7a7235e02bac3bfe9f24acd7"
|
||||
dependencies = [
|
||||
"gcc 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue