Skip to content

Commit 484d1a4

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

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.1.6"
1212
dotenv = "0.15.0"
1313
env_logger = "0.10"
1414
log = "0.4"
15-
openssl = { version = "0.10.44", features = ["vendored"] }
15+
openssl = { version = "0.10.45", features = ["vendored"] }
1616
sentry = "0.23"
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = "1.0"

0 commit comments

Comments
 (0)