Skip to content

Commit 295eb81

Browse files
committed
update dashmap
1 parent 88a96cf commit 295eb81

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG.md
22

3+
## 0.10.1
4+
5+
- Update the SQL parser, with multiple fixes. See https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md#0370-2023-08-22
6+
- Display all parameters in the debug component (instead of only row-level parameters).
7+
- Update dashmap for better file lookup performance.
8+
39
## 0.10.0 (2023-08-20)
410

511
- `.sql` files are now parsed in the dialect of the database they are executed against,

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ log = "0.4.17"
2626
env_logger = "0.10.0"
2727
mime_guess = "2.0.4"
2828
futures-util = "0.3.21"
29-
dashmap = "5.4.0"
29+
dashmap = "5.5.1"
3030
tokio = { version = "1.24.1", features = ["macros", "rt"] }
3131
tokio-stream = "0.1.9"
3232
anyhow = "1"

0 commit comments

Comments
 (0)