Skip to content

Commit 3b31cca

Browse files
fix(deps): update rust crate serde_with to v3
1 parent f407d1a commit 3b31cca

File tree

2 files changed

+68
-32
lines changed

2 files changed

+68
-32
lines changed

Cargo.lock

Lines changed: 67 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ graphql-parser = "^0.4.0"
1515
lazy_static = "1.4.0"
1616
serde = { version = "1.0", features = ["derive"] }
1717
serde_json = "1.0"
18-
serde_with = "2.2.0"
18+
serde_with = "3.6.1"
1919

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

0 commit comments

Comments
 (0)