Skip to content

Commit

Permalink
fix(deps): update rust crate serde_with to v3 (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent 826002a commit 18d181e
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 26 deletions.
101 changes: 76 additions & 25 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 @@ -16,7 +16,7 @@ graphql-parser-hive-fork = { version = "^0.5.0", optional = true }
lazy_static = "1.4.0"
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0"
serde_with = "2.2.0"
serde_with = "3.0.0"

[features]
default = ["graphql_parser"]
Expand Down

0 comments on commit 18d181e

Please sign in to comment.