We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0aa9ee0 + cb9aa55 commit f58b169Copy full SHA for f58b169
cyclonedx-bom/src/specs/v1_3/dependency.rs
@@ -83,6 +83,7 @@ impl FromXml for Dependencies {
83
pub(crate) struct Dependency {
84
#[serde(rename = "ref")]
85
dependency_ref: String,
86
+ #[serde(default)]
87
depends_on: Vec<String>,
88
}
89
cyclonedx-bom/src/specs/v1_4/dependency.rs
0 commit comments