Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
Alex Emmet 2026-08-28 13:25:15 +02:00
commit 4caa6bb3e9
No known key found for this signature in database
33 changed files with 2028 additions and 445 deletions

3
Cargo.lock generated
View file

@ -2167,6 +2167,7 @@ dependencies = [
"libc",
"mtp",
"omikron-connector",
"serde_json",
"serde_yaml",
"sysinfo",
"tempfile",
@ -2218,6 +2219,8 @@ name = "iota-process-manager"
version = "0.1.0"
dependencies = [
"async-trait",
"libc",
"tempfile",
"tokio",
]