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] authored Dec 20, 2024
1 parent 8d9cf92 commit 833291b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apollo-federation-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ 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 @@ -38,6 +38,6 @@ serde_json = { version = "1", optional = true }

[dev-dependencies]
assert_fs = "1"
rstest = "0.21.0"
rstest = "0.23.0"
serde_json = "1"
serde_yaml = "0.8"
serde_yaml = "0.9"

0 comments on commit 833291b

Please sign in to comment.