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 Sep 9, 2024
1 parent 6c2a7fc commit fc9b262
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 69 deletions.
111 changes: 47 additions & 64 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"
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

0 comments on commit fc9b262

Please sign in to comment.