Skip to content

Commit

Permalink
fix(deps): update rust crate serde to v1.0.215 (#55)
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 12, 2024
1 parent bd39908 commit d2d15f8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 18 deletions.
45 changes: 28 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authors = ["Dotan Simha <[email protected]>"]
graphql-parser = { version = "^0.4.0", optional = true }
graphql-parser-hive-fork = { version = "^0.5.0", optional = true }
lazy_static = "1.4.0"
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0"
serde_with = "2.2.0"

Expand Down

0 comments on commit d2d15f8

Please sign in to comment.