chore(deps): upgrade spin and shlex (#86)

This commit is contained in:
2026-05-19 11:51:37 -05:00
committed by GitHub
parent 863aa25971
commit aafda6e3da
3 changed files with 19 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ edition = "2024"
[workspace.dependencies]
bitflags = "2.11.1"
log = "0.4.29"
spin = "0.10.0"
spin = "0.11.0"
uefi-raw = "0.14.0"
[workspace.dependencies.anyhow]
@@ -46,7 +46,7 @@ version = "0.11.0"
default-features = false
[workspace.dependencies.shlex]
version = "1.3.0"
version = "2.0.1"
default-features = false
[workspace.dependencies.toml]