diff --git a/Cargo.toml b/Cargo.toml index be7e5ae..7a6d7a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] log = "0.4.20" env_logger = "0.10.0" -anyhow = "1.0.74" +anyhow = "1.0.75" serde = { version = "1.0.183", features = ["derive"] } serde_json = "1.0.105" schemars = "0.8.12"