Skip to content

Commit 10ae809

Browse files
committed
remove dependency on upstream branch
(cherry picked from commit bb4926e)
1 parent 0b7efcc commit 10ae809

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ postgresql_commands = { version = "0.20.0", default-features = false, features =
204204
# required due to https://github.com/KenDJohnson/cpe-rs/pull/15
205205
#cpe = { git = "https://github.com/ctron/cpe-rs", rev = "c3c05e637f6eff7dd4933c2f56d070ee2ddfb44b" }
206206
# required due to https://github.com/voteblake/csaf-rs/pull/29
207-
csaf = { git = "https://github.com/trustification/csaf-rs", branch = "purl-name-encoding-fix" }
207+
csaf = { git = "https://github.com/trustification/csaf-rs", branch = "main" }
208208
# required due to https://github.com/gcmurphy/osv/pull/58
209209
#osv = { git = "https://github.com/ctron/osv", branch = "feature/drop_deps_1" }
210210

0 commit comments

Comments
 (0)