From 72415497aa449d6919c1409d354bd077a6dc8336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Tue, 7 Jul 2026 09:25:03 +0200 Subject: [PATCH] style: treefmt reflow of time dep --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ec42b447..10737252 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",