Skip to content

Commit cae2246

Browse files
Update Rust crate schemars to 0.8.16 (#694)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aaa2446 commit cae2246

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.74"
1111
futures = "0.3.29"
1212
http = "0.2.10"
13-
schemars = "0.8.15"
13+
schemars = "0.8.16"
1414
serde = "1.0.192"
1515
serde_json = "1.0.108"
1616
tokio = "1.34.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.33.2"
99
async-trait = "0.1.74"
1010
futures = "0.3.29"
1111
http = "0.2.10"
12-
schemars = "0.8.15"
12+
schemars = "0.8.16"
1313
serde = "1.0.192"
1414
serde_json = "1.0.108"
1515
tokio = "1.34.0"

0 commit comments

Comments
 (0)