Skip to content

Commit 40c2c0e

Browse files
committed
chore: run taplo fmt
1 parent 2fbc059 commit 40c2c0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/grid/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ miette = { workspace = true, features = [ "fancy" ] }
3131

3232
axum.workspace = true
3333
axum-login.workspace = true
34+
gethostname = { version = "1.1.0" }
3435
http = { version = "1" }
3536
http-body = { version = "1" }
36-
http-body-util = "0.1.3"
37+
http-body-util = { version = "0.1.3" }
3738
serde.workspace = true
3839
serde_json.workspace = true
3940
tower.workspace = true
4041
tower-http = { workspace = true, features = [ "trace", "compression-full", "request-id" ] }
4142
tower-sessions.workspace = true
42-
gethostname = "1.1.0"
4343

4444
[features]
4545
default = [ ]

0 commit comments

Comments
 (0)