diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e872f7ee..f6834f8f 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -98,7 +98,7 @@ jobs: # https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability strategy: matrix: - msrv: ["1.65.0"] # 2021 edition requires 1.56 + msrv: ["1.67.1"] # 2021 edition requires 1.56 name: ubuntu / ${{ matrix.msrv }} steps: - uses: actions/checkout@v4 diff --git a/Cargo.toml b/Cargo.toml index 03ece3d8..a236638f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "imageproc" version = "0.24.0" authors = ["theotherphil"] -rust-version = "1.65.0" +rust-version = "1.67.1" edition = "2021" license = "MIT" description = "Image processing operations" @@ -20,7 +20,7 @@ display-window = ["sdl2"] ab_glyph = "0.2.23" approx = "0.5" conv = "0.3.3" -image = { version = "0.24.7", default-features = false } +image = { version = "0.25.0", default-features = false } itertools = "0.12" nalgebra = { version = "0.32", default-features = false, features = ["std"] } num = "0.4.1" @@ -35,7 +35,7 @@ getrandom = { version = "0.2", features = ["js"] } [dev-dependencies] assert_approx_eq = "1.1.0" -image = "0.24.7" +image = "0.25.0" quickcheck = "1.0.3" wasm-bindgen-test = "0.3.38"