Skip to content

Commit ee1c54b

Browse files
committed
chore: bump deps
1 parent e40b0cc commit ee1c54b

8 files changed

Lines changed: 333 additions & 94 deletions

File tree

crates/Cargo.lock

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

crates/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ exclude = [ "core/fuzz" ]
88
resolver = "2"
99

1010
[workspace.package]
11-
edition = "2021"
11+
edition = "2024"
1212
license = "MIT"
13-
rust-version = "1.80"
13+
rust-version = "1.95"
1414
repository = "https://github.com/harlan-zw/mdream"
1515

1616
[workspace.lints.rust]

crates/core/fuzz/Cargo.lock

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

crates/core/fuzz/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
name = "mdream-fuzz"
33
version = "0.0.0"
44
publish = false
5-
edition = "2021"
5+
edition = "2024"
66

77
[workspace]
88

99
[dependencies]
10-
libfuzzer-sys = "0.4"
11-
arbitrary = { version = "1", features = [ "derive" ] }
10+
libfuzzer-sys = "0.4.12"
11+
arbitrary = { version = "1.4.2", features = [ "derive" ] }
1212

1313
[dependencies.mdream]
1414
path = ".."

crates/edge/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ crate-type = [ "cdylib" ]
1616

1717
[dependencies]
1818
mdream = { path = "../core" }
19-
wasm-bindgen = "0.2"
20-
js-sys = "0.3"
19+
wasm-bindgen = "0.2.118"
20+
js-sys = "0.3.95"
2121

2222
[lints]
2323
workspace = true
2424

2525
[dev-dependencies]
26-
wasm-bindgen-test = "0.3"
26+
wasm-bindgen-test = "0.3.68"

crates/node/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ license.workspace = true
1212
crate-type = [ "cdylib" ]
1313

1414
[dependencies]
15-
napi = { version = "3.0.0", default-features = false, features = [ "napi9" ] }
16-
napi-derive = "3.0.0"
15+
napi = { version = "3.8.5", default-features = false, features = [ "napi9" ] }
16+
napi-derive = "3.5.4"
1717
mdream = { path = "../core" }
1818

1919
[lints]
2020
workspace = true
2121

2222
[build-dependencies]
23-
napi-build = "2"
23+
napi-build = "2.3.1"

0 commit comments

Comments
 (0)