summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2024-11-05 13:10:23 +0530
committerGitHub <noreply@github.com>2024-11-05 13:10:23 +0530
commit4861108592e4543c6245f8b477f083ec1b34f627 (patch)
tree2ab590b957be693889f85ee1b4493965e40f2a59 /Cargo.lock
parent89f0b796bd442ff352c3f93f69156ca6d85bfd5e (diff)
fix: panic_hook hangs without procfs (#26732)
Fixes https://github.com/denoland/deno/issues/26701 Ref https://github.com/denoland/sui/commit/69e491353fb82ce15a861376ee8dc68f183e0486
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 73d417baa..29fe91641 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4195,9 +4195,9 @@ dependencies = [
[[package]]
name = "libsui"
-version = "0.4.0"
+version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "205eca4e7beaad637dcd38fe41292065894ee7f498077cf3c135d5f7252b9f27"
+checksum = "89795977654ad6250d6c0915411b622bac22f9efb4f852af94b2e00964cab832"
dependencies = [
"editpe",
"libc",