Skip to content

Commit

Permalink
fix(deps): bump openssl from 0.10.58 to 0.10.59
Browse files Browse the repository at this point in the history
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.58 to 0.10.59.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.58...openssl-v0.10.59)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed Nov 6, 2023
1 parent 3b48506 commit 2532f86
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 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 git-mit-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ shell-words = "1.1.0"
thiserror = "1.0.50"
miette = { version = "5.6.0", features = [ "fancy" ] }
git2 = "0.18.1"
openssl = { version = "0.10.58", optional = true }
openssl = { version = "0.10.59", optional = true }
clap_complete = "4.4.4"
clap = { version = "4.4.7", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }

Expand Down
2 changes: 1 addition & 1 deletion git-mit-install/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ clap = { version = "4.4.7", features = ["derive", "cargo", "wrap_help", "env", "


git2 = "0.18.1"
openssl = { version = "0.10.58", optional = true }
openssl = { version = "0.10.59", optional = true }

indoc = "2.0.4"

Expand Down
2 changes: 1 addition & 1 deletion git-mit-relates-to/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ miette = { version = "5.6.0", features = [ "fancy" ] }
clap_complete = "4.4.4"
clap = { version = "4.4.7", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
git2 = "0.18.1"
openssl = { version = "0.10.58", optional = true }
openssl = { version = "0.10.59", optional = true }


[dependencies.mit-commit-message-lints]
Expand Down
2 changes: 1 addition & 1 deletion git-mit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ miette = { version = "5.6.0", features = [ "fancy" ] }
clap_complete = "4.4.4"
clap = { version = "4.4.7", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
git2 = "0.18.1"
openssl = { version = "0.10.58", optional = true }
openssl = { version = "0.10.59", optional = true }


[dependencies.mit-commit-message-lints]
Expand Down
2 changes: 1 addition & 1 deletion mit-commit-message-lints/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ glob = "0.3.1"
thiserror = "1.0.50"
miette = { version = "5.6.0", features = [ "fancy" ] }
git2 = "0.18.1"
openssl = { version = "0.10.58", optional = true }
openssl = { version = "0.10.59", optional = true }
regex = "1.10.2"
serde_yaml = "0.9.27"
serde_derive = "1.0.153"
Expand Down
2 changes: 1 addition & 1 deletion mit-commit-msg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mit-lint = "3.2.7"
clap_complete = "4.4.4"
clap = { version = "4.4.7", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
git2 = "0.18.1"
openssl = { version = "0.10.58", optional = true }
openssl = { version = "0.10.59", optional = true }
miette = { version = "5.6.0", features = [ "fancy" ] }
mit-commit = "3.1.8"

Expand Down
2 changes: 1 addition & 1 deletion mit-hook-test-helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description = "Testing help tools for git-mit"
[dependencies]
tempfile = "3.8.1"
git2 = "0.18.1"
openssl = { version = "0.10.58", optional = true }
openssl = { version = "0.10.59", optional = true }



Expand Down
2 changes: 1 addition & 1 deletion mit-pre-commit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ miette = { version = "5.6.0", features = [ "fancy" ] }
clap_complete = "4.4.4"
clap = { version = "4.4.7", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
git2 = "0.18.1"
openssl = { version = "0.10.58", optional = true }
openssl = { version = "0.10.59", optional = true }
mit-commit = "3.1.8"


Expand Down
2 changes: 1 addition & 1 deletion mit-prepare-commit-msg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ shell-words = "1.1.0"
clap_complete = "4.4.4"
clap = { version = "4.4.7", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
git2 = "0.18.1"
openssl = { version = "0.10.58", optional = true }
openssl = { version = "0.10.59", optional = true }
mit-commit = "3.1.8"


Expand Down

0 comments on commit 2532f86

Please sign in to comment.