Skip to content

Commit

Permalink
Bump cve 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: mrizzi <[email protected]>
  • Loading branch information
mrizzi committed May 22, 2024
1 parent 99e7f44 commit 7474512
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spog/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async-trait = "0.1.73"
bytes = "1"
clap = { version = "4.0.29", features = ["derive"] }
csaf = "0.5"
cve = "0.2.1"
cve = "0.3.0"
cvss = "2"
futures = "0.3"
guac = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion spog/ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ browser-panic-hook = "0.2.0"
chrono = { version = "0.4", default-features = false, features = ["wasmbind"] }
convert_case = "0.6.0"
csaf = { version = "0.5.0", default-features = false }
cve = "0.2.1"
cve = "0.3.0"
cvss = { version = "2", features = ["serde"] }
cyclonedx-bom = "0.4"
futures = "0.3.29"
Expand Down
2 changes: 1 addition & 1 deletion spog/ui/crates/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ anyhow = "1"
async-trait = "0.1"
chrono = { version = "0.4", default-features = false, features = ["wasmbind"] }
csaf = { version = "0.5.0", default-features = false }
cve = "0.2.1"
cve = "0.3.0"
cyclonedx-bom = "0.4"
gloo-events = "0.2"
gloo-net = "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion v11y/index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
cve = "0.2.1"
cve = "0.3.0"
sikula = { version = "0.4.0", features = ["time"] }
log = "0.4"
time = "0.3"
Expand Down

0 comments on commit 7474512

Please sign in to comment.