From a43959080ffef7fa9738e3779e66914dfe6e52cc Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Wed, 16 Oct 2024 14:56:39 -0700 Subject: [PATCH] format toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 70540767206a..5fbed6322e87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,6 @@ version = "0.21.0" [dependencies] ahash = "0.8" -hashbrown = { version = "0.14.5", default-features = false, features = ["serde"]} anes = "0.2" anyhow = "1.0" argon2 = "0.5" @@ -75,6 +74,7 @@ fvm_shared4 = { package = "fvm_shared", version = "~4.3.3", features = ["arb", " gethostname = "0.5" git-version = "0.3" group = "0.13" +hashbrown = { version = "0.14.5", default-features = false, features = ["serde"] } hex = { version = "0.4", features = ["serde"] } http = "1" human-repr = "1"