From e39c96850a49f0343def4cdbdfde07571cef0203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 22:54:57 +0000 Subject: [PATCH] Bump spin in /talk-archive/2022-27-rust-and-graphql-for-backend Bumps [spin](https://github.com/mvdnes/spin-rs) from 0.9.4 to 0.9.8. - [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: indirect ... Signed-off-by: dependabot[bot] --- talk-archive/2022-27-rust-and-graphql-for-backend/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/talk-archive/2022-27-rust-and-graphql-for-backend/Cargo.lock b/talk-archive/2022-27-rust-and-graphql-for-backend/Cargo.lock index cf0280e..74f004f 100644 --- a/talk-archive/2022-27-rust-and-graphql-for-backend/Cargo.lock +++ b/talk-archive/2022-27-rust-and-graphql-for-backend/Cargo.lock @@ -990,9 +990,9 @@ dependencies = [ [[package]] name = "spin" -version = "0.9.4" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09" +checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" [[package]] name = "static_assertions"