Skip to content

Commit 6e0161f

Browse files
committed
Relax the ureq dependency version requirement to 0.8.1 or greater.
1 parent caa7801 commit 6e0161f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tar = "0.4"
2323
zip = "0.5"
2424

2525
# allows to keep MSRV 1.41.1
26-
ureq = "1.0"
26+
ureq = "~0.8.1"
2727
filetime = "=0.2.15"
2828
flate2 = "=1.0.22"
2929

0 commit comments

Comments
 (0)