style: treefmt reflow of time dep
This commit is contained in:
parent
4636987469
commit
72415497aa
1 changed files with 4 additions and 1 deletions
|
|
@ -72,7 +72,10 @@ forgejo-api = { version = "0.11", default-features = false, features = [
|
|||
"rustls-tls",
|
||||
] }
|
||||
url = "2"
|
||||
time = { version = "0.3", default-features = false, features = ["formatting", "parsing"] }
|
||||
time = { version = "0.3", default-features = false, features = [
|
||||
"formatting",
|
||||
"parsing",
|
||||
] }
|
||||
petgraph = { version = "0.8", default-features = false, features = ["std"] }
|
||||
matrix-sdk = { version = "0.14", default-features = false, features = [
|
||||
"rustls-tls",
|
||||
|
|
|
|||
Loading…
Reference in a new issue