diff --git a/Cargo.lock b/Cargo.lock index 32171a01e..14e154a37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3274,11 +3274,11 @@ checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" [[package]] name = "openssl" -version = "0.10.56" +version = "0.10.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "729b745ad4a5575dd06a3e1af1414bd330ee561c01b3899eb584baeaa8def17e" +checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.3.3", "cfg-if", "foreign-types", "libc", diff --git a/Cargo.toml b/Cargo.toml index b75c80ce6..a9aa42be8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,7 +120,7 @@ notify-debouncer-full = { version = "0.1" } num_enum = "^0.5.11" oauth2_ext = { version = "^4.1.0", package = "oauth2", default-features = false } openssl-sys = "^0.9" -openssl = "^0.10.56" +openssl = "^0.10.57" paste = "^1.0.14" pkg-config = "^0.3.27" proc-macro2 = "1.0.66"