build(deps): bump async-trait from 0.1.60 to 0.1.61

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

---
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]
2023-01-12 09:36:31 +00:00
committed by Quentin Gliech
parent d21733f73f
commit ecf101fe2d
6 changed files with 7 additions and 7 deletions
Generated
+2 -2
View File
@@ -276,9 +276,9 @@ dependencies = [
[[package]]
name = "async-trait"
version = "0.1.60"
version = "0.1.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d1d8ab452a3936018a687b20e6f7cf5363d713b732b8884001317b0e48aa3"
checksum = "705339e0e4a9690e2908d2b3d049d85682cf19fbd5782494498fbf7003a6a282"
dependencies = [
"proc-macro2",
"quote",
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
async-trait = "0.1.60"
async-trait = "0.1.61"
axum = { version = "0.6.2", features = ["headers"] }
axum-extra = { version = "0.4.2", features = ["cookie-private"] }
chrono = "0.4.23"
+1 -1
View File
@@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
tokio = { version = "1.24.1", features = ["fs", "rt"] }
tracing = { version = "0.1.37" }
async-trait = "0.1.60"
async-trait = "0.1.61"
thiserror = "1.0.38"
anyhow = "1.0.68"
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
async-trait = "0.1.60"
async-trait = "0.1.61"
tracing = "0.1.37"
thiserror = "1.0.38"
+1 -1
View File
@@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
anyhow = "1.0.68"
async-trait = "0.1.60"
async-trait = "0.1.61"
camino = "1.1.2"
convert_case = "0.6.0"
csv = "1.1.6"
+1 -1
View File
@@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
tokio = "1.24.1"
async-trait = "0.1.60"
async-trait = "0.1.61"
tokio-stream = "0.1.11"
futures-util = "0.3.25"
tracing = "0.1.37"