Skip to content

Commit

Permalink
chore(deps): update rust crate openssl to 0.10.64 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent d9ed091 commit 26729a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aliri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tracing = { version = "0.1", optional = true }
thiserror = "1"

# EC and Private Key support
openssl = { version = "0.10", optional = true }
openssl = { version = "0.10.64", optional = true }

[dev-dependencies]
color-eyre = "0.6"
Expand Down
2 changes: 1 addition & 1 deletion aliri_oauth2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tracing = "0.1.40"

[dev-dependencies]
aliri = { version = "0.6.0", path = "../aliri", features = [ "private-keys" ] }
openssl = "0.10"
openssl = "0.10.64"
serde_json = "1"
tokio = { version = "1", features = [ "rt-multi-thread", "macros" ] }

Expand Down

0 comments on commit 26729a5

Please sign in to comment.