1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-09 10:01:45 +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

@ -18,7 +18,7 @@ use std::{
};
use anyhow::Context;
use clap::Clap;
use clap::Parser;
use hyper::{header, Server, Version};
use mas_config::RootConfig;
use mas_core::{
@ -37,7 +37,7 @@ use tracing::{field, info};
use super::RootCommand;
#[derive(Clap, Debug, Default)]
#[derive(Parser, Debug, Default)]
pub(super) struct ServerCommand {
/// Automatically apply pending migrations
#[clap(long)]