From 80df9264e22b8d9263722a3e841d1c3d5bf5914b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 18:30:47 +0000 Subject: [PATCH] Bump openssl from 0.10.54 to 0.10.55 (#441) --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d8caa40..5e758a87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1378,9 +1378,9 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "openssl" -version = "0.10.54" +version = "0.10.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69b3f656a17a6cbc115b5c7a40c616947d213ba182135b014d6051b73ab6f019" +checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d" dependencies = [ "bitflags 1.3.2", "cfg-if", @@ -1419,9 +1419,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.88" +version = "0.9.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ce0f250f34a308dcfdbb351f511359857d4ed2134ba715a4eadd46e1ffd617" +checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index cb936392..cfab812d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ figment = { version = "0.10.10", features = ["toml", "env"] } prometheus-client = "0.21.1" rocket-basicauth = "2.1.1" bcrypt = "0.14.0" -openssl = { version = "0.10.54", features = ["vendored"] } +openssl = { version = "0.10.55", features = ["vendored"] } simple_logger = { version = "4.2.0", features = ["timestamps", "colors", "stderr"] } csv = "1.2.2" const_format = "0.2.31"