Skip to content

Commit ab13039

Browse files
chore: Bump openssl from 0.10.45 to 0.10.47 (#1285)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.45 to 0.10.47. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.45...openssl-v0.10.47) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b5385d commit ab13039

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ csv = "1.2.1"
1212
dotenv = "0.15.0"
1313
env_logger = "0.10"
1414
log = "0.4"
15-
openssl = { version = "0.10.45", features = ["vendored"] }
15+
openssl = { version = "0.10.47", features = ["vendored"] }
1616
sentry = "0.23"
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = "1.0"

0 commit comments

Comments
 (0)