diff --git a/Cargo.toml b/Cargo.toml index 9fac7a93..032425c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ regex = "1.10.4" regress = "0.9.1" reqwest = "0.11.27" rustfmt-wrapper = "0.2.1" -schemars = { version = "0.8.16", features = ["chrono", "uuid1"] } +schemars = { version = "0.8.17", features = ["chrono", "uuid1"] } serde = { version = "1.0.198", features = ["derive"] } serde_json = "1.0.116" similar = "2.4.0"