Skip to content

Commit ea382c1

Browse files
authored
chore: update arrrow-wasm, group github actions dependabot (#1015)
1 parent bc98b7e commit ea382c1

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ updates:
55
schedule:
66
interval: "weekly"
77
labels: []
8+
groups:
9+
github-actions:
10+
patterns:
11+
- "*"
812
cooldown:
913
default-days: 7
1014
- package-ecosystem: "cargo"

crates/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ debug = ["console_error_panic_hook"]
2121
console_error_panic_hook = { version = "0.1.6", optional = true }
2222
arrow-array.workspace = true
2323
arrow-schema.workspace = true
24-
arrow-wasm = { git = "https://github.com/gadomski/arrow-wasm", branch = "arrow-v58" }
24+
arrow-wasm = { git = "https://github.com/kylebarron/arrow-wasm", rev = "4da0aa2b45c7ffd8c7e7449274a4b6d84f10cf94" }
2525
getrandom = { version = "0.3", features = ["wasm_js"] }
2626
serde.workspace = true
2727
serde-wasm-bindgen = "0.6.5"

0 commit comments

Comments
 (0)