Skip to content

Commit c86745c

Browse files
committed
Bump
1 parent b8ccee1 commit c86745c

File tree

3 files changed

+41
-41
lines changed

3 files changed

+41
-41
lines changed

Cargo.lock

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "AGPL-3.0"
1010
name = "dssim"
1111
readme = "README.md"
1212
repository = "https://github.com/kornelski/dssim.git"
13-
version = "3.3.4"
13+
version = "3.4.0"
1414
edition = "2021"
1515
rust-version = "1.72"
1616

@@ -20,13 +20,13 @@ name = "dssim"
2020
path = "src/main.rs"
2121

2222
[dependencies]
23-
dssim-core = { path = "./dssim-core", version = "3.2.11", default-features = false }
23+
dssim-core = { path = "./dssim-core", version = "3.4.0", default-features = false }
2424
imgref = "1.11.0"
2525
getopts = "0.2.21"
2626
rayon = { version = "1.10.0", optional = true }
27-
rgb = "0.8.44"
28-
lodepng = { version = "3.10.2", default-features = false, features = ["rust_backend"] }
29-
load_image = { version = "3.1.4", features = ["lcms2-static"] }
27+
rgb = "0.8.50"
28+
lodepng = { version = "3.11", default-features = false, features = ["rust_backend"] }
29+
load_image = { version = "3.2", features = ["lcms2-static"] }
3030
crossbeam-channel = "0.5.13"
3131
ordered-channel = { version = "1.1.0" }
3232

dssim-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "AGPL-3.0"
1010
name = "dssim-core"
1111
readme = "README.md"
1212
repository = "https://github.com/kornelski/dssim.git"
13-
version = "3.2.11"
13+
version = "3.4.0"
1414
edition = "2021"
1515

1616
[lib]
@@ -20,7 +20,7 @@ crate-type = ["lib", "staticlib"]
2020
imgref = "1.11.0"
2121
itertools = "0.14"
2222
rayon = { version = "1.10.0", optional = true }
23-
rgb = "0.8.43"
23+
rgb = "0.8.50"
2424

2525
[dev-dependencies]
2626
lodepng = "3.10.2"

0 commit comments

Comments
 (0)