misc: remove once_cell; superseded by std::*

We now have types in the Rust standard library.
Dropping the dependency.

I found this by using the `clippy::pedantic` group.

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
Philipp Schuster
2025-06-20 11:49:39 +02:00
committed by Rob Bradford
parent 100c6d8142
commit 4182ef91e0
16 changed files with 16 additions and 35 deletions
Generated
-6
View File
@@ -415,7 +415,6 @@ dependencies = [
"libc",
"log",
"net_util",
"once_cell",
"option_parser",
"seccompiler",
"serde_json",
@@ -686,7 +685,6 @@ version = "0.1.0"
dependencies = [
"flume",
"libc",
"once_cell",
"serde",
"serde_json",
]
@@ -1256,7 +1254,6 @@ dependencies = [
"libc",
"log",
"net_gen",
"once_cell",
"pnet",
"pnet_datalink",
"rate_limiter",
@@ -2028,7 +2025,6 @@ dependencies = [
"dirs",
"epoll",
"libc",
"once_cell",
"serde",
"serde_json",
"ssh2",
@@ -2119,7 +2115,6 @@ version = "0.1.0"
dependencies = [
"libc",
"log",
"once_cell",
"serde",
"serde_json",
]
@@ -2457,7 +2452,6 @@ dependencies = [
"micro_http",
"mshv-bindings",
"net_util",
"once_cell",
"option_parser",
"pci",
"range_map_vec",