diff --git a/Cargo.toml b/Cargo.toml index 16f8f21..3d061ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" log = "0.4.19" env_logger = "0.10.0" anyhow = "1.0.72" -serde = { version = "1.0.174", features = ["derive"] } +serde = { version = "1.0.175", features = ["derive"] } serde_json = "1.0.103" schemars = "0.8.12" tokio = { version = "1.29.1", features = ["full"] }