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

build(deps): bump async-trait from 0.1.78 to 0.1.80

Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.78 to 0.1.80.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.78...0.1.80)

---
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:
dependabot[bot]
2024-04-30 12:43:21 +00:00
committed by Quentin Gliech
parent 19bf636d54
commit 4d3efeb25b
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -531,9 +531,9 @@ checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"
[[package]] [[package]]
name = "async-trait" name = "async-trait"
version = "0.1.78" version = "0.1.80"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "461abc97219de0eaaf81fe3ef974a540158f3d079c2ab200f891f1a2ef201e85" checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

@@ -57,7 +57,7 @@ oauth2-types = { path = "./crates/oauth2-types/", version = "=0.9.0" }
# Utility to write and implement async traits # Utility to write and implement async traits
[workspace.dependencies.async-trait] [workspace.dependencies.async-trait]
version = "0.1.78" version = "0.1.80"
# High-level error handling # High-level error handling
[workspace.dependencies.anyhow] [workspace.dependencies.anyhow]