~nickbp/bookstore

28fec77dee3d268f3a26887ab5f519ada254f569 — Nick Parker 5 months ago db7660d
Temp fix for https://github.com/tokio-rs/tracing/issues/2565
2 files changed, 2 insertions(+), 0 deletions(-)

M Cargo.lock
M Cargo.toml
M Cargo.lock => Cargo.lock +1 -0
@@ 385,6 385,7 @@ dependencies = [
 "git-testament",
 "mime_guess",
 "multer",
 "regex",
 "rust-embed",
 "serde",
 "tera",

M Cargo.toml => Cargo.toml +1 -0
@@ 28,6 28,7 @@ async-trait = "0.1"
futures-core = "0.3"
mime_guess = "2.0"
multer = "2.0"
regex = { version = "1", features = ["unicode-case"] } # TODO temp fix for https://github.com/tokio-rs/tracing/issues/2565
serde = "1.0"
tide = { version = "0.16", default-features = false, features = ["h1-server"] }
urlencoding = "2.1"