diff --git a/Cargo.lock b/Cargo.lock index 68b40c4c8..c8ca8a48e 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 4fb843b5d..eb1b5ac1d 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"