summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlbert Dong <albertd@g.ucla.edu>2023-11-24 02:38:35 -0800
committerGitHub <noreply@github.com>2023-11-24 11:38:35 +0100
commit2b2bc6271629096cc7258614b84fde7684437dbe (patch)
tree31309843835a80f47c7e06f7068b641481a60c16 /Cargo.toml
parent55799f73952f66b937a75f5e7f99604987238399 (diff)
Upgrade open package to v5.0.1 (#2752)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8f27ecab..57c869cb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"