From 895ffa7b2df446ea5c9f62a15c55adc473826533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 21:03:02 +0000 Subject: [PATCH] Bump async-trait from 0.1.58 to 0.1.64 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.58 to 0.1.64. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.58...0.1.64) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- appinsights/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e433222..66fc5f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -69,9 +69,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.58" +version = "0.1.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c" +checksum = "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2" dependencies = [ "proc-macro2 1.0.47", "quote 1.0.21", diff --git a/appinsights/Cargo.toml b/appinsights/Cargo.toml index 8b6b7af..b56cd20 100644 --- a/appinsights/Cargo.toml +++ b/appinsights/Cargo.toml @@ -41,7 +41,7 @@ hostname = "0.3" futures-util = { version = "0.3", default-features = false } futures-channel = "0.3" crossbeam-queue = "0.3" -async-trait = "0.1.51" +async-trait = "0.1.64" [dev-dependencies] test-case = "2.2"