Skip to content

Commit

Permalink
fix wasm deps (#1502)
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink authored Jan 14, 2025
1 parent c44b633 commit 6af3546
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
47 changes: 25 additions & 22 deletions Cargo.lock

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

13 changes: 5 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ web-time = "1.1"
bincode = "1.3"
console_error_panic_hook = "0.1"
const_format = "0.2"
criterion = { version = "0.5", features = ["html_reports", "async_tokio"] }
diesel = { version = "2.2", default-features = false }
diesel_migrations = { version = "2.2", default-features = false }
dyn-clone = "1"
Expand All @@ -84,6 +85,7 @@ js-sys = "0.3"
libsqlite3-sys = { version = "0.29", features = [
"bundled-sqlcipher-vendored-openssl",
] }
once_cell = "1.2"
openssl = { version = "0.10", features = ["vendored"] }
openssl-sys = { version = "0.9", features = ["vendored"] }
parking_lot = "0.12.3"
Expand All @@ -93,16 +95,11 @@ tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3", default-features = false }
trait-variant = "0.1.2"
url = "2.5.0"
wasm-bindgen = "=0.2.99"
wasm-bindgen-futures = "0.4"
wasm-bindgen-test = "0.3.49"
wasm-bindgen = "=0.2.100"
wasm-bindgen-futures = "0.4.50"
wasm-bindgen-test = "0.3.50"
web-sys = "0.3"
zeroize = "1.8"
criterion = { version = "0.5", features = [
"html_reports",
"async_tokio",
]}
once_cell = "1.2"

# Internal Crate Dependencies
xmtp_api_grpc = { path = "xmtp_api_grpc" }
Expand Down

0 comments on commit 6af3546

Please sign in to comment.