Skip to content

Commit

Permalink
fix(deps): update rust crate serde_with to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 15, 2024
1 parent d91a246 commit 023d28b
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 18 deletions.
123 changes: 106 additions & 17 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 apollo-federation-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde = {version = "1", features = ["derive"]}
camino = {version = "1", features = ["serde1"], optional = true}
log = {version = "0.4", optional = true}
semver = {version = "1", features = ["serde"]}
serde_with = {version = "1", optional = true}
serde_with = {version = "3", optional = true}
serde_yaml = {version = "0.8", optional = true}
thiserror = {version = "1", optional = true}
url = {version = "2", features = ["serde"], optional = true}
Expand Down

0 comments on commit 023d28b

Please sign in to comment.