From 00b97485160ff5b5aa2b379ea0815d568ec665f0 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Thu, 12 Jun 2025 12:31:23 +0100 Subject: [PATCH] Update crate versions --- Cargo.lock | 8 ++++---- crates/dht/Cargo.toml | 2 +- crates/librqbit/Cargo.toml | 4 ++-- crates/rqbit/Cargo.toml | 4 ++-- desktop/src-tauri/Cargo.toml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29f3a7f..226024a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2794,7 +2794,7 @@ dependencies = [ [[package]] name = "librqbit" -version = "8.1.0" +version = "8.1.1" dependencies = [ "anyhow", "arc-swap", @@ -2912,7 +2912,7 @@ dependencies = [ [[package]] name = "librqbit-dht" -version = "5.3.0" +version = "5.3.1" dependencies = [ "anyhow", "backoff", @@ -4606,7 +4606,7 @@ dependencies = [ [[package]] name = "rqbit" -version = "8.1.0" +version = "8.1.1" dependencies = [ "anyhow", "bytes", @@ -4635,7 +4635,7 @@ dependencies = [ [[package]] name = "rqbit-desktop" -version = "8.1.0" +version = "8.1.1" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/crates/dht/Cargo.toml b/crates/dht/Cargo.toml index 70b4f35..2accd69 100644 --- a/crates/dht/Cargo.toml +++ b/crates/dht/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librqbit-dht" -version = "5.3.0" +version = "5.3.1" edition = "2021" description = "DHT implementation, used in rqbit torrent client." license = "Apache-2.0" diff --git a/crates/librqbit/Cargo.toml b/crates/librqbit/Cargo.toml index d68ee9a..16eb873 100644 --- a/crates/librqbit/Cargo.toml +++ b/crates/librqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librqbit" -version = "8.1.0" +version = "8.1.1" authors = ["Igor Katson "] edition = "2021" description = "The main library used by rqbit torrent client. The binary is just a small wrapper on top of it." @@ -56,7 +56,7 @@ librqbit-core = { path = "../librqbit_core", default-features = false, version = 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.3" } sha1w = { path = "../sha1w", default-features = false, package = "librqbit-sha1-wrapper", version = "4.1" } -dht = { path = "../dht", package = "librqbit-dht", default-features = false, version = "5.3.0" } +dht = { path = "../dht", package = "librqbit-dht", default-features = false, version = "5.3.1" } librqbit-upnp = { path = "../upnp", version = "1" } upnp-serve = { path = "../upnp-serve", package = "librqbit-upnp-serve", default-features = false, version = "1", optional = true } diff --git a/crates/rqbit/Cargo.toml b/crates/rqbit/Cargo.toml index 5793db6..6e651da 100644 --- a/crates/rqbit/Cargo.toml +++ b/crates/rqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit" -version = "8.1.0" +version = "8.1.1" authors = ["Igor Katson "] edition = "2021" description = "A bittorrent command line client and server." @@ -24,7 +24,7 @@ postgres = ["librqbit/postgres"] disable-upload = ["librqbit/disable-upload"] [dependencies] -librqbit = { version = "8.0.0", path = "../librqbit", default-features = false, features = [ +librqbit = { version = "8.1.1", path = "../librqbit", default-features = false, features = [ "http-api", "http-api-client", "tracing-subscriber-utils", diff --git a/desktop/src-tauri/Cargo.toml b/desktop/src-tauri/Cargo.toml index bf42eae..b48609f 100644 --- a/desktop/src-tauri/Cargo.toml +++ b/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit-desktop" -version = "8.1.0" +version = "8.1.1" description = "rqbit torrent client" authors = ["you"] license = ""