Cargo upgrade all deps
This commit is contained in:
parent
3ef9dc6655
commit
52ca07fe41
7 changed files with 98 additions and 171 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue