From 1fb482863e31971c9d70216ebee9c2e482d0ba7d Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Fri, 20 Sep 2024 14:32:15 +0530 Subject: [PATCH] chore: update sui to 0.3.1 (#25758) --- Cargo.lock | 4 ++-- cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b71cc2d2fc..7033b8667e 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 778c21bb03..498a8471d9 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