diff options
Diffstat (limited to '')
-rw-r--r-- | Cargo.lock | 10 | ||||
-rw-r--r-- | Cargo.toml | 4 |
2 files changed, 7 insertions, 7 deletions
@@ -79,7 +79,7 @@ dependencies = [ [[package]] name = "askama" version = "0.12.1" -source = "git+https://bunny.garden/forks/askama.git#d3b048544eebf7b8402fb585b4e2531de9b28a33" +source = "git+https://bunny.garden/forks/askama#d3b048544eebf7b8402fb585b4e2531de9b28a33" dependencies = [ "askama_derive", "askama_escape", @@ -91,7 +91,7 @@ dependencies = [ [[package]] name = "askama_derive" version = "0.12.5" -source = "git+https://bunny.garden/forks/askama.git#d3b048544eebf7b8402fb585b4e2531de9b28a33" +source = "git+https://bunny.garden/forks/askama#d3b048544eebf7b8402fb585b4e2531de9b28a33" dependencies = [ "askama_parser", "basic-toml", @@ -106,12 +106,12 @@ dependencies = [ [[package]] name = "askama_escape" version = "0.10.3" -source = "git+https://bunny.garden/forks/askama.git#d3b048544eebf7b8402fb585b4e2531de9b28a33" +source = "git+https://bunny.garden/forks/askama#d3b048544eebf7b8402fb585b4e2531de9b28a33" [[package]] name = "askama_parser" version = "0.2.1" -source = "git+https://bunny.garden/forks/askama.git#d3b048544eebf7b8402fb585b4e2531de9b28a33" +source = "git+https://bunny.garden/forks/askama#d3b048544eebf7b8402fb585b4e2531de9b28a33" dependencies = [ "nom", ] @@ -119,7 +119,7 @@ dependencies = [ [[package]] name = "askama_poem" version = "0.14.0" -source = "git+https://bunny.garden/forks/askama.git#d3b048544eebf7b8402fb585b4e2531de9b28a33" +source = "git+https://bunny.garden/forks/askama#d3b048544eebf7b8402fb585b4e2531de9b28a33" dependencies = [ "askama", "poem", @@ -23,8 +23,8 @@ tokio-stream = { version = "0.1.14", features = ["fs"] } atom_syndication = "0.12.1" fluent = "0.16.0" poem = { version = "2.0.0", features = ["embed", "i18n", "session"] } -askama = { git = "https://bunny.garden/forks/askama.git", features = ["with-poem"] } -askama_poem = { git = "https://bunny.garden/forks/askama.git" } +askama = { git = "https://bunny.garden/forks/askama", features = ["with-poem"] } +askama_poem = { git = "https://bunny.garden/forks/askama" } rust-embed = "8.2.0" rand = "0.8.5" thiserror = "1.0.56" |