From cdd9ccf9c55e8c601bf7c67a2e80f24e8387bb0c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 08:12:40 +0000 Subject: [PATCH] Update spin requirement from 0.5 to 0.7 in /wee_alloc Updates the requirements on [spin](https://github.com/mvdnes/spin-rs) to permit the latest version. - [Release notes](https://github.com/mvdnes/spin-rs/releases) - [Changelog](https://github.com/mvdnes/spin-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/mvdnes/spin-rs/commits) Signed-off-by: dependabot-preview[bot] --- wee_alloc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wee_alloc/Cargo.toml b/wee_alloc/Cargo.toml index 4a0d777..7256ba0 100644 --- a/wee_alloc/Cargo.toml +++ b/wee_alloc/Cargo.toml @@ -37,7 +37,7 @@ memory_units = "0.4.0" cfg-if = "0.1.2" [dependencies.spin] -version = "0.5" +version = "0.7" optional = true default-features = false