diff --git a/misc/advanced/router-dev/Cargo.toml b/misc/advanced/router-dev/Cargo.toml index 33f6487e8..5986ca238 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.80" futures = "0.3.30" http = "0.2.12" -schemars = "0.9.0" +schemars = "1.0.0" serde = "1.0.200" serde_json = "1.0.116" tokio = "1.37.0" diff --git a/supergraph/router-rust-plugin/Cargo.toml b/supergraph/router-rust-plugin/Cargo.toml index d16bfd9d9..aab6d58f6 100644 --- a/supergraph/router-rust-plugin/Cargo.toml +++ b/supergraph/router-rust-plugin/Cargo.toml @@ -9,7 +9,7 @@ apollo-router = "1.45.0" async-trait = "0.1.80" futures = "0.3.30" http = "0.2.12" -schemars = "0.9.0" +schemars = "1.0.0" serde = "1.0.200" serde_json = "1.0.116" tokio = "1.37.0"