diff --git a/crates/wasm/Cargo.toml b/crates/wasm/Cargo.toml index d2ef8cbb..84b8eaad 100644 --- a/crates/wasm/Cargo.toml +++ b/crates/wasm/Cargo.toml @@ -22,7 +22,7 @@ console_error_panic_hook = { version = "0.1.6", optional = true } arrow-array.workspace = true arrow-schema.workspace = true arrow-wasm = { git = "https://github.com/kylebarron/arrow-wasm", rev = "874fc689cf1c871a1613bef175e5a9ac65cc8365" } -getrandom = { version = "0.3", features = ["wasm_js"] } +getrandom = { version = "0.4", features = ["wasm_js"] } serde.workspace = true serde-wasm-bindgen = "0.6.5" stac = { version = "0.16.5", path = "../core", features = ["geoparquet"] }