summaryrefslogtreecommitdiff
path: root/px/packages/device.scm
diff options
context:
space:
mode:
authorFranz Geffke <franz@pantherx.org>2024-02-28 18:33:00 +0000
committerFranz Geffke <franz@pantherx.org>2024-02-28 18:33:00 +0000
commita7ceebb9ccdbe7f945fa376eb3ecccea918e6ba5 (patch)
tree7a3b4140d3b2cfbfe011de994621f4cfab43b953 /px/packages/device.scm
parent077956730ad12379bd68ec5e3f24042efaff019c (diff)
fix unbound package rust-reqwest-0.11
Diffstat (limited to 'px/packages/device.scm')
-rw-r--r--px/packages/device.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/px/packages/device.scm b/px/packages/device.scm
index c229952..a345fe7 100644
--- a/px/packages/device.scm
+++ b/px/packages/device.scm
@@ -281,7 +281,7 @@ to other applications, without root priviliges.")
("rust-fern" ,rust-fern-0.6)
("rust-log" ,rust-log-0.4)
("rust-mime-guess" ,rust-mime-guess-2)
- ("rust-reqwest" ,rust-reqwest-0.11)
+ ("rust-reqwest" ,rust-reqwest)
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1)
("rust-serde-yaml" ,rust-serde-yaml-0.8)