From 628fd0dcff4fda226842275cff54811255c0464f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 13:57:10 +0100 Subject: [PATCH] Bump async-trait from 0.1.79 to 0.1.80 (#239) Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.79 to 0.1.80. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.79...0.1.80) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- bluez-async/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53a012c9..656afb94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,9 +28,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.79" +version = "0.1.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681" +checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" dependencies = [ "proc-macro2", "quote", diff --git a/bluez-async/Cargo.toml b/bluez-async/Cargo.toml index 0897e250..95961d63 100644 --- a/bluez-async/Cargo.toml +++ b/bluez-async/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["ble", "bluetooth", "bluez"] categories = ["api-bindings", "hardware-support", "os::linux-apis"] [dependencies] -async-trait = "0.1.79" +async-trait = "0.1.80" bitflags = "2.5.0" bluez-generated = { version = "0.3.0", path = "../bluez-generated" } dbus = { version = "0.9.7", features = ["futures"] }