From bcb4dbb9955e943bd7054fb34ba983ff387f6097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 22:01:40 +0800 Subject: [PATCH] Bump tinyvec_macros from 0.1.0 to 0.1.1 (#471) Bumps [tinyvec_macros](https://github.com/Soveu/tinyvec_macros) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/Soveu/tinyvec_macros/releases) - [Commits](https://github.com/Soveu/tinyvec_macros/commits) --- updated-dependencies: - dependency-name: tinyvec_macros dependency-type: indirect 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 15bccf7..810f406 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1874,9 +1874,9 @@ dependencies = [ [[package]] name = "tinyvec_macros" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" +checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio"