Merge pull request 'Update Rust crate serde_json to 1.0.96' (#27) from renovate/serde_json-1.x into master
Some checks failed
continuous-integration/drone/push Build is failing

Reviewed-on: #27
This commit is contained in:
2023-04-24 09:25:32 +00:00
3 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ clap = { version = "4.2.2", features = ["derive"] }
log = "0.4.17"
env_logger = "0.10.0"
serde = { version = "1.0.159", features = ["derive"] }
serde_json = "1.0.95"
serde_json = "1.0.96"
actix-web = "4.1.0"
actix-cors = "0.6.2"
actix = "0.13.0"