Skip to content

Commit

Permalink
fix(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 May 4, 2023
1 parent a196e43 commit dcb6d7e
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 44 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
10 changes: 5 additions & 5 deletions federation-2/router-bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include = [
]

[dependencies]
anyhow = "1.0.70"
anyhow = "1.0.71"
async-channel = "1.8.0"
deno_console = "0.89.0"
deno_core = "0.171.0"
Expand All @@ -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.160", features = ["derive"] }
serde_json = { version = "1.0.96", features = ["preserve_order"] }
thiserror = "1.0.40"
tokio = { version = "1.24.2", features = ["full"] }
tokio = { version = "1.28.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 dcb6d7e

Please sign in to comment.