Skip to content

Commit 16523cc

Browse files
committed
sort cargo.toml
1 parent 8595208 commit 16523cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ publish = false
88
[dependencies]
99
anyhow = "1.0.101"
1010
axum = "0.8.8"
11+
cronexpr = "1.4.0"
1112
futures = "0.3.31"
1213
globset = "0.4.18"
1314
handlebars = "6.4.0"
@@ -18,15 +19,14 @@ kube_quantity = "0.9.0"
1819
prometheus = "0.14.0"
1920
rand = "0.10.0"
2021
reqwest = { version = "0.13.2", features = ["json"] }
22+
rust_decimal = "1.40.0"
2123
schemars = { version = "1.2.1", features = ["jiff02"] }
2224
serde = { version = "1.0.228", features = ["derive"] }
2325
serde_json = "1.0.149"
2426
serde_yaml = "0.9.34"
2527
thiserror = "2.0.18"
26-
tower-http = { version = "0.6", features = ["trace"] }
2728
tokio = { version = "1.49.0", features = ["full"] }
2829
tokio-postgres = "0.7"
30+
tower-http = { version = "0.6", features = ["trace"] }
2931
tracing = "0.1.44"
3032
tracing-subscriber = { version = "0.3.22", features = ["json", "env-filter"] }
31-
rust_decimal = "1.40.0"
32-
cronexpr = "1.4.0"

0 commit comments

Comments
 (0)