diff --git a/src/rust/engine/Cargo.lock b/src/rust/engine/Cargo.lock index 7d7059049d2..4c9d27d6c2f 100644 --- a/src/rust/engine/Cargo.lock +++ b/src/rust/engine/Cargo.lock @@ -2115,12 +2115,12 @@ dependencies = [ [[package]] name = "os_pipe" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a53dbb20faf34b16087a931834cba2d7a73cc74af2b7ef345a4c8324e2409a12" +checksum = "0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177" dependencies = [ "libc", - "windows-sys 0.45.0", + "windows-sys 0.48.0", ] [[package]] @@ -2560,7 +2560,7 @@ dependencies = [ "indoc", "libc", "memoffset 0.8.0", - "parking_lot 0.11.2", + "parking_lot 0.12.1", "pyo3-build-config 0.18.3 (git+https://github.com/PyO3/pyo3.git?rev=edb952233159dd6d16089f9c1d855404090a9f4c)", "pyo3-ffi", "pyo3-macros",