Skip to content

Commit

Permalink
chore(deps): update cargo pre-1.0 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 12, 2023
1 parent 99f4a86 commit b5c4ea3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
58 changes: 29 additions & 29 deletions federation-2/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions federation-2/router-bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ serde = { version = "1.0.158", features = ["derive"] }
serde_json = { version = "1.0.94", features = ["preserve_order"] }
thiserror = "1.0.40"
tokio = { version = "1.24.2", features = ["full"] }
tower = { version = "0.4.12", features = ["full"] }
tower-service = "0.3.1"
tracing = "0.1.33"
tower = { version = "0.4.13", features = ["full"] }
tower-service = "0.3.2"
tracing = "0.1.37"

[dev-dependencies]
futures = "0.3.27"
futures = "0.3.28"
insta = { version = "1.28.0", features = ["json"] }
pretty_assertions = "1.3.0"
tracing-test = "0.2.1"
tracing-test = "0.2.4"
criterion = { version = "0.4", features = ["async_tokio", "async_futures"] }

[build-dependencies]
Expand Down

0 comments on commit b5c4ea3

Please sign in to comment.