wip(inventory_agent): Refactoring for better error handling in progress

This commit is contained in:
2025-08-19 17:05:23 -04:00
parent 3f34f868eb
commit 6685b05cc5
3 changed files with 143 additions and 29 deletions

4
Cargo.lock generated
View File

@@ -105,7 +105,7 @@ dependencies = [
"futures-core",
"futures-util",
"mio 1.0.4",
"socket2",
"socket2 0.5.10",
"tokio",
"tracing",
]
@@ -167,7 +167,7 @@ dependencies = [
"serde_json",
"serde_urlencoded",
"smallvec",
"socket2",
"socket2 0.5.10",
"time",
"tracing",
"url",