From 67eecd44f332dc05b4550daf3b181ed3401879f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 19:30:21 +0000 Subject: [PATCH] Bump cynic-codegen from 3.4.3 to 3.5.1 in /backend Bumps [cynic-codegen](https://github.com/obmarg/cynic) from 3.4.3 to 3.5.1. - [Release notes](https://github.com/obmarg/cynic/releases) - [Changelog](https://github.com/obmarg/cynic/blob/main/CHANGELOG.md) - [Commits](https://github.com/obmarg/cynic/compare/v3.4.3...v3.5.1) --- updated-dependencies: - dependency-name: cynic-codegen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/Cargo.lock | 4 ++-- backend/chimp_controller/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 59b5437c..2ed0991e 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1412,9 +1412,9 @@ dependencies = [ [[package]] name = "cynic-codegen" -version = "3.4.3" +version = "3.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a11d6119f9f0f55c9d7cff5189a7b318f35a7d2d6faa4872441ee521f65420b6" +checksum = "9ac40efa3e97024222fa95d4c85ce093e2337ed5cdf7279374777132b419f50c" dependencies = [ "counter", "darling", diff --git a/backend/chimp_controller/Cargo.toml b/backend/chimp_controller/Cargo.toml index fe1106a4..4f676bf5 100644 --- a/backend/chimp_controller/Cargo.toml +++ b/backend/chimp_controller/Cargo.toml @@ -19,5 +19,5 @@ url = { workspace = true } uuid = { workspace = true } [build-dependencies] -cynic-codegen = { version = "3.4.0" } +cynic-codegen = { version = "3.5.1" } targeting = { path = "../targeting" }