Skip to content

Commit

Permalink
Merge pull request #188 from lixmal/dependabot/cargo/constant_time_eq…
Browse files Browse the repository at this point in the history
…-0.3.1

build(deps): bump constant_time_eq from 0.3.0 to 0.3.1
  • Loading branch information
lixmal authored Nov 28, 2024
2 parents 12d1684 + 43e94c3 commit 7d3fb37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -32,7 +32,7 @@ uuid = { version = "1.8.0", features = ["v4"] }
regex = "1.10.2"
mime = "0.3.17"
aes-gcm = { version = "0.10.3", features = ["zeroize", "std"] }
constant_time_eq = "0.3.0"
constant_time_eq = "0.3.1"
linux-keyutils = { version = "0.2.4", features = ["std"] }
url = { version = "2.5.0", features = ["serde"] }
openidconnect = "3.4.0"
Expand Down

0 comments on commit 7d3fb37

Please sign in to comment.