Update Rust crate serde to 1.0.171
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-11 00:08:01 +00:00
parent 8f47891d3a
commit 094c72f13f
2 changed files with 17 additions and 17 deletions

View File

@ -17,7 +17,7 @@ log = "0.4.19"
serde_json = "1.0.97"
serde_yaml = "0.9.22"
env_logger = "0.10.0"
serde = { version = "1.0.166", features = ["derive"] }
serde = { version = "1.0.171", features = ["derive"] }
bcrypt = "0.14.0"
uuid = { version = "1.4.0", features = ["v4"] }
mime_guess = "2.0.4"