Reorganize dependencies #373

Merged
lx merged 28 commits from improve-deps into main 2022-09-08 13:45:09 +00:00
Showing only changes of commit 107853334b - Show all commits

View file

@ -115,7 +115,7 @@ pub async fn run_server(config_file: PathBuf) -> Result<(), Error> {
} }
#[cfg(not(feature = "metrics"))] #[cfg(not(feature = "metrics"))]
if config.admin_api.metrics_token.is_some() { if config.admin.metrics_token.is_some() {
warn!("This Garage version is built without the metrics feature"); warn!("This Garage version is built without the metrics feature");
} }