aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a93cdc7..acea6f5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@ colors = { path = "./crates/colors" }
# Shared
pyo3 = { version = "0.28.3", features = ["macros"], default-features = false }
-log = { version = "0.4.30", features = ["kv"] }
+log = { version = "0.4.32", features = ["kv"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.150"
url = { version = "2.5.8", features = ["serde"] }