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

@ -29,7 +29,7 @@ uuid = { version = "1.10.0", features = ["v4"] }
librqbit-upnp = { version = "1", path = "../upnp", default-features = false }
gethostname = "0.5.0"
librqbit-sha1-wrapper = { path = "../sha1w", version = "4", default-features = false }
librqbit-core = { version = "4.1", path = "../librqbit_core", default-features = false }
librqbit-core = { version = "5", path = "../librqbit_core", default-features = false }
mime_guess = "2.0.5"
url = { version = "2", default-features = false }
parking_lot = "0.12.3"