chore: upgrade dependencies (#2765)

This commit is contained in:
Saber Haj Rabiee
2024-08-10 17:01:41 -07:00
committed by GitHub
parent 693861434c
commit b3e2040ec9
86 changed files with 1124 additions and 1093 deletions

View File

@@ -12,11 +12,11 @@ rust-version.workspace = true
[dependencies]
throw_error = { workspace = true }
or_poisoned = { workspace = true }
futures = "0.3"
serde = { version = "1", features = ["derive"] }
wasm-bindgen = { version = "0.2", optional = true }
js-sys = { version = "0.3", optional = true }
once_cell = "1.19.0"
futures = "0.3.30"
serde = { version = "1.0", features = ["derive"] }
wasm-bindgen = { version = "0.2.92", optional = true }
js-sys = { version = "0.3.69", optional = true }
once_cell = "1.19"
pin-project-lite = "0.2.14"
[features]