Update Rust crate dashmap to v6
Some checks failed
renovate/artifacts Artifact file update failure
tests / fmt (push) Successful in 1m26s
tests / clippy (push) Successful in 1m27s
tests / build (push) Successful in 1m32s
tests / test (push) Successful in 1m32s
tests / pre-commit (push) Failing after 54s

This commit is contained in:
2025-03-05 01:27:28 +00:00
parent de3262c072
commit 3c9cdea4a5

View File

@@ -26,7 +26,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
url = "2.5.1"
anyhow = "1.0.86"
dashmap = "5.5.3"
dashmap = "6.0.0"
async-trait = "0.1.80"
uuid = "1.8.0"
chrono = "0.4.38"