RestSharp: 105.2.3 -> 106.12.0

CVE-2021-27293
This commit is contained in:
Yorick van Pelt 2022-10-10 09:40:05 +02:00
parent 5e48b0da20
commit eb9f3bd1b0
No known key found for this signature in database
GPG key ID: A36E70F9DC014A15

View file

@ -75,8 +75,8 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
RestSharp = fetchNuGet {
pname = "RestSharp";
version = "105.2.3";
sha256 = "1br48124ppz80x92m84sfyil1gn23hxg2ml9i9hsd0lp86vlaa1m";
version = "106.12.0";
sha256 = "sha256-NGzveByJvCRtHlI2C8d/mLs3akyMm77NER8TUG6HiD4=";
outputFiles = [ "lib/*" ];
};