Skip to content

Commit 4c6c31e

Browse files
committed
Update several dependencies
Notably: - parking_lot - sysinfo and many patch version bumps
1 parent c7f3874 commit 4c6c31e

File tree

3 files changed

+82
-52
lines changed

3 files changed

+82
-52
lines changed

Cargo.lock

+78-47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ debug-assertions = true
4747
overflow-checks = true
4848

4949
[patch.crates-io]
50-
rav1e = { git = "https://github.com/xiph/rav1e", rev = "f924c14be561cffaa881bfb81559772a91397551" }
50+
rav1e = { git = "https://github.com/xiph/rav1e", rev = "660a4ddd5b57610b3006777910c133919b9f1625" }

av1an-core/Cargo.toml

+3-4
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ anyhow = "1.0.42"
2525
rand = "0.8.4"
2626
serde = { version = "1.0", features = ["derive"] }
2727
serde_json = "1.0"
28-
sysinfo = "0.22.3"
28+
sysinfo = "0.23.0"
2929
splines = "4.0.0"
30-
indicatif = "0.17.0-rc.1"
30+
indicatif = { git = "https://github.com/console-rs/indicatif", rev = "5afa9a4a789d6a74586c0e2d27ae5bbe2cb8c460" }
3131
once_cell = "1.8.0"
32-
chrono = "0.4.19"
3332
strum = { version = "0.23.0", features = ["derive"] }
3433
itertools = "0.10.1"
3534
which = "4.1.0"
@@ -43,7 +42,7 @@ y4m = "0.7.0"
4342
thiserror = "1.0.30"
4443
paste = "1.0.5"
4544
simdutf8 = "0.1.3"
46-
parking_lot = "0.11.2"
45+
parking_lot = "0.12.0"
4746
cfg-if = "1.0.0"
4847
# TODO: move all of this CLI stuff to av1an-cli
4948
ansi_term = "0.12.1"

0 commit comments

Comments
 (0)