Skip to content

Commit 7f0f938

Browse files
authored
chore: update wasm-bindgen and diesel dependencies (#16)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated dependency versions for improved performance and compatibility: - `wasm-bindgen` updated to `0.2.99` - `thiserror` updated to `2` - `wasm-bindgen-test` updated to `0.3.49` <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 1eb449b commit 7f0f938

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ targets = ["wasm32-unknown-unknown"]
2020
talc = { version = "4.4", default-features = false, features = ["lock_api"] }
2121
diesel = { version = "2.2", features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes"] }
2222
diesel_derives = "2.2"
23-
wasm-bindgen = "=0.2.97"
23+
wasm-bindgen = "=0.2.99"
2424
wasm-bindgen-futures = "0.4"
2525
js-sys = { version = "0.3" }
2626
tracing = { version = "0.1", default-features = false }
2727
tokio = { version = "1.38", default-features = false, features = ["sync"] }
2828
serde = { version = "1.0", default-features = false, features = ["derive"] }
2929
serde-wasm-bindgen = "0.6"
30-
thiserror = "1"
30+
thiserror = "2"
3131

3232
[dev-dependencies]
33-
wasm-bindgen-test = "=0.3.47"
33+
wasm-bindgen-test = "=0.3.49"
3434
console_error_panic_hook = { version = "0.1"}
3535
rand = "0.8"
3636
getrandom = { version = "0.2", features = ["js"] }

0 commit comments

Comments
 (0)