Skip to content

Commit

Permalink
dependency: fix some minimal-versions failures
Browse files Browse the repository at this point in the history
  • Loading branch information
chadaustin committed Sep 4, 2024
1 parent 074f115 commit d866ed4
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 41 deletions.
118 changes: 82 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ inherits = "release"
debug = true

[build-dependencies]
vcpkg = "0"
vcpkg = "0.2.15"

[dev-dependencies]
criterion = { version = "0", features = ["html_reports"] }
Expand All @@ -48,17 +48,17 @@ async-std = { version = "1.12", features = ["unstable"] }
batch-channel = "0.3.6"
blake3 = "1"
blockhash = "0"
chrono = "0"
chrono = "0.4.38"
directories = "5"
dunce = "1.0.5"
kamadak-exif = "0"
kamadak-exif = "0.5.5"
keepawake = "0"
futures = "0.3"
hex = "0"
image = { version = "0.24", features = [] }
image_hasher = "1"
itermore = { version = "0.7.1", features = ["array_chunks"] }
jwalk = "0"
jwalk = "0.8.1"
ntapi = "0.4.1"
libheif-rs = "0"
rayon = "1"
Expand All @@ -69,7 +69,7 @@ structopt = "0.3.26"
thiserror = "1"
tokio = { version = "1.38", features = ["macros", "rt-multi-thread", "sync"] }
turbojpeg = { version = "0", features = ["image"] }
walkdir = "2"
walkdir = "2.5.0"
wild = "2.2.1"
winapi = { version = "0.3.9", features = ["heapapi"] }

Expand Down

0 comments on commit d866ed4

Please sign in to comment.