Skip to content

Commit e0710f1

Browse files
dependabot[bot]benfdking
authored andcommitted
chore: bump ahash from 0.8.11 to 0.8.12
Bumps [ahash](https://github.com/tkaitchuck/ahash) from 0.8.11 to 0.8.12. - [Release notes](https://github.com/tkaitchuck/ahash/releases) - [Commits](https://github.com/tkaitchuck/ahash/commits) --- updated-dependencies: - dependency-name: ahash dependency-version: 0.8.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aa9c3ba commit e0710f1

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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
@@ -25,7 +25,7 @@ lto = true
2525
codegen-units = 1
2626

2727
[workspace.dependencies]
28-
ahash = { version = "0.8.11", features = ["compile-time-rng", "serde"] }
28+
ahash = { version = "0.8.12", features = ["compile-time-rng", "serde"] }
2929
indexmap = "2.7.1"
3030
sqruff-cli-lib = { version = "0.26.3", path = "crates/cli-lib" }
3131
sqruff-lib = { version = "0.26.3", path = "crates/lib" }

crates/lib-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ stringify = ["dep:serde_yaml", "serde"]
1818

1919
[dependencies]
2020
smol_str = "0.3.1"
21-
ahash = { version = "0.8.11", features = ["compile-time-rng", "serde"] }
21+
ahash = { version = "0.8.12", features = ["compile-time-rng", "serde"] }
2222
strum.workspace = true
2323
strum_macros.workspace = true
2424
indexmap = "2.7.1"

crates/lib-dialects/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ trino = []
5050
sqruff-lib-core.workspace = true
5151
strum.workspace = true
5252
itertools = "0.14.0"
53-
ahash = "0.8.11"
53+
ahash = "0.8.12"
5454
serde_yaml = "0.9.34+deprecated"
5555

5656
[dev-dependencies]

0 commit comments

Comments
 (0)