Skip to content

Commit 799ac35

Browse files
committed
chore: bump deps
1 parent ccbc28c commit 799ac35

File tree

3 files changed

+126
-123
lines changed

3 files changed

+126
-123
lines changed

Cargo.lock

Lines changed: 50 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["the Andromeda team"]
77
edition = "2024"
88
license = "Mozilla Public License 2.0"
99
repository = "https://github.com/tryandromeda/andromeda"
10-
version = "0.1.0-draft49"
10+
version = "0.1.0-draft50"
1111

1212
[workspace.dependencies]
1313
andromeda-core = { path = "core" }
@@ -40,20 +40,20 @@ libffi = "4.1.2"
4040
libsui = "0.10.0"
4141
log = "0.4.28"
4242
lsp-types = "0.97.0"
43-
nova_vm = { git = "https://github.com/trynova/nova", rev = "cf2e8ea9a5a4cb0d70d9723e4b42ed7131026bcf" }
43+
nova_vm = { git = "https://github.com/trynova/nova", rev = "ab816080669c202c74fe56e0db895b998585c5a9" }
4444
nu-ansi-term = "0.50.1"
4545
owo-colors = "4.2.3"
46-
oxc_codegen = "0.93.0"
47-
oxc_ast = "0.93.0"
48-
oxc_minifier = "0.93.0"
49-
oxc_mangler = "0.93.0"
50-
oxc_allocator = "0.93.0"
51-
oxc_diagnostics = "0.93.0"
46+
oxc_codegen = "0.94.0"
47+
oxc_ast = "0.94.0"
48+
oxc_minifier = "0.94.0"
49+
oxc_mangler = "0.94.0"
50+
oxc_allocator = "0.94.0"
51+
oxc_diagnostics = "0.94.0"
5252
oxc-miette = { version = "2.5.1", features = ["fancy"] }
53-
oxc_parser = "0.93.0"
54-
oxc_semantic = "0.93.0"
55-
oxc_span = "0.93.0"
56-
oxc_transformer = "0.93.0"
53+
oxc_parser = "0.94.0"
54+
oxc_semantic = "0.94.0"
55+
oxc_span = "0.94.0"
56+
oxc_transformer = "0.94.0"
5757
rand = "0.9.2"
5858
reedline = "0.42.0"
5959
regex = "1.11.3"

0 commit comments

Comments
 (0)