Remove unused dependency once_cell from Cargo.toml

This commit is contained in:
Daniel 2026-01-26 10:43:46 +01:00
parent 26a39bb005
commit 272cbfe400
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -4873,7 +4873,6 @@ dependencies = [
"cbindgen",
"common",
"nssa",
"once_cell",
"tokio",
"wallet",
]

View File

@ -11,7 +11,6 @@ wallet.workspace = true
nssa.workspace = true
common.workspace = true
tokio.workspace = true
once_cell.workspace = true
[build-dependencies]
cbindgen = "0.26"