Upgrade open package to v5.0.1 (#2752)

This commit is contained in:
Albert Dong 2023-11-24 02:38:35 -08:00 committed by GitHub
parent 55799f7395
commit 2b2bc62716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1527,9 +1527,9 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[package]]
name = "open"
version = "5.0.0"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfabf1927dce4d6fdf563d63328a0a506101ced3ec780ca2135747336c98cef8"
checksum = "90878fb664448b54c4e592455ad02831e23a3f7e157374a8b95654731aac7349"
dependencies = [
"is-wsl",
"libc",

View File

@ -65,7 +65,7 @@ log = "0.4"
miniz_oxide = "0.7"
notify = "6"
once_cell = "1"
open = "5"
open = "5.0.1"
oxipng = { git = "https://github.com/typst/oxipng", rev = "b8ec65b", default-features = false, features = ["filetime", "parallel", "zopfli"] }
palette = { version = "0.7.3", default-features = false, features = ["approx", "libm"] }
pathdiff = "0.2"