diff --git a/Cargo.lock b/Cargo.lock index 39060f7e..87b688d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,7 +55,7 @@ checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" [[package]] name = "apollo-federation-types" -version = "0.13.1" +version = "0.13.2" dependencies = [ "assert_fs", "camino", diff --git a/apollo-federation-types/Cargo.toml b/apollo-federation-types/Cargo.toml index 97dfb3e4..755484f9 100644 --- a/apollo-federation-types/Cargo.toml +++ b/apollo-federation-types/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "apollo-federation-types" readme = "README.md" repository = "https://github.com/apollographql/federation-rs/" -version = "0.13.1" +version = "0.13.2" [features] default = ["config", "build", "build_plugin"] diff --git a/harmonizer/Cargo.toml b/harmonizer/Cargo.toml index 235c6576..b6e2a1fa 100644 --- a/harmonizer/Cargo.toml +++ b/harmonizer/Cargo.toml @@ -19,7 +19,7 @@ include = [ ] [dependencies] -apollo-federation-types = { version = "0.13.1", path = "../apollo-federation-types", default-features = false, features = [ +apollo-federation-types = { version = "0.13.2", path = "../apollo-federation-types", default-features = false, features = [ "build", ] } deno_core = "0.200.0"