You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Bump async-trait from 0.1.58 to 0.1.59
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.58 to 0.1.59. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.58...0.1.59) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Quentin Gliech
parent
e492d8c653
commit
a9cbb41a97
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -275,9 +275,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "async-trait"
|
||||
version = "0.1.58"
|
||||
version = "0.1.59"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c"
|
||||
checksum = "31e6e93155431f3931513b243d371981bb2770112b370c82745a1d19d2f99364"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.58"
|
||||
async-trait = "0.1.59"
|
||||
axum = { version = "0.6.0", features = ["headers"] }
|
||||
axum-extra = { version = "0.4.0", features = ["cookie-private"] }
|
||||
bincode = "1.3.3"
|
||||
|
@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||
[dependencies]
|
||||
tokio = { version = "1.22.0", features = [] }
|
||||
tracing = { version = "0.1.37", features = ["log"] }
|
||||
async-trait = "0.1.58"
|
||||
async-trait = "0.1.59"
|
||||
|
||||
thiserror = "1.0.37"
|
||||
anyhow = "1.0.66"
|
||||
|
@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.66"
|
||||
async-trait = "0.1.58"
|
||||
async-trait = "0.1.59"
|
||||
tokio = { version = "1.22.0", features = ["macros"] }
|
||||
tracing = "0.1.37"
|
||||
|
||||
|
@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.66"
|
||||
async-trait = "0.1.58"
|
||||
async-trait = "0.1.59"
|
||||
camino = "1.1.1"
|
||||
convert_case = "0.6.0"
|
||||
csv = "1.1.6"
|
||||
|
@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
tokio = "1.22.0"
|
||||
async-trait = "0.1.58"
|
||||
async-trait = "0.1.59"
|
||||
tokio-stream = "0.1.11"
|
||||
futures-util = "0.3.25"
|
||||
tracing = "0.1.37"
|
||||
|
Reference in New Issue
Block a user