Switch to crates.io version of self-replace

This commit is contained in:
Laurenz 2023-11-08 12:59:52 +01:00
parent 51a8d26a12
commit c12a19a075
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -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",

View File

@ -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"