1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-23 11:02:35 +03:00

Upgrade all dependencies

This commit is contained in:
Quentin Gliech
2021-10-18 17:45:45 +02:00
parent 026bc47c27
commit 617ab83ab2
11 changed files with 127 additions and 72 deletions

View File

@@ -21,7 +21,7 @@
use std::path::PathBuf;
use anyhow::Context;
use clap::Clap;
use clap::Parser;
use mas_config::{ConfigurationSection, TelemetryConfig};
use tracing_subscriber::{
filter::LevelFilter, layer::SubscriberExt, reload, util::SubscriberInitExt, EnvFilter, Layer,
@@ -40,7 +40,7 @@ mod server;
mod telemetry;
mod templates;
#[derive(Clap, Debug)]
#[derive(Parser, Debug)]
enum Subcommand {
/// Configuration-related commands
Config(ConfigCommand),
@@ -58,7 +58,7 @@ enum Subcommand {
Templates(TemplatesCommand),
}
#[derive(Clap, Debug)]
#[derive(Parser, Debug)]
struct RootCommand {
/// Path to the configuration file
#[clap(