diff --git a/Cargo.lock b/Cargo.lock index 6cfc7b8..11e7eb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -692,9 +692,9 @@ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "openssl" -version = "0.10.58" +version = "0.10.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9dfc0783362704e97ef3bd24261995a699468440099ef95d869b4d9732f829a" +checksum = "7a257ad03cd8fb16ad4172fedf8094451e1af1c4b70097636ef2eac9a5f0cc33" dependencies = [ "bitflags 2.4.1", "cfg-if", @@ -724,9 +724,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.94" +version = "0.9.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f55da20b29f956fb01f0add8683eb26ee13ebe3ebd935e49898717c6b4b2830" +checksum = "40a4130519a360279579c2053038317e40eff64d13fd3f004f9e1b72b8a6aaf9" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 5390772..e1a5696 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ chrono = "0.4.26" reqwest = { version = "0.11.18", features = ["json"] } tokio = { version = "1.28.2", features = ["full"] } simplelog = "0.12.1" -openssl = "0.10.58" +openssl = "0.10.59" chrono-tz = "0.8.4" simple-error = "0.3.0" dotenv = "0.15.0"