Use advance() instead of split_to()

This commit is contained in:
Joscha 2023-08-14 14:01:34 +02:00
parent 2620530cc2
commit 6b8ae19ba5
3 changed files with 4 additions and 2 deletions

View file

@ -9,6 +9,7 @@ askama = { version = "0.12.0", features = ["with-axum"] }
askama_axum = "0.3.0"
axum = { version = "0.6.19", features = ["macros", "headers"] }
axum-extra = { version = "0.7.7", features = ["typed-routing"] }
bytes = "1.4.0"
clap = { version = "4.3.19", features = ["derive", "deprecated"] }
directories = "5.0.1"
flate2 = "1.0.26"