Skip to content

Commit

Permalink
feat: update wasm-bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed Dec 1, 2024
1 parent da6959d commit daf59b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
13 changes: 0 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,13 @@ tower-http = { version = "0.6.2", features = [
"compression-zstd",
"compression-gzip",
], optional = true }
wasm-bindgen = "0.2.95"
wasm-bindgen = "0.2.96"
thiserror = "1"
tracing = { version = "0.1", optional = true }
http = "1"
surrealdb = { version = "2.0.1", features = ["protocol-http"] }
chrono = "0.4.38"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.122"
serde-wasm-bindgen = "0.6.5"
dotenvy = "0.15.7"
syntect = { version = "5.2.0", optional = true }
regex = { version = "1.10.6", optional = true }
Expand Down

0 comments on commit daf59b0

Please sign in to comment.