summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1d698cd..b99670b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "benoit"
-version = "1.2.0"
+version = "2.0.0"
authors = ["Gabriel Bjørnager Jensen"]
edition = "2021"
description = "Mandelbrot renderer."
@@ -17,8 +17,8 @@ lto = "fat"
[dependencies]
png = "0.17.10"
-rayon = "1.7.0"
+rayon = "1.8.0"
rug = "1.22.0"
sdl2 = "0.35.2"
toml = "0.8.0"
-webp = "0.2.5"
+webp = "0.2.6"