chore: bump librqbit-core to 5.0.0
This commit is contained in:
parent
610140cff6
commit
efad73dbe1
6 changed files with 6 additions and 6 deletions
|
|
@ -38,7 +38,7 @@ rand = "0.8"
|
||||||
indexmap = "2"
|
indexmap = "2"
|
||||||
dashmap = { version = "6", features = ["serde"] }
|
dashmap = { version = "6", features = ["serde"] }
|
||||||
clone_to_owned = { path = "../clone_to_owned", package = "librqbit-clone-to-owned", version = "3" }
|
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"] }
|
chrono = { version = "0.4.31", features = ["serde"] }
|
||||||
tokio-util = "0.7.10"
|
tokio-util = "0.7.10"
|
||||||
bytes = "1.7.1"
|
bytes = "1.7.1"
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ home = { version = "=0.5.5", optional = true }
|
||||||
bencode = { path = "../bencode", default-features = false, package = "librqbit-bencode", version = "3" }
|
bencode = { path = "../bencode", default-features = false, package = "librqbit-bencode", version = "3" }
|
||||||
tracker_comms = { path = "../tracker_comms", default-features = false, package = "librqbit-tracker-comms", version = "2.1" }
|
tracker_comms = { path = "../tracker_comms", default-features = false, package = "librqbit-tracker-comms", version = "2.1" }
|
||||||
buffers = { path = "../buffers", package = "librqbit-buffers", version = "4.2" }
|
buffers = { path = "../buffers", package = "librqbit-buffers", version = "4.2" }
|
||||||
librqbit-core = { path = "../librqbit_core", default-features = false, version = "4.1" }
|
librqbit-core = { path = "../librqbit_core", default-features = false, version = "5" }
|
||||||
clone_to_owned = { path = "../clone_to_owned", package = "librqbit-clone-to-owned", version = "3" }
|
clone_to_owned = { path = "../clone_to_owned", package = "librqbit-clone-to-owned", version = "3" }
|
||||||
peer_binary_protocol = { path = "../peer_binary_protocol", default-features = false, package = "librqbit-peer-protocol", version = "4.2" }
|
peer_binary_protocol = { path = "../peer_binary_protocol", default-features = false, package = "librqbit-peer-protocol", version = "4.2" }
|
||||||
sha1w = { path = "../sha1w", default-features = false, package = "librqbit-sha1-wrapper", version = "4.1" }
|
sha1w = { path = "../sha1w", default-features = false, package = "librqbit-sha1-wrapper", version = "4.1" }
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "librqbit-core"
|
name = "librqbit-core"
|
||||||
version = "4.1.0"
|
version = "5.0.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Important utilities used throughout librqbit useful for working with torrents."
|
description = "Important utilities used throughout librqbit useful for working with torrents."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ byteorder = "1"
|
||||||
buffers = { path = "../buffers", package = "librqbit-buffers", version = "4.2" }
|
buffers = { path = "../buffers", package = "librqbit-buffers", version = "4.2" }
|
||||||
bencode = { path = "../bencode", default-features = false, package = "librqbit-bencode", version = "3" }
|
bencode = { path = "../bencode", default-features = false, package = "librqbit-bencode", version = "3" }
|
||||||
clone_to_owned = { path = "../clone_to_owned", package = "librqbit-clone-to-owned", version = "3" }
|
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" }
|
||||||
bitvec = "1"
|
bitvec = "1"
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
bytes = "1.7.1"
|
bytes = "1.7.1"
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ anyhow = "1"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
async-stream = "0.3.5"
|
async-stream = "0.3.5"
|
||||||
buffers = { path = "../buffers", package = "librqbit-buffers", version = "4.2" }
|
buffers = { path = "../buffers", package = "librqbit-buffers", version = "4.2" }
|
||||||
librqbit-core = { path = "../librqbit_core", default-features = false, version = "4.1" }
|
librqbit-core = { path = "../librqbit_core", default-features = false, version = "5" }
|
||||||
byteorder = "1.5"
|
byteorder = "1.5"
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
urlencoding = "2"
|
urlencoding = "2"
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ uuid = { version = "1.10.0", features = ["v4"] }
|
||||||
librqbit-upnp = { version = "1", path = "../upnp", default-features = false }
|
librqbit-upnp = { version = "1", path = "../upnp", default-features = false }
|
||||||
gethostname = "0.5.0"
|
gethostname = "0.5.0"
|
||||||
librqbit-sha1-wrapper = { path = "../sha1w", version = "4", default-features = false }
|
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"
|
mime_guess = "2.0.5"
|
||||||
url = { version = "2", default-features = false }
|
url = { version = "2", default-features = false }
|
||||||
parking_lot = "0.12.3"
|
parking_lot = "0.12.3"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue