From 2c7bb880cb76182c41088a22129a6bb2d32715ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 06:01:27 +0800 Subject: [PATCH] build(deps): bump trait-variant from 0.1.1 to 0.1.2 (#42) Bumps [trait-variant](https://github.com/rust-lang/impl-trait-utils) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/rust-lang/impl-trait-utils/releases) - [Commits](https://github.com/rust-lang/impl-trait-utils/compare/v0.1.1...v0.1.2) --- updated-dependencies: - dependency-name: trait-variant 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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44322f5..88ff712 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1852,9 +1852,9 @@ dependencies = [ [[package]] name = "trait-variant" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45e1a477061e97925d81a2f89fb73b2b8038e6baa5a0023bad380ac23b5f4fa6" +checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" dependencies = [ "proc-macro2", "quote",