Skip to content

Commit

Permalink
Update Rust crate tokio to 1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent 4a757d7 commit a01dc58
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 @@ -13,5 +13,5 @@ http = "0.2.9"
schemars = "0.8.12"
serde = "1.0.183"
serde_json = "1.0.104"
tokio = "1.29.1"
tokio = "1.30.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 @@ -12,6 +12,6 @@ http = "0.2.9"
schemars = "0.8.12"
serde = "1.0.183"
serde_json = "1.0.104"
tokio = "1.29.1"
tokio = "1.30.0"
tower = { version = "0.4.13", features = ["full"] }
tracing = "0.1"

0 comments on commit a01dc58

Please sign in to comment.