Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
preview-generator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mediaflix
preview-generator
Commits
579e4008
Verified
Commit
579e4008
authored
4 weeks ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
update lockfile
parent
b17d3e48
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Cargo.lock
+90
-97
90 additions, 97 deletions
Cargo.lock
with
90 additions
and
97 deletions
Cargo.lock
+
90
−
97
View file @
579e4008
...
...
@@ -8,6 +8,15 @@ version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
[[package]]
name = "aho-corasick"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
dependencies = [
"memchr",
]
[[package]]
name = "aligned-vec"
version = "0.6.4"
...
...
@@ -19,9 +28,9 @@ dependencies = [
[[package]]
name = "ansi_term"
version = "0.1
1.0
"
version = "0.1
2.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b
"
checksum = "
d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2
"
dependencies = [
"winapi",
]
...
...
@@ -68,9 +77,9 @@ dependencies = [
[[package]]
name = "autocfg"
version = "1.
0
.0"
version = "1.
5
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d
"
checksum = "
c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8
"
[[package]]
name = "av1-grain"
...
...
@@ -123,9 +132,9 @@ checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
[[package]]
name = "bitflags"
version = "1.
2.1
"
version = "1.
3.2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693
"
checksum = "
bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a
"
[[package]]
name = "bitflags"
...
...
@@ -147,9 +156,9 @@ checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
[[package]]
name = "bumpalo"
version = "3.
2
.1"
version = "3.
18
.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
12ae9db68ad7fac5fe51304d20f016c911539251075a214f8e663babefa35187
"
checksum = "
793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee
"
[[package]]
name = "bytemuck"
...
...
@@ -199,12 +208,6 @@ dependencies = [
"target-lexicon",
]
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cfg-if"
version = "1.0.1"
...
...
@@ -224,13 +227,13 @@ dependencies = [
[[package]]
name = "clap"
version = "2.3
3
.0"
version = "2.3
4
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
5
06
7f5bb2d80ef5d68b4c87db
81
6
01f
0b75bca627bc2ef76b141d7b846a3c6d9
"
checksum = "
a
06
10544180c38b8
8101f
ecf2dd634b174a62eef6946f84dfc6a7127512b381c
"
dependencies = [
"ansi_term",
"atty",
"bitflags 1.
2.1
",
"bitflags 1.
3.2
",
"strsim",
"textwrap",
"unicode-width",
...
...
@@ -245,11 +248,11 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]]
name = "crc32fast"
version = "1.
2.0
"
version = "1.
4.2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1
"
checksum = "
a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3
"
dependencies = [
"cfg-if
0.1.10
",
"cfg-if",
]
[[package]]
...
...
@@ -294,9 +297,9 @@ dependencies = [
[[package]]
name = "either"
version = "1.5.
3
"
version = "1.
1
5.
0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3
"
checksum = "
48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719
"
[[package]]
name = "equator"
...
...
@@ -387,7 +390,7 @@ version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
dependencies = [
"cfg-if
1.0.1
",
"cfg-if",
"libc",
"wasi 0.11.1+wasi-snapshot-preview1",
]
...
...
@@ -398,7 +401,7 @@ version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
dependencies = [
"cfg-if
1.0.1
",
"cfg-if",
"libc",
"r-efi",
"wasi 0.14.2+wasi-0.2.4",
...
...
@@ -416,9 +419,9 @@ dependencies = [
[[package]]
name = "glob"
version = "0.3.
0
"
version = "0.3.
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574
"
checksum = "
a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2
"
[[package]]
name = "half"
...
...
@@ -426,7 +429,7 @@ version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
dependencies = [
"cfg-if
1.0.1
",
"cfg-if",
"crunchy",
]
...
...
@@ -438,9 +441,9 @@ checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
[[package]]
name = "heck"
version = "0.3.
1
"
version = "0.3.
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205
"
checksum = "
6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c
"
dependencies = [
"unicode-segmentation",
]
...
...
@@ -453,9 +456,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hermit-abi"
version = "0.1.1
1
"
version = "0.1.1
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
8a0d737e0f947a1864e93d33fdef4af8445a00d1ed8dc0c8ddb73139ea6abf15
"
checksum = "
62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33
"
dependencies = [
"libc",
]
...
...
@@ -562,9 +565,9 @@ checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
[[package]]
name = "lazy_static"
version = "1.
4
.0"
version = "1.
5
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646
"
checksum = "
bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe
"
[[package]]
name = "lebe"
...
...
@@ -594,7 +597,7 @@ version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
dependencies = [
"cfg-if
1.0.1
",
"cfg-if",
"windows-targets",
]
...
...
@@ -619,7 +622,7 @@ version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
dependencies = [
"cfg-if
1.0.1
",
"cfg-if",
"rayon",
]
...
...
@@ -805,7 +808,7 @@ version = "0.17.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
dependencies = [
"bitflags 1.
2.1
",
"bitflags 1.
3.2
",
"crc32fast",
"fdeflate",
"flate2",
...
...
@@ -839,27 +842,25 @@ dependencies = [
[[package]]
name = "proc-macro-error"
version = "1.0.
2
"
version = "1.0.
4
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
98e9e4b82e0ef281812565ea4751049f1bdcdfccda7d3f459f2e138a40c08678
"
checksum = "
da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c
"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn 1.0.
4
1",
"syn 1.0.1
09
",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.
2
"
version = "1.0.
4
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
4f5444ead4e9935abd7f27dc51f7e852a0569ac888096d5ec2499470794e2e53
"
checksum = "
a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869
"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.41",
"syn-mid",
"version_check",
]
...
...
@@ -963,7 +964,7 @@ dependencies = [
"av1-grain",
"bitstream-io",
"built",
"cfg-if
1.0.1
",
"cfg-if",
"interpolate_name",
"itertools 0.12.1",
"libc",
...
...
@@ -981,7 +982,7 @@ dependencies = [
"rand_chacha",
"simd_helpers",
"system-deps",
"thiserror 1.0.
15
",
"thiserror 1.0.
69
",
"v_frame",
"wasm-bindgen",
]
...
...
@@ -1023,18 +1024,32 @@ dependencies = [
[[package]]
name = "regex"
version = "1.8.4"
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f
"
checksum = "
809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908
"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.
7
.5"
version = "0.
8
.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da
"
checksum = "
2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c
"
[[package]]
name = "rgb"
...
...
@@ -1061,14 +1076,9 @@ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
[[package]]
name = "rustversion"
version = "1.0.2"
version = "1.0.2
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3bba175698996010c4f6dce5e7f173b6eb781fce25d2cfc45e27091ce0b79f6"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.41",
]
checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
[[package]]
name = "rusty_ffmpeg"
...
...
@@ -1084,9 +1094,9 @@ dependencies = [
[[package]]
name = "ryu"
version = "1.0.
3
"
version = "1.0.
20
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76
"
checksum = "
28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f
"
[[package]]
name = "serde"
...
...
@@ -1179,22 +1189,22 @@ version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
dependencies = [
"heck 0.3.
1
",
"heck 0.3.
3
",
"proc-macro-error",
"proc-macro2",
"quote",
"syn 1.0.
4
1",
"syn 1.0.1
09
",
]
[[package]]
name = "syn"
version = "1.0.
4
1"
version = "1.0.1
09
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
6690e3e9f692504b941dc6c3b188fd28df054f7fb8469ab40680df52fdcc842b
"
checksum = "
72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237
"
dependencies = [
"proc-macro2",
"quote",
"unicode-
x
id",
"unicode-id
ent
",
]
[[package]]
...
...
@@ -1208,17 +1218,6 @@ dependencies = [
"unicode-ident",
]
[[package]]
name = "syn-mid"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.41",
]
[[package]]
name = "system-deps"
version = "6.2.2"
...
...
@@ -1249,11 +1248,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "1.0.
15
"
version = "1.0.
69
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
54b3d3d2ff68104100ab257bb6bb0cb26c901abe4bd4ba15961f3bf86792401
2"
checksum = "
b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f5
2"
dependencies = [
"thiserror-impl 1.0.
15
",
"thiserror-impl 1.0.
69
",
]
[[package]]
...
...
@@ -1267,13 +1266,13 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "1.0.
15
"
version = "1.0.
69
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
ca972988113b7715266f91250ddb98070d033c62a011fa0fcc57434a649310dd
"
checksum = "
4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1
"
dependencies = [
"proc-macro2",
"quote",
"syn
1
.0.
4
1",
"syn
2
.0.1
03
",
]
[[package]]
...
...
@@ -1359,21 +1358,15 @@ checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
[[package]]
name = "unicode-segmentation"
version = "1.
6
.0"
version = "1.
12
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0
"
checksum = "
f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493
"
[[package]]
name = "unicode-width"
version = "0.1.
7
"
version = "0.1.
14
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
[[package]]
name = "v_frame"
...
...
@@ -1388,9 +1381,9 @@ dependencies = [
[[package]]
name = "vec_map"
version = "0.8.
1
"
version = "0.8.
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a
"
checksum = "
f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191
"
[[package]]
name = "version-compare"
...
...
@@ -1400,9 +1393,9 @@ checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
[[package]]
name = "version_check"
version = "0.9.
1
"
version = "0.9.
5
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0
78775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce
"
checksum = "0
b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a
"
[[package]]
name = "wasi"
...
...
@@ -1425,7 +1418,7 @@ version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
dependencies = [
"cfg-if
1.0.1
",
"cfg-if",
"once_cell",
"rustversion",
"wasm-bindgen-macro",
...
...
@@ -1493,9 +1486,9 @@ checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
[[package]]
name = "winapi"
version = "0.3.
8
"
version = "0.3.
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6
"
checksum = "
5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419
"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment