mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 10:30:17 +00:00
fix(cargo): remove transitive dependency on tokio
This commit is contained in:
@@ -11,7 +11,6 @@ edition = "2024"
|
||||
anyhow = "1.0.100"
|
||||
toml = "0.9.8"
|
||||
log = "0.4.28"
|
||||
sha256 = "1.6.0"
|
||||
|
||||
[dependencies.image]
|
||||
version = "0.25.8"
|
||||
@@ -23,6 +22,10 @@ optional = true
|
||||
version = "1.0.228"
|
||||
features = ["derive"]
|
||||
|
||||
[dependencies.sha256]
|
||||
version = "1.6.0"
|
||||
default-features = false
|
||||
|
||||
[dependencies.uefi]
|
||||
version = "0.36.0"
|
||||
features = ["alloc", "logger"]
|
||||
|
||||
Reference in New Issue
Block a user