aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fe9312d..be1c91c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,24 +12,24 @@ harness = false
[dependencies]
brotli = "3.3.4"
-clap = { version = "4.1.0", features = ["derive"] }
+clap = { version = "4.2.7", features = ["derive"] }
color-eyre = "0.6.2"
colorgrad = "0.6.2"
-crossbeam-channel = "0.5.6"
-flate2 = "1.0.25"
+crossbeam-channel = "0.5.8"
+flate2 = "1.0.26"
fnv = "1.0.7"
-image = "0.24.5"
+image = "0.24.6"
imageproc = "0.23.0"
-indicatif = "0.17.2"
-is-terminal = "0.4.2"
+indicatif = "0.17.3"
+is-terminal = "0.4.7"
nalgebra = "0.32"
num-traits = "0.2.15"
-rayon = "1.6.1"
+rayon = "1.7.0"
roxmltree = "0.18.0"
-rusqlite = "0.28.0"
+rusqlite = "0.29.0"
[dev-dependencies]
criterion = "0.4.0"
[profile.release]
-lto = true
+lto = false