Skip to content

Commit

Permalink
fix(deps): update rust crate serde to v1.0.209
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2024
1 parent a6cdb8c commit 5666961
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 @@ -13,7 +13,7 @@ authors = ["Dotan Simha <dotansimha@gmail.com>"]
[dependencies]
graphql-parser = "^0.4.0"
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 5666961

Please sign in to comment.