cache_bustere upgrade and static assets tests

This commit is contained in:
realaravinth
2021-04-30 21:34:44 +05:30
parent 343c37ae1c
commit c96f890236
8 changed files with 126 additions and 122 deletions

View File

@@ -32,7 +32,7 @@ actix-cors= "0.5.4"
mime_guess = "2.0.3"
rust-embed = "5.9.0"
cache-buster = { version = "0.1", git = "https://github.com/realaravinth/cache-buster" }
cache-buster = { version = "0.2.0", git = "https://github.com/realaravinth/cache-buster" }
futures = "0.3.14"
@@ -68,7 +68,7 @@ sailfish = "0.3.2"
serde_yaml = "0.8.17"
serde_json = "1"
yaml-rust = "0.4.5"
cache-buster = { version = "0.1", git = "https://github.com/realaravinth/cache-buster" }
cache-buster = { version = "0.2.0", git = "https://github.com/realaravinth/cache-buster" }
mime = "0.3.16"
[dev-dependencies]