pytrainer: unpin python 3.10
[NixPkgs.git] / pkgs / by-name / do / downonspot / Cargo.lock.patch
blob692c03967b887cc6369c01ce5ef5af3517db4adb
1 diff --git a/Cargo.lock b/Cargo.lock
2 index cccafd9..75d2a85 100644
3 --- a/Cargo.lock
4 +++ b/Cargo.lock
5 @@ -1655,7 +1655,8 @@ dependencies = [
6 [[package]]
7 name = "librespot"
8 version = "0.4.2"
9 -source = "git+ssh://git@github.com/oSumAtrIX/free-librespot.git#f28fa264528dc85f8f325c18e8461b0f2b43dca1"
10 +source = "registry+https://github.com/rust-lang/crates.io-index"
11 +checksum = "ea4c9952ef48968f8184a4a87f8576982426ebe623342d5a28f7d9c4978e4a44"
12 dependencies = [
13 "base64 0.13.1",
14 "env_logger",
15 @@ -1681,7 +1682,8 @@ dependencies = [
16 [[package]]
17 name = "librespot-audio"
18 version = "0.4.2"
19 -source = "git+ssh://git@github.com/oSumAtrIX/free-librespot.git#f28fa264528dc85f8f325c18e8461b0f2b43dca1"
20 +source = "registry+https://github.com/rust-lang/crates.io-index"
21 +checksum = "c176a31355e1ea8e0b9c4ced19df4947bfe4770661c25c142b6fba2365940d9d"
22 dependencies = [
23 "aes-ctr",
24 "byteorder",
25 @@ -1696,7 +1698,8 @@ dependencies = [
26 [[package]]
27 name = "librespot-connect"
28 version = "0.4.2"
29 -source = "git+ssh://git@github.com/oSumAtrIX/free-librespot.git#f28fa264528dc85f8f325c18e8461b0f2b43dca1"
30 +source = "registry+https://github.com/rust-lang/crates.io-index"
31 +checksum = "4ffafb6a443e9445ccb3d5d591573b5b1da3c89a9b8846c63ba2c3710210d3ec"
32 dependencies = [
33 "form_urlencoded",
34 "futures-util",
35 @@ -1716,7 +1719,8 @@ dependencies = [
36 [[package]]
37 name = "librespot-core"
38 version = "0.4.2"
39 -source = "git+ssh://git@github.com/oSumAtrIX/free-librespot.git#f28fa264528dc85f8f325c18e8461b0f2b43dca1"
40 +source = "registry+https://github.com/rust-lang/crates.io-index"
41 +checksum = "046349f25888e644bf02d9c5de0164b2a493d29aa4ce18e1ad0b756da9b55d6d"
42 dependencies = [
43 "aes",
44 "base64 0.13.1",
45 @@ -1756,7 +1760,8 @@ dependencies = [
46 [[package]]
47 name = "librespot-discovery"
48 version = "0.4.2"
49 -source = "git+ssh://git@github.com/oSumAtrIX/free-librespot.git#f28fa264528dc85f8f325c18e8461b0f2b43dca1"
50 +source = "registry+https://github.com/rust-lang/crates.io-index"
51 +checksum = "2aa877d18f6150364012cb4be5682d62d7c712c88bae2d0d01720fd7c15e2f06"
52 dependencies = [
53 "aes-ctr",
54 "base64 0.13.1",
55 @@ -1777,7 +1782,8 @@ dependencies = [
56 [[package]]
57 name = "librespot-metadata"
58 version = "0.4.2"
59 -source = "git+ssh://git@github.com/oSumAtrIX/free-librespot.git#f28fa264528dc85f8f325c18e8461b0f2b43dca1"
60 +source = "registry+https://github.com/rust-lang/crates.io-index"
61 +checksum = "6b80361fcbcb5092056fd47c08c34d5d51b08385d8efb6941c0d3e46d032c21c"
62 dependencies = [
63 "async-trait",
64 "byteorder",
65 @@ -1790,7 +1796,8 @@ dependencies = [
66 [[package]]
67 name = "librespot-playback"
68 version = "0.4.2"
69 -source = "git+ssh://git@github.com/oSumAtrIX/free-librespot.git#f28fa264528dc85f8f325c18e8461b0f2b43dca1"
70 +source = "registry+https://github.com/rust-lang/crates.io-index"
71 +checksum = "5190a0b9bcc7f70ee4196a6b4a1c731d405ca130d4a6fcd4c561cfdde8b7cfb7"
72 dependencies = [
73 "byteorder",
74 "cpal",
75 @@ -1815,7 +1822,8 @@ dependencies = [
76 [[package]]
77 name = "librespot-protocol"
78 version = "0.4.2"
79 -source = "git+ssh://git@github.com/oSumAtrIX/free-librespot.git#f28fa264528dc85f8f325c18e8461b0f2b43dca1"
80 +source = "registry+https://github.com/rust-lang/crates.io-index"
81 +checksum = "5d6d3ac6196ac0ea67bbe039f56d6730a5d8b31502ef9bce0f504ed729dcb39f"
82 dependencies = [
83 "glob",
84 "protobuf 2.28.0",
85 diff --git a/Cargo.toml b/Cargo.toml
86 index c7e2fe2..28e895a 100644
87 --- a/Cargo.toml
88 +++ b/Cargo.toml
89 @@ -30,7 +30,7 @@ reqwest = "0"
90 colored = "2"
91 lame = "0"
92 aspotify = "0"
93 -librespot = { git = "ssh://git@github.com/oSumAtrIX/free-librespot.git" }
94 +librespot = "0.4.2"
95 async-std = { version = "1", features = ["attributes", "tokio1"] }
96 serde_json = "1"
97 async-stream = "0"