mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Switch to crates.io version of self-replace
This commit is contained in:
parent
51a8d26a12
commit
c12a19a075
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user