diff --git a/Cargo.lock b/Cargo.lock index 1851134a5..d340ec9f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2774,7 +2774,6 @@ dependencies = [ "parking_lot", "pathdiff", "rayon", - "same-file", "self-replace", "semver", "serde", diff --git a/Cargo.toml b/Cargo.toml index 198aff3c6..1ef40217b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,6 @@ resvg = { version = "0.43", default-features = false, features = ["raster-images roxmltree = "0.20" rust_decimal = { version = "1.36.0", default-features = false, features = ["maths"] } rustybuzz = "0.18" -same-file = "1" self-replace = "1.3.7" semver = "1" serde = { version = "1.0.184", features = ["derive"] } diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml index 7e9b93f93..550e7da6b 100644 --- a/crates/typst-cli/Cargo.toml +++ b/crates/typst-cli/Cargo.toml @@ -40,7 +40,6 @@ open = { workspace = true } parking_lot = { workspace = true } pathdiff = { workspace = true } rayon = { workspace = true } -same-file = { workspace = true } self-replace = { workspace = true, optional = true } semver = { workspace = true } serde = { workspace = true }