summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-11-08 12:59:52 +0100
committerLaurenz <laurmaedje@gmail.com>2023-11-08 12:59:52 +0100
commitc12a19a0758774a3285ee3d129803a786cd58a87 (patch)
treee2a2d339ef1d14ee40f23dd1926b6edee0d4e521
parent51a8d26a12ec0b0335cbce46edfdef774d73970a (diff)
Switch to crates.io version of self-replace
-rw-r--r--Cargo.lock5
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 68b40c4c..c8ca8a48 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2298,8 +2298,9 @@ checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
[[package]]
name = "self-replace"
-version = "1.3.5"
-source = "git+https://github.com/typst/self-replace#2e6d5e4808bba73b713fd85cf5616b7d846143c2"
+version = "1.3.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "525db198616b2bcd0f245daf7bfd8130222f7ee6af9ff9984c19a61bf1160c55"
dependencies = [
"fastrand 1.9.0",
"tempfile",
diff --git a/Cargo.toml b/Cargo.toml
index 4fb843b5..eb1b5ac1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -77,7 +77,7 @@ rustls = "0.21"
rustls-pemfile = "1"
rustybuzz = "0.10"
same-file = "1"
-self-replace = { git = "https://github.com/typst/self-replace" } # https://github.com/mitsuhiko/self-replace/pull/16
+self-replace = "1.3.7"
semver = "1"
serde = { version = "1.0.184", features = ["derive"] }
serde_json = "1"