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 Jan 21, 2024
1 parent 4f687f5 commit c78da17
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 32 deletions.
97 changes: 66 additions & 31 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ graphql-parser = "^0.4.0"
lazy_static = "1.4.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = "2.2.0"
serde_with = "3.5.0"

[dev-dependencies]
graphql-parser = "0.4.0"

0 comments on commit c78da17

Please sign in to comment.