diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 238f15b8..b4513c01 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", @@ -2147,7 +2147,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.10", + "socket2 0.5.5", "tokio", "tower-service", "tracing", 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" }