Skip to content

Commit 5e6d5e3

Browse files
authored
Merge branch 'main' into bitmap_instead_hll_smaller_int_types
2 parents ea30877 + 2818abb commit 5e6d5e3

146 files changed

Lines changed: 9115 additions & 2043 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444
- name: Install cargo-audit
45-
uses: taiki-e/install-action@94cb46f8d6e437890146ffbd78a778b78e623fb2 # v2.74.0
45+
uses: taiki-e/install-action@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # v2.75.10
4646
with:
4747
tool: cargo-audit
4848
- name: Run audit check

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ jobs:
430430
sudo apt-get update -qq
431431
sudo apt-get install -y -qq clang
432432
- name: Setup wasm-pack
433-
uses: taiki-e/install-action@94cb46f8d6e437890146ffbd78a778b78e623fb2 # v2.74.0
433+
uses: taiki-e/install-action@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # v2.75.10
434434
with:
435435
tool: wasm-pack
436436
- name: Run tests with headless mode
@@ -770,7 +770,7 @@ jobs:
770770
- name: Setup Rust toolchain
771771
uses: ./.github/actions/setup-builder
772772
- name: Install cargo-msrv
773-
uses: taiki-e/install-action@94cb46f8d6e437890146ffbd78a778b78e623fb2 # v2.74.0
773+
uses: taiki-e/install-action@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # v2.75.10
774774
with:
775775
tool: cargo-msrv
776776

Cargo.lock

Lines changed: 62 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ bytes = "1.11"
114114
bzip2 = "0.6.1"
115115
chrono = { version = "0.4.44", default-features = false }
116116
criterion = "0.8"
117-
ctor = "0.8.0"
117+
ctor = "0.10.0"
118118
dashmap = "6.0.1"
119119
datafusion = { path = "datafusion/core", version = "53.0.0", default-features = false }
120120
datafusion-catalog = { path = "datafusion/catalog", version = "53.0.0" }
@@ -160,9 +160,9 @@ flate2 = "1.1.9"
160160
futures = "0.3"
161161
glob = "0.3.0"
162162
half = { version = "2.7.0", default-features = false }
163-
hashbrown = { version = "0.16.1" }
163+
hashbrown = { version = "0.17.0" }
164164
hex = { version = "0.4.3" }
165-
indexmap = "2.13.1"
165+
indexmap = "2.14.0"
166166
insta = { version = "1.47.2", features = ["glob", "filters"] }
167167
itertools = "0.14"
168168
itoa = "1.0"

0 commit comments

Comments
 (0)