Skip to content

Commit daf59b0

Browse files
committed
feat: update wasm-bindgen
1 parent da6959d commit daf59b0

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,13 @@ tower-http = { version = "0.6.2", features = [
2424
"compression-zstd",
2525
"compression-gzip",
2626
], optional = true }
27-
wasm-bindgen = "0.2.95"
27+
wasm-bindgen = "0.2.96"
2828
thiserror = "1"
2929
tracing = { version = "0.1", optional = true }
3030
http = "1"
3131
surrealdb = { version = "2.0.1", features = ["protocol-http"] }
3232
chrono = "0.4.38"
3333
serde = { version = "1.0.204", features = ["derive"] }
34-
serde_json = "1.0.122"
35-
serde-wasm-bindgen = "0.6.5"
3634
dotenvy = "0.15.7"
3735
syntect = { version = "5.2.0", optional = true }
3836
regex = { version = "1.10.6", optional = true }

0 commit comments

Comments
 (0)