diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a80a1c4..b210406 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: # https://github.com/rust-lang/libs-team/issues/72. # This test target is here so that we notice if we accidentally bump # the MSRV, but it's not a promise that we won't bump it. - "1.59.0", + "1.66.0", ] steps: diff --git a/blake2b/Cargo.toml b/blake2b/Cargo.toml index 5191396..6b3c54a 100644 --- a/blake2b/Cargo.toml +++ b/blake2b/Cargo.toml @@ -22,4 +22,4 @@ uninline_portable = [] [dependencies] arrayref = "0.3.5" arrayvec = { version = "0.7.0", default-features = false } -constant_time_eq = "0.2.4" +constant_time_eq = "0.3.0" diff --git a/blake2s/Cargo.toml b/blake2s/Cargo.toml index 7d815a1..57aa966 100644 --- a/blake2s/Cargo.toml +++ b/blake2s/Cargo.toml @@ -17,4 +17,4 @@ std = [] [dependencies] arrayref = "0.3.5" arrayvec = { version = "0.7.0", default-features = false } -constant_time_eq = "0.2.4" +constant_time_eq = "0.3.0"