Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.199 (#845)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 27, 2024
1 parent 03a140b commit 9a4f48c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/advanced/router-dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async-trait = "0.1.80"
futures = "0.3.30"
http = "0.2.12"
schemars = "0.8.16"
serde = "1.0.198"
serde = "1.0.199"
serde_json = "1.0.116"
tokio = "1.37.0"
tower = { version = "0.4.13", features = ["full"] }
2 changes: 1 addition & 1 deletion supergraph/router-rust-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async-trait = "0.1.80"
futures = "0.3.30"
http = "0.2.12"
schemars = "0.8.16"
serde = "1.0.198"
serde = "1.0.199"
serde_json = "1.0.116"
tokio = "1.37.0"
tower = { version = "0.4.13", features = ["full"] }
Expand Down

0 comments on commit 9a4f48c

Please sign in to comment.