Skip to content

Commit

Permalink
chore(deps): bump openssl-sys in the minor group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the minor group with 1 update in the / directory: [openssl-sys](https://github.com/sfackler/rust-openssl).


Updates `openssl-sys` from 0.9.104 to 0.9.105
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-sys-v0.9.104...openssl-sys-v0.9.105)

---
updated-dependencies:
- dependency-name: openssl-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 809bb72 commit bdb9602
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -97,7 +97,7 @@ config = { version = "0.15.6", features = ["toml", "convert-case"] }

# Something is still pulling in libssl, this is a quickfix and should be investigated
[target.'cfg(linux)'.dependencies]
openssl-sys = { version = "0.9.104", features = ["vendored"] }
openssl-sys = { version = "0.9.105", features = ["vendored"] }

[dev-dependencies]
test-log = { version = "0.2.16", features = ["trace"] }
Expand Down

0 comments on commit bdb9602

Please sign in to comment.