diff --git a/Cargo.lock b/Cargo.lock index 2c474a5b9..e35d61cf5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4850,7 +4850,8 @@ dependencies = [ [[package]] name = "rinja" version = "0.2.0" -source = "git+https://github.com/rinja-rs/rinja#8d3957dc6490ac1b6d0b9d401dff389dfb0907f0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2d47a46d7729e891c8accf260e9daa02ae6d570aa2a94fb1fb27eb5364a2323" dependencies = [ "humansize", "num-traits", @@ -4861,7 +4862,8 @@ dependencies = [ [[package]] name = "rinja_derive" version = "0.2.0" -source = "git+https://github.com/rinja-rs/rinja#8d3957dc6490ac1b6d0b9d401dff389dfb0907f0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44dae9afe59d58ed8d988d67d1945f3638125d2fd2104058399382e11bd3ea2a" dependencies = [ "basic-toml", "mime", @@ -4877,7 +4879,8 @@ dependencies = [ [[package]] name = "rinja_parser" version = "0.2.0" -source = "git+https://github.com/rinja-rs/rinja#8d3957dc6490ac1b6d0b9d401dff389dfb0907f0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b1771c78cd5d3b1646ef8d8f2ed100db936e8b291d3cc06e92a339ff346858c" dependencies = [ "nom", ] diff --git a/Cargo.toml b/Cargo.toml index 5c19983a4..59a395683 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ tempfile = "3.1.0" fn-error-context = "0.2.0" # Templating -rinja = { git = "https://github.com/rinja-rs/rinja" } +rinja = "0.2" walkdir = "2" # Date and Time utilities