We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc98b7e commit ea382c1Copy full SHA for ea382c1
2 files changed
.github/dependabot.yml
@@ -5,6 +5,10 @@ updates:
5
schedule:
6
interval: "weekly"
7
labels: []
8
+ groups:
9
+ github-actions:
10
+ patterns:
11
+ - "*"
12
cooldown:
13
default-days: 7
14
- package-ecosystem: "cargo"
crates/wasm/Cargo.toml
@@ -21,7 +21,7 @@ debug = ["console_error_panic_hook"]
21
console_error_panic_hook = { version = "0.1.6", optional = true }
22
arrow-array.workspace = true
23
arrow-schema.workspace = true
24
-arrow-wasm = { git = "https://github.com/gadomski/arrow-wasm", branch = "arrow-v58" }
+arrow-wasm = { git = "https://github.com/kylebarron/arrow-wasm", rev = "4da0aa2b45c7ffd8c7e7449274a4b6d84f10cf94" }
25
getrandom = { version = "0.3", features = ["wasm_js"] }
26
serde.workspace = true
27
serde-wasm-bindgen = "0.6.5"
0 commit comments