chore: update dependencies and bump version to 1.1.2
This commit is contained in:
parent
373b141346
commit
ec8876681a
9 changed files with 1231 additions and 723 deletions
|
@ -8,17 +8,17 @@ use {
|
|||
anyhow::Result,
|
||||
lazy_static::lazy_static,
|
||||
rocket::{
|
||||
State,
|
||||
fairing::AdHoc,
|
||||
figment::{
|
||||
providers::{Env, Format as _, Toml},
|
||||
Profile,
|
||||
providers::{Env, Format as _, Toml},
|
||||
},
|
||||
http::uri::Origin,
|
||||
response::{Redirect, Responder},
|
||||
serde::Serialize,
|
||||
State,
|
||||
},
|
||||
rocket_dyn_templates::{context, Template},
|
||||
rocket_dyn_templates::{Template, context},
|
||||
settings::Settings,
|
||||
std::path::PathBuf,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue