diff --git a/misc/advanced/router-dev/Cargo.toml b/misc/advanced/router-dev/Cargo.toml index 1c31c0578..8e2d4ccc9 100644 --- a/misc/advanced/router-dev/Cargo.toml +++ b/misc/advanced/router-dev/Cargo.toml @@ -10,7 +10,7 @@ apollo-router = { git = "https://github.com/apollographql/router", branch = "dev async-trait = "0.1.74" futures = "0.3.29" http = "0.2.10" -schemars = "0.8.15" +schemars = "0.8.16" serde = "1.0.192" serde_json = "1.0.108" tokio = "1.34.0" diff --git a/supergraph/router-rust-plugin/Cargo.toml b/supergraph/router-rust-plugin/Cargo.toml index 602781139..8b60a8a01 100644 --- a/supergraph/router-rust-plugin/Cargo.toml +++ b/supergraph/router-rust-plugin/Cargo.toml @@ -9,7 +9,7 @@ apollo-router = "1.33.2" async-trait = "0.1.74" futures = "0.3.29" http = "0.2.10" -schemars = "0.8.15" +schemars = "0.8.16" serde = "1.0.192" serde_json = "1.0.108" tokio = "1.34.0"