From b74517289c52dc5e7bdbd49e419f72e2c7255f4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:42:53 +0000 Subject: [PATCH] build(deps): bump spin Bumps [spin](https://github.com/mvdnes/spin-rs) from 0.5.0 to 0.5.2. - [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) --- updated-dependencies: - dependency-name: spin dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../synthetic/cargo-subcrate/Cargo.lock | 20 +++++++++---------- .../synthetic/cargo-subcrate/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/analyzer/src/funTest/assets/projects/synthetic/cargo-subcrate/Cargo.lock b/analyzer/src/funTest/assets/projects/synthetic/cargo-subcrate/Cargo.lock index da50970261443..12e7db11f9038 100644 --- a/analyzer/src/funTest/assets/projects/synthetic/cargo-subcrate/Cargo.lock +++ b/analyzer/src/funTest/assets/projects/synthetic/cargo-subcrate/Cargo.lock @@ -1,37 +1,37 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "cfg-if" version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" [[package]] name = "integration" version = "0.1.0" dependencies = [ - "spin 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "spin 0.4.10", ] [[package]] name = "lib" version = "0.1.0" dependencies = [ - "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", - "integration 0.1.0", - "spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if", + "integration", + "spin 0.5.2", ] [[package]] name = "spin" version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ceac490aa12c567115b40b7b7fceca03a6c9d53d5defea066123debc83c5dc1f" [[package]] name = "spin" -version = "0.5.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" - -[metadata] -"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" -"checksum spin 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ceac490aa12c567115b40b7b7fceca03a6c9d53d5defea066123debc83c5dc1f" -"checksum spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44363f6f51401c34e7be73db0db371c04705d35efbe9f7d6082e03a921a32c55" +checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" diff --git a/analyzer/src/funTest/assets/projects/synthetic/cargo-subcrate/Cargo.toml b/analyzer/src/funTest/assets/projects/synthetic/cargo-subcrate/Cargo.toml index af165da73f9ab..375f1c1e28ef2 100644 --- a/analyzer/src/funTest/assets/projects/synthetic/cargo-subcrate/Cargo.toml +++ b/analyzer/src/funTest/assets/projects/synthetic/cargo-subcrate/Cargo.toml @@ -9,5 +9,5 @@ homepage = "https://example.org" cfg-if = "0.1.9" [dev-dependencies] -spin = "0.5.0" +spin = "0.5.2" integration = {path = "integration"}