From 5189412a3d9075597bc4e4445a58fe14b0ccd36a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 00:56:45 +0000 Subject: [PATCH] chore(deps): bump tracing-attributes from 0.1.20 to 0.1.21 Bumps [tracing-attributes](https://github.com/tokio-rs/tracing) from 0.1.20 to 0.1.21. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-attributes-0.1.20...tracing-attributes-0.1.21) --- updated-dependencies: - dependency-name: tracing-attributes dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dbe6378b1..bce792bdf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2424,9 +2424,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.20" +version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b" +checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c" dependencies = [ "proc-macro2", "quote",