Skip to content

Commit 1178a06

Browse files
chore(deps): update getrandom requirement from 0.3 to 0.4
Updates the requirements on [getrandom](https://github.com/rust-random/getrandom) to permit the latest version. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/commits/v0.4.1) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3db311 commit 1178a06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ console_error_panic_hook = { version = "0.1.6", optional = true }
2222
arrow-array.workspace = true
2323
arrow-schema.workspace = true
2424
arrow-wasm = { git = "https://github.com/kylebarron/arrow-wasm", rev = "874fc689cf1c871a1613bef175e5a9ac65cc8365" }
25-
getrandom = { version = "0.3", features = ["wasm_js"] }
25+
getrandom = { version = "0.4", features = ["wasm_js"] }
2626
serde.workspace = true
2727
serde-wasm-bindgen = "0.6.5"
2828
stac = { version = "0.16.5", path = "../core", features = ["geoparquet"] }

0 commit comments

Comments
 (0)