Bump async-trait from 0.1.62 to 0.1.63 (#1392)

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-01-23 20:26:09 +01:00
committed by Andrey Vasnetsov
parent a218f198c2
commit c3e88a33e8
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -374,9 +374,9 @@ dependencies = [
[[package]]
name = "async-trait"
version = "0.1.62"
version = "0.1.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "689894c2db1ea643a50834b999abf1c110887402542955ff5451dab8f861f9ed"
checksum = "eff18d764974428cf3a9328e23fc5c986f5fbed46e6cd4cdf42544df5d297ec1"
dependencies = [
"proc-macro2",
"quote",

View File

@@ -31,7 +31,7 @@ atomicwrites = "0.3.1"
log = "0.4"
env_logger = "0.10.0"
merge = "0.1.0"
async-trait = "0.1.62"
async-trait = "0.1.63"
arc-swap = "1.6.0"
tonic = { version = "0.8.3", features = ["gzip"] }
tower = "0.4.13"

View File

@@ -20,7 +20,7 @@ serde = { version = "~1.0", features = ["derive"] }
serde_json = "~1.0"
schemars = { version = "0.8.11", features = ["uuid1", "preserve_order"] }
itertools = "0.10"
async-trait = "0.1.62"
async-trait = "0.1.63"
log = "0.4"
tonic = { version = "0.8.3", features = ["gzip"] }
http = "0.2"