From 69137e47da25a912139267f3b7a3f390ffe2f09f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 15:10:15 +0800 Subject: [PATCH] Bump alloc-stdlib from 0.2.1 to 0.2.2 (#233) Bumps [alloc-stdlib](https://github.com/dropbox/rust-alloc-no-stdlib) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/dropbox/rust-alloc-no-stdlib/releases) - [Commits](https://github.com/dropbox/rust-alloc-no-stdlib/commits) --- updated-dependencies: - dependency-name: alloc-stdlib dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 3448cf1..6804b04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,9 +42,9 @@ checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" [[package]] name = "alloc-stdlib" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2" +checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" dependencies = [ "alloc-no-stdlib", ]