rubyPackages.faraday: 2.14.0 -> 2.14.1

Fixes CVE-2026-25765 / https://github.com/lostisland/faraday/security/advisories/GHSA-33mh-2634-fwr2
Fixes #489340

Changes:
https://github.com/lostisland/faraday/releases/tag/v2.14.1
This commit is contained in:
Thomas Gerbet
2026-02-19 12:16:35 +01:00
parent ff005e77c2
commit 67dbf90e67
+2 -2
View File
@@ -1302,10 +1302,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "1ka175ci0q9ylpcy651pjj580diplkaskycn4n7jcmbyv7jwz6c6";
sha256 = "077n5ss3z3ds4vj54w201kd12smai853dp9c9n7ii7g3q7nwwg54";
type = "gem";
};
version = "2.14.0";
version = "2.14.1";
};
faraday-net_http = {
dependencies = [ "net-http" ];