Skip to content

Commit 7e0bcf4

Browse files
Bump png from 0.17.16 to 0.18.0
Bumps [png](https://github.com/image-rs/image-png) from 0.17.16 to 0.18.0. - [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md) - [Commits](https://github.com/image-rs/image-png/commits) --- updated-dependencies: - dependency-name: png dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d1a2857 commit 7e0bcf4

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

Cargo.lock

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

light-curve-dmdt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ itertools = "0.14"
2929
libm = "0.2.15" # erf
3030
ndarray = "0.16.1"
3131
num-traits = "0.2.14"
32-
png = { version = "0.17.16", optional = true }
32+
png = { version = "0.18.0", optional = true }
3333
serde = { version = "1", features = ["derive"], optional = true }
3434
thiserror = "2"
3535

0 commit comments

Comments
 (0)