diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index f985372..1de1b6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ colors = { path = "./crates/colors" } # Shared pyo3 = { version = "0.25.1", features = ["macros"], default-features = false } -log = {version = "0.4.27", features = ["kv"]} +log = { version = "0.4.27", features = ["kv"] } serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" url = { version = "2.5.4", features = ["serde"] } |