chore(deps): bump async-trait from 0.1.88 to 0.1.89
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.88 to 0.1.89. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.88...0.1.89) --- updated-dependencies: - dependency-name: async-trait dependency-version: 0.1.89 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e7202e1c5c
commit
7264292ec0
5 changed files with 6 additions and 6 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -250,9 +250,9 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "async-trait"
|
name = "async-trait"
|
||||||
version = "0.1.88"
|
version = "0.1.89"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
|
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ url = { version = "2.5.4" }
|
||||||
ahash = "0.8.12"
|
ahash = "0.8.12"
|
||||||
thiserror = "2.0.14"
|
thiserror = "2.0.14"
|
||||||
tracing = "0.1.41"
|
tracing = "0.1.41"
|
||||||
async-trait = "0.1.88"
|
async-trait = "0.1.89"
|
||||||
base64 = "0.22.1"
|
base64 = "0.22.1"
|
||||||
aws-lc-rs = { version = "1.13.3", default-features = false, features = [
|
aws-lc-rs = { version = "1.13.3", default-features = false, features = [
|
||||||
"aws-lc-sys",
|
"aws-lc-sys",
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@ tokio = { version = "1.47.1", default-features = false, features = [
|
||||||
"macros",
|
"macros",
|
||||||
] }
|
] }
|
||||||
tokio-util = { version = "0.7.16", default-features = false }
|
tokio-util = { version = "0.7.16", default-features = false }
|
||||||
async-trait = "0.1.88"
|
async-trait = "0.1.89"
|
||||||
futures-util = { version = "0.3.31", default-features = false }
|
futures-util = { version = "0.3.31", default-features = false }
|
||||||
|
|
||||||
# config
|
# config
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ tracing = { version = "0.1.41" }
|
||||||
derive_builder = { version = "0.20.2" }
|
derive_builder = { version = "0.20.2" }
|
||||||
thiserror = { version = "2.0.14" }
|
thiserror = { version = "2.0.14" }
|
||||||
hot_reload = { version = "0.2.0" }
|
hot_reload = { version = "0.2.0" }
|
||||||
async-trait = { version = "0.1.88" }
|
async-trait = { version = "0.1.89" }
|
||||||
rustls = { version = "0.23.31", default-features = false, features = [
|
rustls = { version = "0.23.31", default-features = false, features = [
|
||||||
"std",
|
"std",
|
||||||
"aws_lc_rs",
|
"aws_lc_rs",
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ tokio = { version = "1.47.1", default-features = false, features = [
|
||||||
] }
|
] }
|
||||||
tokio-util = { version = "0.7.16", default-features = false }
|
tokio-util = { version = "0.7.16", default-features = false }
|
||||||
pin-project-lite = "0.2.16"
|
pin-project-lite = "0.2.16"
|
||||||
async-trait = "0.1.88"
|
async-trait = "0.1.89"
|
||||||
|
|
||||||
# Error handling
|
# Error handling
|
||||||
anyhow = "1.0.99"
|
anyhow = "1.0.99"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue