Skip to content

Commit d82250b

Browse files
Bump constant_time_eq from 0.4.2 to 0.5.0 (RustPython#8028)
Bumps [constant_time_eq](https://github.com/cesarb/constant_time_eq) from 0.4.2 to 0.5.0. - [Changelog](https://github.com/cesarb/constant_time_eq/blob/main/CHANGES) - [Commits](cesarb/constant_time_eq@0.4.2...0.5.0) --- updated-dependencies: - dependency-name: constant_time_eq dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8e8ba1 commit d82250b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ bstr = "1"
210210
bzip2 = "0.6"
211211
chrono = { version = "0.4.44", default-features = false, features = ["clock", "std"] }
212212
console_error_panic_hook = "0.1"
213-
constant_time_eq = "0.4"
213+
constant_time_eq = "0.5"
214214
cranelift = "0.132.0"
215215
cranelift-jit = "0.132.0"
216216
cranelift-module = "0.132.0"

0 commit comments

Comments
 (0)