diff options
| author | Albert Dong <albertd@g.ucla.edu> | 2023-11-24 02:38:35 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-24 11:38:35 +0100 |
| commit | 2b2bc6271629096cc7258614b84fde7684437dbe (patch) | |
| tree | 31309843835a80f47c7e06f7068b641481a60c16 /Cargo.toml | |
| parent | 55799f73952f66b937a75f5e7f99604987238399 (diff) | |
Upgrade open package to v5.0.1 (#2752)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
