Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
build(deps): bump async-trait from 0.1.73 to 0.1.74
Browse files Browse the repository at this point in the history
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.73 to 0.1.74.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.73...0.1.74)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent a6093b6 commit 3cf6b82
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/axum-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true

[dependencies]
async-trait = "0.1.73"
async-trait = "0.1.74"
axum = { version = "0.6.20", features = ["headers"] }
axum-extra = { version = "0.8.0", features = ["cookie-private", "cookie-key-expansion"] }
chrono.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository.workspace = true
[dependencies]
tokio = { version = "1.33.0", features = ["fs", "rt"] }
tracing.workspace = true
async-trait = "0.1.73"
async-trait = "0.1.74"

thiserror.workspace = true
anyhow.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/email/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true

[dependencies]
async-trait = "0.1.73"
async-trait = "0.1.74"
tracing.workspace = true
thiserror.workspace = true
headers = "0.3.9"
Expand Down
2 changes: 1 addition & 1 deletion crates/graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository.workspace = true
[dependencies]
anyhow.workspace = true
async-graphql = { version = "6.0.7", features = ["chrono", "url"] }
async-trait = "0.1.73"
async-trait = "0.1.74"
chrono.workspace = true
lettre = { version = "0.10.4", default-features = false }
serde.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/iana-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository.workspace = true

[dependencies]
anyhow.workspace = true
async-trait = "0.1.73"
async-trait = "0.1.74"
camino.workspace = true
convert_case = "0.6.0"
csv = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/matrix-synapse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository.workspace = true

[dependencies]
anyhow.workspace = true
async-trait = "0.1.73"
async-trait = "0.1.74"
http.workspace = true
serde.workspace = true
tower = { version = "0.4.13", features = ["util"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/matrix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository.workspace = true
[dependencies]
anyhow.workspace = true
serde.workspace = true
async-trait = "0.1.73"
async-trait = "0.1.74"
http.workspace = true
tokio = { version = "1.33.0", features = ["sync", "macros", "rt"] }
url.workspace = true
2 changes: 1 addition & 1 deletion crates/storage-pg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true

[dependencies]
async-trait = "0.1.73"
async-trait = "0.1.74"
sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "postgres", "migrate", "chrono", "json", "uuid", "ipnetwork"] }
sea-query = { version = "0.30.2", features = ["derive", "attr", "with-uuid", "with-chrono", "postgres-array"] }
sea-query-binder = { version = "0.5.0", features = ["sqlx-postgres", "with-uuid", "with-chrono", "postgres-array"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true

[dependencies]
async-trait = "0.1.73"
async-trait = "0.1.74"
chrono.workspace = true
thiserror.workspace = true
futures-util = "0.3.28"
Expand Down
2 changes: 1 addition & 1 deletion crates/tasks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ anyhow.workspace = true
apalis-core = { version = "0.4.4", features = ["extensions", "tokio-comp", "storage"] }
apalis-cron = "0.4.4"
async-stream = "0.3.5"
async-trait = "0.1.73"
async-trait = "0.1.74"
chrono.workspace = true
event-listener = "3.0.0"
futures-lite = "1.13.0"
Expand Down

0 comments on commit 3cf6b82

Please sign in to comment.