summaryrefslogtreecommitdiff
path: root/crates/typst-cli/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-09-13 14:04:12 +0200
committerLaurenz <laurmaedje@gmail.com>2023-09-13 14:44:45 +0200
commitf9feea3f2972815165b357724a9764a7d32377dc (patch)
treee20fc77431e501d65ad3eb615a1dc73d006d2cb8 /crates/typst-cli/Cargo.toml
parente77d9350140eeaef8b5f5c324eb34a402f581290 (diff)
Bump dependencies
Diffstat (limited to 'crates/typst-cli/Cargo.toml')
-rw-r--r--crates/typst-cli/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml
index d2418307..0da03afc 100644
--- a/crates/typst-cli/Cargo.toml
+++ b/crates/typst-cli/Cargo.toml
@@ -23,18 +23,18 @@ doc = false
typst = { path = "../typst" }
typst-library = { path = "../typst-library" }
chrono = { version = "0.4.24", default-features = false, features = ["clock", "std"] }
-clap = { version = "4.2.4", features = ["derive", "env"] }
+clap = { version = "4.4", features = ["derive", "env"] }
codespan-reporting = "0.11"
comemo = "0.3"
ecow = "0.1.1"
dirs = "5"
flate2 = "1"
inferno = "0.11.15"
-memmap2 = "0.5"
-notify = "5"
+memmap2 = "0.7"
+notify = "6"
once_cell = "1"
-open = "4.0.2"
-pathdiff = "0.1"
+open = "5"
+pathdiff = "0.2"
same-file = "1"
# https://github.com/mitsuhiko/self-replace/pull/16
self-replace = { git = "https://github.com/typst/self-replace", optional = true }
@@ -58,10 +58,10 @@ xz2 = { version = "0.1", optional = true }
zip = { version = "0.6", optional = true }
[build-dependencies]
-semver = "1"
-clap = { version = "4.2.4", features = ["derive", "string"] }
+clap = { version = "4.4", features = ["derive", "string"] }
clap_complete = "4.2.1"
clap_mangen = "0.2.10"
+semver = "1"
[features]
default = ["embed-fonts"]