aboutsummaryrefslogtreecommitdiff
path: root/crates/render-parity
diff options
context:
space:
mode:
Diffstat (limited to 'crates/render-parity')
-rw-r--r--crates/render-parity/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/render-parity/Cargo.toml b/crates/render-parity/Cargo.toml
index dcf2ca1..865f97e 100644
--- a/crates/render-parity/Cargo.toml
+++ b/crates/render-parity/Cargo.toml
@@ -6,4 +6,4 @@ edition = "2021"
[dependencies]
image = { version = "0.25", default-features = false, features = ["png"] }
serde = { version = "1", features = ["derive"] }
-toml = "0.9"
+toml = "1.0"