1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

chore: update sui to 0.3.1 (#25758)

This commit is contained in:
Divy Srivastava 2024-09-20 14:32:15 +05:30 committed by GitHub
parent 66fb81ea85
commit 1fb482863e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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