Cargo.toml: update bootspec to upstream

This commit is contained in:
nikstur 2022-12-23 01:03:32 +01:00 committed by Raito Bezarius
parent e3f6029643
commit 6e66c5f0ed
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ dependencies = [
[[package]]
name = "bootspec"
version = "0.1.0"
source = "git+https://github.com/RaitoBezarius/bootspec-1?branch=secureboot-needs#3d5acac24d353c5e9998067abb1b458b996cba81"
source = "git+https://github.com/DeterminateSystems/bootspec#41cf62bb985ccf2f34b96a6c0129481d56b86bfe"
dependencies = [
"serde",
"serde_json",

View File

@ -15,4 +15,4 @@ serde_json = "1.0.89"
tempfile = "3.3.0"
blake3 = "1.3.3"
# TODO: wait for a upstream release and pin it.
bootspec = { git = "https://github.com/RaitoBezarius/bootspec-1", branch = "secureboot-needs" }
bootspec = { git = "https://github.com/DeterminateSystems/bootspec" }