From 8e7566c07fbb414dc4fbdfe0f658c056d9966472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 16:20:10 +0000 Subject: [PATCH] chore(deps): bump async-trait from 0.1.56 to 0.1.69 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.56 to 0.1.69. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.56...0.1.69) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed5cbe4..b824ffb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,13 +55,13 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.56" +version = "0.1.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716" +checksum = "7b2d0f03b3640e3a630367e40c468cb7f309529c708ed1d88597047b0e7c6ef7" dependencies = [ "proc-macro2", "quote 1.0.26", - "syn 1.0.104", + "syn 2.0.15", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index c0b1f60..72f3537 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ tokio = { version = "1.26.0", features = ["full"] } tokio-util = { version = "0.7.7", features = ["codec"] } tokio-serde = { version = "0.8.0", features = ["json"] } futures = { version = "0.3.28" } -async-trait = { version = "0.1.52" } +async-trait = { version = "0.1.69" } async-stream = { version = "0.3.3" } parity-tokio-ipc = { version = "0.9.0" } process-stream = { version = "0.4.*", features = ["serde"] }