Merge pull request #282575 from marsam/update-rqbit

rqbit: 5.4.1 -> 5.4.2
This commit is contained in:
Mario Rodas
2024-01-21 09:24:36 -05:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1253,7 +1253,7 @@ dependencies = [
[[package]]
name = "librqbit"
version = "5.4.1"
version = "5.4.2"
dependencies = [
"anyhow",
"axum 0.7.3",
@@ -2025,7 +2025,7 @@ dependencies = [
[[package]]
name = "rqbit"
version = "5.4.1"
version = "5.4.2"
dependencies = [
"anyhow",
"bytes",
+2 -2
View File
@@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "rqbit";
version = "5.4.1";
version = "5.4.2";
src = fetchFromGitHub {
owner = "ikatson";
repo = "rqbit";
rev = "v${version}";
hash = "sha256-dD9nGxyUA+Vw5efB4eXdz4WdxXlwyhT6mSyblcX65Bs=";
hash = "sha256-ZC68RQi0UcdALKVgwRUyO0+ZmKtGMjudYQabsAnghzg=";
};
cargoLock = {