Skip to content

Commit

Permalink
chore(deps): update all cargo non-major packages >= 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 23, 2023
1 parent 4d54a51 commit 55720c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion federation-2/harmonizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"

[dev-dependencies]
insta = "1.28.0"
insta = "1.29.0"

[build-dependencies]
deno_core = "0.171.0"
Expand Down
4 changes: 2 additions & 2 deletions federation-2/router-bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ rand = "0.8.5"
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"] }
tokio = { version = "1.26.0", features = ["full"] }
tower = { version = "0.4.12", features = ["full"] }
tower-service = "0.3.1"
tracing = "0.1.33"

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

0 comments on commit 55720c3

Please sign in to comment.