Tiny formatting change, because RustRover keeps redoing it. Having to revert on every commit is not fun.

This commit is contained in:
Jorge López
2025-01-11 14:44:56 +01:00
parent 3e2993f5f5
commit e5bd39a8b2

View File

@@ -50,7 +50,7 @@ regex-syntax = { version = "0.8.5", default-features = false, features = ["unico
chrono = "0.4.38"
julian_day_converter = "0.3.2"
jsonb = { version = "0.4.4", optional = true }
indexmap = { version="2.2.6", features = ["serde"] }
indexmap = { version = "2.2.6", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
pest = { version = "2.0", optional = true }
pest_derive = { version = "2.0", optional = true }