aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-12-26 05:52:46 +0000
committermat <git@matdoes.dev>2024-12-26 05:52:46 +0000
commit3c83e5b24a622062c490f90c7e5bde043438d517 (patch)
tree6f1efdf0f89233743576c149409041e0685eb38c /Cargo.toml
parente11a902fba8c8c63be982afbc6085a49c6a19f12 (diff)
downloadazalea-drasl-3c83e5b24a622062c490f90c7e5bde043438d517.tar.xz
replace priority_queue crate with std BinaryHeap
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 24f832a5..0147489c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -56,7 +56,6 @@ nohash-hasher = "0.2.0"
num-bigint = "0.4.6"
num-traits = "0.2.19"
parking_lot = "0.12.3"
-priority-queue = "2.1.1"
proc-macro2 = "1.0.92"
quote = "1.0.37"
rand = "0.8.5"
@@ -79,6 +78,7 @@ tracing = "0.1.41"
tracing-subscriber = "0.3.19"
hickory-resolver = { version = "0.24.2", default-features = false }
uuid = "1.11.0"
+num-format = "0.4.4"
# --- Profile Settings ---