deps: update deps and assets

This commit is contained in:
Aloxaf 2023-11-22 15:11:51 +08:00
parent 1f5f0e83e5
commit 322db8f264
3 changed files with 386 additions and 285 deletions

657
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -20,13 +20,13 @@ harfbuzz = ["harfbuzz-sys", "font-kit/loader-freetype-default", "font-kit/source
dirs = "4.0"
imageproc = "0.23.0"
clipboard = "0.5.0"
tempfile = "3.1.0"
tempfile = "3.8.1"
conv = "0.3.3"
pathfinder_geometry = "0.5.1"
log = "0.4.11"
log = "0.4.20"
lazy_static = "1.4.0"
shell-words = { version = "1.0.0", optional = true }
rayon = "1.5.1"
shell-words = { version = "1.1.0", optional = true }
rayon = "1.8.0"
font-kit = "0.11"
harfbuzz-sys = { version = "0.5.0", optional = true }
@ -36,7 +36,7 @@ default-features = false
features = ["jpeg", "png", "jpeg_rayon"]
[dependencies.syntect]
version = "5.0"
version = "5.1"
default-features = false
features = ["parsing", "dump-load", "regex-onig", "plist-load", "yaml-load"]
@ -51,7 +51,7 @@ features = ["color", "wrap_help"]
optional = true
[dependencies.env_logger]
version = "0.9.1"
version = "0.9.3"
default-features = false
features = ["termcolor", "atty", "humantime"]
optional = true
@ -60,7 +60,7 @@ optional = true
pasteboard = "0.1.3"
[target.'cfg(target_os = "windows")'.dependencies]
clipboard-win = "4.0.2"
clipboard-win = "4.5.0"
image = { version = "0.24", default-features = false, features = ["jpeg", "bmp", "jpeg_rayon"] }
[patch.crates-io]

Binary file not shown.