Cargo upgrade all deps

This commit is contained in:
Igor Katson 2024-08-28 11:44:01 +01:00
parent 3ef9dc6655
commit 52ca07fe41
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
7 changed files with 98 additions and 171 deletions

View file

@ -30,7 +30,7 @@ backoff = "0.4.0"
futures = "0.3"
rand = "0.8"
indexmap = "2"
dashmap = { version = "5.5.3", features = ["serde"] }
dashmap = { version = "6", features = ["serde"] }
clone_to_owned = { path = "../clone_to_owned", package = "librqbit-clone-to-owned", version = "3" }
librqbit-core = { path = "../librqbit_core", default-features = false, version = "4" }
chrono = { version = "0.4.31", features = ["serde"] }