Skip to content

Commit

Permalink
Bump imgref from 1.10.1 to 1.11.0
Browse files Browse the repository at this point in the history
Bumps [imgref](https://github.com/kornelski/imgref) from 1.10.1 to 1.11.0.
- [Commits](kornelski/imgref@v1.10.1...v1.11.0)

---
updated-dependencies:
- dependency-name: imgref
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kornelski committed Nov 1, 2024
1 parent d7d334c commit bc9d68a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ path = "src/main.rs"

[dependencies]
dssim-core = { path = "./dssim-core", version = "3.2.10", default-features = false }
imgref = "1.10.1"
imgref = "1.11.0"
getopts = "0.2.21"
rayon = { version = "1.10.0", optional = true }
rgb = "0.8.44"
Expand Down
2 changes: 1 addition & 1 deletion dssim-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ edition = "2021"
crate-type = ["lib", "staticlib"]

[dependencies]
imgref = "1.10.1"
imgref = "1.11.0"
itertools = "0.13"
rayon = { version = "1.10.0", optional = true }
rgb = "0.8.43"
Expand Down

0 comments on commit bc9d68a

Please sign in to comment.