From 6a4c67bd5e82b1916e18c360439612f07aeadbf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 21:11:52 +0000 Subject: [PATCH] build(deps): bump once_cell from 1.13.0 to 1.13.1 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/matklad/once_cell/releases) - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.13.0...v1.13.1) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- graphql/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b33b268cd4..a3747fd7581 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2721,9 +2721,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.13.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" +checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e" [[package]] name = "opaque-debug" diff --git a/graphql/Cargo.toml b/graphql/Cargo.toml index 61afa3341d1..cd110af82c3 100644 --- a/graphql/Cargo.toml +++ b/graphql/Cargo.toml @@ -11,7 +11,7 @@ graphql-tools = "0.0.20" indexmap = "1.9" Inflector = "0.11.3" lazy_static = "1.2.0" -once_cell = "1.13.0" +once_cell = "1.13.1" stable-hash_legacy = { version = "0.3.3", package = "stable-hash" } stable-hash = { version = "0.4.2"} defer = "0.1"