Update Rust crate serde to 1.0.174
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2023-07-22 07:56:08 +00:00
parent 726c69b325
commit c86a3f547a
2 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ log = "0.4.19"
serde_json = "1.0.101"
serde_yaml = "0.9.25"
env_logger = "0.10.0"
serde = { version = "1.0.173", features = ["derive"] }
serde = { version = "1.0.174", features = ["derive"] }
bcrypt = "0.15.0"
uuid = { version = "1.4.1", features = ["v4"] }
mime_guess = "2.0.4"