Skip to content

Commit

Permalink
fix(deps): update cargo pre-1.0 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 6, 2024
1 parent 018501d commit 6bde2a4
Show file tree
Hide file tree
Showing 5 changed files with 116 additions and 59 deletions.
157 changes: 107 additions & 50 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions apollo-federation-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ camino = {version = "1", features = ["serde1"], optional = true}
log = {version = "0.4", optional = true}
semver = {version = "1", features = ["serde"]}
serde_with = {version = "3", default-features = false, features = ["macros"], optional = true}
serde_yaml = {version = "0.8", optional = true}
serde_yaml = {version = "0.9", optional = true}
thiserror = {version = "1", optional = true}
url = {version = "2", features = ["serde"], optional = true}

Expand All @@ -35,6 +35,6 @@ serde_json = {version = "1", optional = true}

[dev-dependencies]
assert_fs = "1"
rstest = "0.21.0"
rstest = "0.22.0"
serde_json = "1"
serde_yaml = "0.8"
serde_yaml = "0.9"
2 changes: 1 addition & 1 deletion harmonizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ insta = "1.34.0"
deno_core = "0.200.0"
semver = "1"
serde_json = "1"
toml_edit = "0.19"
toml_edit = "0.22"
which = "4.4.2"
4 changes: 2 additions & 2 deletions router-bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ serde = { version = "1.0.195", features = ["derive"] }
serde_json = { version = "1.0.111", features = ["preserve_order"] }
thiserror = "1.0.56"
tokio = { version = "1.35.1", features = ["full"] }
tower = { version = "0.4.13", features = ["full"] }
tower = { version = "0.5.0", features = ["full"] }
tower-service = "0.3.2"
tracing = "0.1.33"

Expand All @@ -42,7 +42,7 @@ futures = "0.3.29"
insta = { version = "1.34.0", features = ["json"] }
pretty_assertions = "1.4.0"
tracing-test = "0.2.1"
criterion = { version = "0.4", features = ["async_tokio", "async_futures"] }
criterion = { version = "0.5", features = ["async_tokio", "async_futures"] }

[build-dependencies]
deno_console = "0.115.0"
Expand Down
Loading

0 comments on commit 6bde2a4

Please sign in to comment.