Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Commit 0df3940

Browse files
fix(deps): update rust crate schemars to v1
1 parent da94284 commit 0df3940

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

misc/advanced/router-dev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apollo-router = { git = "https://github.com/apollographql/router", branch = "dev
1010
async-trait = "0.1.80"
1111
futures = "0.3.30"
1212
http = "0.2.12"
13-
schemars = "0.9.0"
13+
schemars = "1.0.0"
1414
serde = "1.0.200"
1515
serde_json = "1.0.116"
1616
tokio = "1.37.0"

supergraph/router-rust-plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ apollo-router = "1.45.0"
99
async-trait = "0.1.80"
1010
futures = "0.3.30"
1111
http = "0.2.12"
12-
schemars = "0.9.0"
12+
schemars = "1.0.0"
1313
serde = "1.0.200"
1414
serde_json = "1.0.116"
1515
tokio = "1.37.0"

0 commit comments

Comments
 (0)