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] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-09-13 15:10:15 +08:00
committed by GitHub
parent 8b75d3f077
commit 69137e47da

4
Cargo.lock generated
View File

@@ -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",
]