aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2023-05-13 18:13:57 +0200
committerDaniel Schadt <kingdread@gmx.de>2023-05-13 18:13:57 +0200
commitf2d6062ef6ca6819d598263c93254cf5f744810f (patch)
treec8153c314232bbb0594866e198df7a0124856ee5 /Cargo.toml
parentd7e199d6afe736af36f0ec90f9843dc0fc9cc767 (diff)
downloadhittekaart-f2d6062ef6ca6819d598263c93254cf5f744810f.tar.gz
hittekaart-f2d6062ef6ca6819d598263c93254cf5f744810f.tar.bz2
hittekaart-f2d6062ef6ca6819d598263c93254cf5f744810f.zip
update dependencies
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