diff --git a/Cargo.toml b/Cargo.toml index a172a20..b37d058 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ categories = ["network-programming", "parser-implementations"] edition = "2021" [dependencies] -serde = { version = "1.0.199", optional = true } +serde = { version = "1.0.200", optional = true } schemars = { version = "0.8.17", optional = true } [dev-dependencies]