Skip to content

Commit e9fa07e

Browse files
fix(deps): update rust crate serde_with to v3
1 parent d2d15f8 commit e9fa07e

File tree

2 files changed

+77
-26
lines changed

2 files changed

+77
-26
lines changed

Cargo.lock

Lines changed: 76 additions & 25 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
@@ -16,7 +16,7 @@ graphql-parser-hive-fork = { version = "^0.5.0", optional = true }
1616
lazy_static = "1.4.0"
1717
serde = { version = "1.0.200", features = ["derive"] }
1818
serde_json = "1.0"
19-
serde_with = "2.2.0"
19+
serde_with = "3.0.0"
2020

2121
[features]
2222
default = ["graphql_parser"]

0 commit comments

Comments
 (0)