Skip to content

Commit e004313

Browse files
authored
Remove unused serde_yaml (#13820)
This crate version has a security vuln https://rustsec.org/advisories/RUSTSEC-2018-0005
1 parent 824b2aa commit e004313

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

modules/openapi-generator/src/main/resources/rust/Cargo.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ uuid = { version = "^1.0", features = ["serde"] }
1717
hyper = { version = "~0.14", features = ["full"] }
1818
hyper-tls = "~0.5"
1919
http = "~0.2"
20-
serde_yaml = "0.7"
2120
base64 = "~0.7.0"
2221
futures = "^0.3"
2322
{{/hyper}}

samples/client/petstore/rust/hyper/petstore/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ uuid = { version = "^1.0", features = ["serde"] }
1414
hyper = { version = "~0.14", features = ["full"] }
1515
hyper-tls = "~0.5"
1616
http = "~0.2"
17-
serde_yaml = "0.7"
1817
base64 = "~0.7.0"
1918
futures = "^0.3"
2019

0 commit comments

Comments
 (0)