Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This file documents the historical progress of the Micromegas project. For curre

## Unreleased

* **Dependencies:**
* Update DataFusion to 52.2 and remove LimitPushdown workaround (#809)
* **Security:**
* Fix minimatch ReDoS vulnerabilities across JS packages (Dependabot alerts #116–#123)

Expand Down
124 changes: 62 additions & 62 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ciborium = "0.2.2"
clap = { version = "4", features = ["derive", "env"] }
colored = { version = "3" }
ctrlc = "3.2.0"
datafusion = "52.1"
datafusion = "52.2"
futures = "0.3"
hmac = "0.12"
http = "1.1"
Expand Down
Loading