diff --git a/misc/advanced/router-dev/Cargo.toml b/misc/advanced/router-dev/Cargo.toml index 5168dfc19..a3e782522 100644 --- a/misc/advanced/router-dev/Cargo.toml +++ b/misc/advanced/router-dev/Cargo.toml @@ -11,7 +11,7 @@ async-trait = "0.1.72" futures = "0.3.28" http = "0.2.9" schemars = "0.8.12" -serde = "1.0.181" +serde = "1.0.182" serde_json = "1.0.104" tokio = "1.29.1" tower = { version = "0.4.13", features = ["full"] } diff --git a/supergraph/router-rust-plugin/Cargo.toml b/supergraph/router-rust-plugin/Cargo.toml index 59209e6f6..53e803bd8 100644 --- a/supergraph/router-rust-plugin/Cargo.toml +++ b/supergraph/router-rust-plugin/Cargo.toml @@ -10,7 +10,7 @@ async-trait = "0.1.72" futures = "0.3.28" http = "0.2.9" schemars = "0.8.12" -serde = "1.0.181" +serde = "1.0.182" serde_json = "1.0.104" tokio = "1.29.1" tower = { version = "0.4.13", features = ["full"] }