Skip to content

Commit

Permalink
build: Fix RUSTSEC-2025-0004 (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez authored Feb 4, 2025
1 parent 6251fd2 commit 236ad27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -43,7 +43,7 @@ xz2 = "0.1.7"
zip = "2.2.1"

[target.'cfg(unix)'.dependencies]
openssl = { version = "0.10.68", features = ["vendored"] }
openssl = { version = "0.10.70", features = ["vendored"] }

[target.'cfg(windows)'.dependencies]
winreg = "0.52.0"
Expand Down

0 comments on commit 236ad27

Please sign in to comment.