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 Apr 7, 2023
1 parent f9e3c39 commit 6982a13
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 43 deletions.
134 changes: 97 additions & 37 deletions Cargo.lock

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

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
8 changes: 4 additions & 4 deletions federation-2/router-bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ deno_url = "0.89.0"
deno_web = "0.120.0"
deno_webidl = "0.89.0"
rand = "0.8.5"
serde = { version = "1.0.158", features = ["derive"] }
serde_json = { version = "1.0.94", features = ["preserve_order"] }
serde = { version = "1.0.159", features = ["derive"] }
serde_json = { version = "1.0.95", features = ["preserve_order"] }
thiserror = "1.0.40"
tokio = { version = "1.24.2", features = ["full"] }
tokio = { version = "1.27.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
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde_json = "1"
serde_json_traversal = "0.2"
structopt = { version = "0.3", default-features = false }
tar = "0.4"
tempfile = "3.4"
tempfile = "3.5"
toml = "0.5"
which = "4.4"
zip = { version = "0.5", default-features = false }

0 comments on commit 6982a13

Please sign in to comment.