Skip to content

Commit fd63103

Browse files
committed
Remove ahash from lists of dependencies
1 parent 4e66ffa commit fd63103

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ updates:
8585
- "quote-use*"
8686
random:
8787
patterns:
88-
- "ahash"
8988
- "getrandom"
9089
- "mt19937"
9190
- "rand*"

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ ruff_source_file = { package = "rustpython-ruff_source_file", version = "0.15.8"
176176
der = { version = "0.8", features = ["alloc", "oid", "pem", "zeroize"] }
177177
phf = { version = "0.13.1", default-features = false, features = ["macros"]}
178178
adler32 = "1.2.0"
179-
ahash = "0.8.12"
180179
approx = "0.5.1"
181180
ascii = "1.1"
182181
aws-lc-rs = "1.16.3"

0 commit comments

Comments
 (0)