Cargo.toml: update bootspec to upstream
This commit is contained in:
parent
e3f6029643
commit
6e66c5f0ed
|
@ -69,7 +69,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bootspec"
|
name = "bootspec"
|
||||||
version = "0.1.0"
|
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 = [
|
dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
|
|
|
@ -15,4 +15,4 @@ serde_json = "1.0.89"
|
||||||
tempfile = "3.3.0"
|
tempfile = "3.3.0"
|
||||||
blake3 = "1.3.3"
|
blake3 = "1.3.3"
|
||||||
# TODO: wait for a upstream release and pin it.
|
# 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" }
|
||||||
|
|
Loading…
Reference in New Issue