From c2ac2f0f8670f19978bec837b82f6eb85cbb323e Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Fri, 20 Sep 2024 11:37:35 +0530 Subject: [PATCH] chore: update sui to 0.3.1 Ref https://github.com/denoland/sui/pull/27 --- Cargo.lock | 4 ++-- cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8cf4e264c3da39..98a40a5b57916a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4208,9 +4208,9 @@ dependencies = [ [[package]] name = "libsui" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d0f34a58599483cd44a31ff3622dbcca0c50679af60f98b705069dc729e70cf" +checksum = "56e39af24eff8df7c8b9980ef56a1a1f4d2e77b34b2d5c0529f108c53ae96a7a" dependencies = [ "editpe", "libc", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b299fdc71e643d..ef0d4cbc192d42 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -78,7 +78,7 @@ deno_semver.workspace = true deno_task_shell = "=0.17.0" deno_terminal.workspace = true eszip = "=0.78.0" -libsui = "0.3.0" +libsui = "0.3.1" napi_sym.workspace = true node_resolver.workspace = true