Skip to content

Commit 353b70a

Browse files
fix(deps): update rust crate schemars to v1
1 parent b9e87f6 commit 353b70a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)