Remove unused serde_yaml (#13820)

This crate version has a security vuln
https://rustsec.org/advisories/RUSTSEC-2018-0005
This commit is contained in:
John Vandenberg 2022-10-26 17:02:01 +08:00 committed by GitHub
parent 824b2aa5f3
commit e0043130c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@ uuid = { version = "^1.0", features = ["serde"] }
hyper = { version = "~0.14", features = ["full"] } hyper = { version = "~0.14", features = ["full"] }
hyper-tls = "~0.5" hyper-tls = "~0.5"
http = "~0.2" http = "~0.2"
serde_yaml = "0.7"
base64 = "~0.7.0" base64 = "~0.7.0"
futures = "^0.3" futures = "^0.3"
{{/hyper}} {{/hyper}}

View File

@ -14,7 +14,6 @@ uuid = { version = "^1.0", features = ["serde"] }
hyper = { version = "~0.14", features = ["full"] } hyper = { version = "~0.14", features = ["full"] }
hyper-tls = "~0.5" hyper-tls = "~0.5"
http = "~0.2" http = "~0.2"
serde_yaml = "0.7"
base64 = "~0.7.0" base64 = "~0.7.0"
futures = "^0.3" futures = "^0.3"