diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-09-20 14:32:15 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-20 14:32:15 +0530 |
commit | 1fb482863e31971c9d70216ebee9c2e482d0ba7d (patch) | |
tree | f08ed00658844d9b2d009268e95850e4de922f82 | |
parent | 66fb81ea8581bc7f485c99423c307c8fa548b2fe (diff) |
chore: update sui to 0.3.1 (#25758)
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | cli/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index b71cc2d2f..7033b8667 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 778c21bb0..498a8471d 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 |