hive-sh4re/hive-bash-mcp/hive-agent: retype TaskFile timestamps to DateTime<Utc>, drop now_unix from these crates
This commit is contained in:
parent
d6ea92085a
commit
2122e23d81
7 changed files with 30 additions and 22 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1562,6 +1562,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"axum",
|
||||
"chrono",
|
||||
"clap",
|
||||
"futures-util",
|
||||
"hive-agent-sock",
|
||||
|
|
@ -1622,6 +1623,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"axum",
|
||||
"chrono",
|
||||
"clap",
|
||||
"hive-agent-sock",
|
||||
"hive-sh4re",
|
||||
|
|
|
|||
Loading…
Reference in a new issue