diff --git a/packages/graph/node/Cargo.lock b/packages/graph/node/Cargo.lock index 62019be..412b269 100644 --- a/packages/graph/node/Cargo.lock +++ b/packages/graph/node/Cargo.lock @@ -3078,9 +3078,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openssl" -version = "0.10.57" +version = "0.10.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c" +checksum = "79a4c6c3a2b158f7f8f2a2fc5a969fa3a068df6fc9dbb4a43845436e3af7c800" dependencies = [ "bitflags 2.4.0", "cfg-if 1.0.0", @@ -3110,9 +3110,9 @@ checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" [[package]] name = "openssl-sys" -version = "0.9.92" +version = "0.9.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db7e971c2c2bba161b2d2fdf37080177eff520b3bc044787c7f1f5f9e78d869b" +checksum = "3812c071ba60da8b5677cc12bcb1d42989a65553772897a7e0355545a819838f" dependencies = [ "cc", "libc", diff --git a/packages/graph/node/store/postgres/Cargo.toml b/packages/graph/node/store/postgres/Cargo.toml index 48084a5..8f8eff7 100644 --- a/packages/graph/node/store/postgres/Cargo.toml +++ b/packages/graph/node/store/postgres/Cargo.toml @@ -25,7 +25,7 @@ lazy_static = "1.1" lru_time_cache = "0.11" maybe-owned = "0.3.4" postgres = "0.19.1" -openssl = "0.10.57" +openssl = "0.10.60" postgres-openssl = "0.5.0" rand = "0.8.4" serde = "1.0"