chore: bump librqbit-core to 5.0.0

This commit is contained in:
Alex Galvin 2025-05-25 22:49:44 -04:00
parent 610140cff6
commit efad73dbe1
6 changed files with 6 additions and 6 deletions

View file

@ -38,7 +38,7 @@ rand = "0.8"
indexmap = "2"
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.1" }
librqbit-core = { path = "../librqbit_core", default-features = false, version = "5" }
chrono = { version = "0.4.31", features = ["serde"] }
tokio-util = "0.7.10"
bytes = "1.7.1"