You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-20 12:02:22 +03:00
Bump Rust dependencies
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Copyright 2021, 2022 The Matrix.org Foundation C.I.C.
|
||||
// Copyright 2021-2023 The Matrix.org Foundation C.I.C.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
@@ -25,6 +25,9 @@
|
||||
clippy::unused_async,
|
||||
// Because of how axum handlers work, we sometime have take many arguments
|
||||
clippy::too_many_arguments,
|
||||
// Code generated by tracing::instrument trigger this when returning an `impl Trait`
|
||||
// See https://github.com/tokio-rs/tracing/issues/2613
|
||||
clippy::let_with_type_underscore,
|
||||
)]
|
||||
|
||||
use std::{convert::Infallible, sync::Arc, time::Duration};
|
||||
|
||||
Reference in New Issue
Block a user