Skip to content

Commit

Permalink
Update ahash to get things to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Apanatshka committed May 12, 2024
1 parent 18245b3 commit 4d4aa9b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 46 deletions.
69 changes: 25 additions & 44 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions components/libs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
ahash = "0.8"
ahash = "0.8.7"
ammonia = "3"
atty = "0.2.11"
base64 = "0.21"
Expand All @@ -27,7 +27,7 @@ rayon = "1"
regex = "1"
relative-path = "1"
reqwest = { version = "0.11", default-features = false, features = ["blocking"] }
grass = {version = "0.13", default-features = false, features = ["random"]}
grass = {version = "0.13.2", default-features = false, features = ["random"]}
serde_json = "1"
serde_yaml = "0.9"
sha2 = "0.10"
Expand Down

0 comments on commit 4d4aa9b

Please sign in to comment.