Update serde_derive
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Valentin Brandl 2021-09-14 13:07:16 +02:00
parent 656cc009e1
commit 19cae24133

View File

@ -26,7 +26,7 @@ number_prefix = "0.4.0"
openssl-probe = "0.1.4"
reqwest = "0.11.4"
serde = "1.0.130"
serde_derive = "1.0.123"
serde_derive = "1.0.130"
serde_json = "1.0.67"
tracing = "0.1.27"
tracing-actix-web = "0.4.0-beta.11"