build: add time + url deps for forgejo-api port
This commit is contained in:
parent
39fe0f306a
commit
0f035ce1e9
5 changed files with 7 additions and 0 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
|
@ -1390,6 +1390,7 @@ dependencies = [
|
|||
"serde",
|
||||
"serde_json",
|
||||
"tempfile",
|
||||
"time",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tower-http",
|
||||
|
|
@ -1438,6 +1439,7 @@ dependencies = [
|
|||
"serde",
|
||||
"serde_json",
|
||||
"tempfile",
|
||||
"time",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tracing",
|
||||
|
|
@ -1466,6 +1468,7 @@ dependencies = [
|
|||
"reqwest",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"time",
|
||||
"url",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue