Skip to content

Commit

Permalink
chore(deps): bump openssl in /compute-file-server-cli
Browse files Browse the repository at this point in the history
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.42 to 0.10.66.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.42...openssl-v0.10.66)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent 82b0ca3 commit 6b2ab24
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 14 deletions.
40 changes: 27 additions & 13 deletions compute-file-server-cli/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 compute-file-server-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/jakeChampion/compute-file-server"
clap = "4.0.10"
walkdir = "2.3.2"
reqwest = { version = "0.11", features = ["json", "stream"] }
openssl = { version = "0.10.42", features = ["vendored"] }
openssl = { version = "0.10.66", features = ["vendored"] }
tokio = { version = "1", features = ["full"] }
simple-error = "0.2.3"
serde_derive = "1.0.145"
Expand Down

0 comments on commit 6b2ab24

Please sign in to comment.