summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorfrozolotl <44589151+frozolotl@users.noreply.github.com>2024-03-23 12:54:50 +0100
committerGitHub <noreply@github.com>2024-03-23 11:54:50 +0000
commita33d8bf32208ef0fe8556200dd0c9c5a1ad10c54 (patch)
treeb3b611fbea6527c299668ac48988ba659e66dd2a /Cargo.lock
parentbf519162ffa02b55daa2dd9ec48018d52cc6c930 (diff)
Escape path and entrypoint in `typst init` output (#3753)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e054eace..9c94d559 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2132,6 +2132,12 @@ dependencies = [
]
[[package]]
+name = "shell-escape"
+version = "0.1.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
+
+[[package]]
name = "simd-adler32"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2605,6 +2611,7 @@ dependencies = [
"serde",
"serde_json",
"serde_yaml 0.9.32",
+ "shell-escape",
"tar",
"tempfile",
"toml",