summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
Diffstat (limited to 'finance')
-rw-r--r--finance/beancount/Makefile3
-rw-r--r--finance/beancount/distinfo6
-rw-r--r--finance/electrum/Makefile2
-rw-r--r--finance/fava/Makefile2
-rw-r--r--finance/fava/distinfo6
-rw-r--r--finance/fava/files/patch-freebsd-bug-27035811
-rw-r--r--finance/p5-Finance-Quote/Makefile9
-rw-r--r--finance/p5-Finance-Quote/distinfo6
-rw-r--r--finance/p5-Finance-Quote/pkg-plist2
-rw-r--r--finance/quantlib/Makefile2
-rw-r--r--finance/quantlib/distinfo6
-rw-r--r--finance/quantlib/pkg-plist18
-rw-r--r--finance/tickrs/Makefile3
-rw-r--r--finance/tickrs/Makefile.crates18
-rw-r--r--finance/tickrs/distinfo38
15 files changed, 98 insertions, 34 deletions
diff --git a/finance/beancount/Makefile b/finance/beancount/Makefile
index a7f5435bc147..650c38de216a 100644
--- a/finance/beancount/Makefile
+++ b/finance/beancount/Makefile
@@ -1,6 +1,5 @@
PORTNAME= beancount
-PORTVERSION= 3.1.0
-PORTREVISION= 2
+PORTVERSION= 3.2.0
CATEGORIES= finance
DIST_SUBDIR= ${PORTNAME}
diff --git a/finance/beancount/distinfo b/finance/beancount/distinfo
index b112711e87fe..8a94a20537b2 100644
--- a/finance/beancount/distinfo
+++ b/finance/beancount/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1737797146
-SHA256 (beancount/beancount-beancount-3.1.0_GH0.tar.gz) = 50ec6842de7a77928f94028b04f19b41685f0afab806dba98da7380023ebcaf3
-SIZE (beancount/beancount-beancount-3.1.0_GH0.tar.gz) = 548025
+TIMESTAMP = 1760338294
+SHA256 (beancount/beancount-beancount-3.2.0_GH0.tar.gz) = 14dbec5e77398227acf73382bfe5cb608e638c70830b0c5a6d960ef9576b487b
+SIZE (beancount/beancount-beancount-3.2.0_GH0.tar.gz) = 552057
diff --git a/finance/electrum/Makefile b/finance/electrum/Makefile
index 328e1d505ff6..cf2725faa2d6 100644
--- a/finance/electrum/Makefile
+++ b/finance/electrum/Makefile
@@ -6,7 +6,7 @@ MASTER_SITES= https://download.electrum.org/${PORTVERSION}/ \
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Electrum-${PORTVERSION}
-MAINTAINER= ehaupt@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Easy to use Bitcoin client
WWW= https://electrum.org/
diff --git a/finance/fava/Makefile b/finance/fava/Makefile
index 96b1ed448a4d..0c39af81db5c 100644
--- a/finance/fava/Makefile
+++ b/finance/fava/Makefile
@@ -1,5 +1,5 @@
PORTNAME= fava
-PORTVERSION= 1.30.2
+PORTVERSION= 1.30.7
CATEGORIES= finance
MASTER_SITES= PYPI
diff --git a/finance/fava/distinfo b/finance/fava/distinfo
index d5a446398724..5e2b6bada42a 100644
--- a/finance/fava/distinfo
+++ b/finance/fava/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1743509050
-SHA256 (fava-1.30.2.tar.gz) = aecd71ffbb2e5ec2b17bcde27abfbebe507b34b89f1aaab55c2a5ea57b800a84
-SIZE (fava-1.30.2.tar.gz) = 1583674
+TIMESTAMP = 1761802203
+SHA256 (fava-1.30.7.tar.gz) = 73fa5895c9460d318e1a43f353e9571bd27c0398864e39302e052923572b57b4
+SIZE (fava-1.30.7.tar.gz) = 1744257
diff --git a/finance/fava/files/patch-freebsd-bug-270358 b/finance/fava/files/patch-freebsd-bug-270358
new file mode 100644
index 000000000000..d3907a141421
--- /dev/null
+++ b/finance/fava/files/patch-freebsd-bug-270358
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2025-10-30 17:35:11 UTC
++++ pyproject.toml
+@@ -4,7 +4,7 @@ requires-python = ">=3.10"
+ description = "Web interface for the accounting tool Beancount."
+ readme = "README.rst"
+ requires-python = ">=3.10"
+-license = "MIT"
++license = {text = "MIT"}
+ authors = [
+ {name = "Dominik Aumayr", email = "dominik@aumayr.name"}
+ ]
diff --git a/finance/p5-Finance-Quote/Makefile b/finance/p5-Finance-Quote/Makefile
index 18f5d65491dd..25d6cbfd942b 100644
--- a/finance/p5-Finance-Quote/Makefile
+++ b/finance/p5-Finance-Quote/Makefile
@@ -1,5 +1,5 @@
PORTNAME= Finance-Quote
-PORTVERSION= 1.66
+PORTVERSION= 1.67
CATEGORIES= finance perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -12,7 +12,10 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= p5-DateTime-Format-Strptime>=0:devel/p5-DateTime-Format-Strptime \
+RUN_DEPENDS= p5-Date-Range>=0:devel/p5-Date-Range \
+ p5-Date-Simple>=0:devel/p5-Date-Simple \
+ p5-DateTime-Format-ISO8601>=0:devel/p5-DateTime-Format-ISO8601 \
+ p5-DateTime-Format-Strptime>=0:devel/p5-DateTime-Format-Strptime \
p5-Devel-Trace>=0.12:devel/p5-Devel-Trace \
p5-HTML-Parser>=0:www/p5-HTML-Parser \
p5-HTML-TableExtract>=0:www/p5-HTML-TableExtract \
@@ -28,13 +31,13 @@ RUN_DEPENDS= p5-DateTime-Format-Strptime>=0:devel/p5-DateTime-Format-Strptime \
p5-Net-SSLeay>=1.92:security/p5-Net-SSLeay \
p5-Readonly>=0:devel/p5-Readonly \
p5-Smart-Comments>=1.000005:devel/p5-Smart-Comments \
- p5-Spreadsheet-XLSX>=0:textproc/p5-Spreadsheet-XLSX \
p5-String-Util>=0:textproc/p5-String-Util \
p5-Text-Template>=0:textproc/p5-Text-Template \
p5-TimeDate>=0:devel/p5-TimeDate \
p5-URI>=3.31:net/p5-URI \
p5-Web-Scraper>=0:www/p5-Web-Scraper \
p5-XML-LibXML>=0:textproc/p5-XML-LibXML \
+ p5-YAML-PP>=0:textproc/p5-YAML-PP \
p5-libwww>=6.48:www/p5-libwww
TEST_DEPENDS= p5-Date-Manip>=0:devel/p5-Date-Manip \
p5-Date-Range>=0:devel/p5-Date-Range \
diff --git a/finance/p5-Finance-Quote/distinfo b/finance/p5-Finance-Quote/distinfo
index f5b70068cf2a..6a0c65ca3acf 100644
--- a/finance/p5-Finance-Quote/distinfo
+++ b/finance/p5-Finance-Quote/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1752266042
-SHA256 (Finance-Quote-1.66.tar.gz) = 18e91d708f8087a26fbcbfb3b0a61ed1471d2a4b3ce798de7304f30481a467e9
-SIZE (Finance-Quote-1.66.tar.gz) = 261315
+TIMESTAMP = 1761446556
+SHA256 (Finance-Quote-1.67.tar.gz) = baa8a9fc04b9a38fa787bee0016bcd4cc3301cc9a2f0a6c378119a35dadeeb30
+SIZE (Finance-Quote-1.67.tar.gz) = 273362
diff --git a/finance/p5-Finance-Quote/pkg-plist b/finance/p5-Finance-Quote/pkg-plist
index 946e722014bf..3366a64a271e 100644
--- a/finance/p5-Finance-Quote/pkg-plist
+++ b/finance/p5-Finance-Quote/pkg-plist
@@ -39,6 +39,7 @@
%%SITE_PERL%%/Finance/Quote/Sinvestor.pm
%%SITE_PERL%%/Finance/Quote/StockData.pm
%%SITE_PERL%%/Finance/Quote/Stooq.pm
+%%SITE_PERL%%/Finance/Quote/SwissFundData.pm
%%SITE_PERL%%/Finance/Quote/TMX.pm
%%SITE_PERL%%/Finance/Quote/TSP.pm
%%SITE_PERL%%/Finance/Quote/TesouroDireto.pm
@@ -92,6 +93,7 @@
%%PERL5_MAN3%%/Finance::Quote::Sinvestor.3.gz
%%PERL5_MAN3%%/Finance::Quote::StockData.3.gz
%%PERL5_MAN3%%/Finance::Quote::Stooq.3.gz
+%%PERL5_MAN3%%/Finance::Quote::SwissFundData.3.gz
%%PERL5_MAN3%%/Finance::Quote::TMX.3.gz
%%PERL5_MAN3%%/Finance::Quote::TSP.3.gz
%%PERL5_MAN3%%/Finance::Quote::TesouroDireto.3.gz
diff --git a/finance/quantlib/Makefile b/finance/quantlib/Makefile
index b96428eaacba..727858eeb2c9 100644
--- a/finance/quantlib/Makefile
+++ b/finance/quantlib/Makefile
@@ -1,5 +1,5 @@
PORTNAME= quantlib
-PORTVERSION= 1.38
+PORTVERSION= 1.40
CATEGORIES= finance math devel
MASTER_SITES= https://github.com/lballabio/QuantLib/releases/download/v${PORTVERSION}/
DISTNAME= QuantLib-${PORTVERSION}
diff --git a/finance/quantlib/distinfo b/finance/quantlib/distinfo
index 98fd96059a87..0acb688123d1 100644
--- a/finance/quantlib/distinfo
+++ b/finance/quantlib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1745616980
-SHA256 (QuantLib-1.38.tar.gz) = 7280ffd0b81901f8a9eb43bb4229e4de78384fc8bb2d9dcfb5aa8cf8b257b439
-SIZE (QuantLib-1.38.tar.gz) = 9434206
+TIMESTAMP = 1760673650
+SHA256 (QuantLib-1.40.tar.gz) = 5d6b971b998b8b47e5694dfc4851e9c8809624ff24c620579efc7fedef9dc149
+SIZE (QuantLib-1.40.tar.gz) = 9479616
diff --git a/finance/quantlib/pkg-plist b/finance/quantlib/pkg-plist
index 3e3f205b8fa1..bd37366626d3 100644
--- a/finance/quantlib/pkg-plist
+++ b/finance/quantlib/pkg-plist
@@ -355,8 +355,10 @@ include/ql/indexes/ibor/bibor.hpp
include/ql/indexes/ibor/bkbm.hpp
include/ql/indexes/ibor/cadlibor.hpp
include/ql/indexes/ibor/cdor.hpp
+include/ql/indexes/ibor/cdi.hpp
include/ql/indexes/ibor/chflibor.hpp
include/ql/indexes/ibor/corra.hpp
+include/ql/indexes/ibor/custom.hpp
include/ql/indexes/ibor/destr.hpp
include/ql/indexes/ibor/dkklibor.hpp
include/ql/indexes/ibor/eonia.hpp
@@ -374,6 +376,7 @@ include/ql/indexes/ibor/nzdlibor.hpp
include/ql/indexes/ibor/nzocr.hpp
include/ql/indexes/ibor/pribor.hpp
include/ql/indexes/ibor/robor.hpp
+include/ql/indexes/ibor/saron.hpp
include/ql/indexes/ibor/seklibor.hpp
include/ql/indexes/ibor/shibor.hpp
include/ql/indexes/ibor/sofr.hpp
@@ -382,6 +385,7 @@ include/ql/indexes/ibor/swestr.hpp
include/ql/indexes/ibor/thbfix.hpp
include/ql/indexes/ibor/tibor.hpp
include/ql/indexes/ibor/tona.hpp
+include/ql/indexes/ibor/tonar.hpp
include/ql/indexes/ibor/trlibor.hpp
include/ql/indexes/ibor/usdlibor.hpp
include/ql/indexes/ibor/wibor.hpp
@@ -439,9 +443,7 @@ include/ql/instruments/compoundoption.hpp
include/ql/instruments/cpicapfloor.hpp
include/ql/instruments/cpiswap.hpp
include/ql/instruments/creditdefaultswap.hpp
-include/ql/instruments/dividendbarrieroption.hpp
include/ql/instruments/dividendschedule.hpp
-include/ql/instruments/dividendvanillaoption.hpp
include/ql/instruments/doublebarrieroption.hpp
include/ql/instruments/doublebarriertype.hpp
include/ql/instruments/equitytotalreturnswap.hpp
@@ -474,6 +476,8 @@ include/ql/instruments/overnightindexedswap.hpp
include/ql/instruments/overnightindexfuture.hpp
include/ql/instruments/partialtimebarrieroption.hpp
include/ql/instruments/payoffs.hpp
+include/ql/instruments/perpetualfutures.hpp
+include/ql/instruments/softbarrieroption.hpp
include/ql/instruments/quantobarrieroption.hpp
include/ql/instruments/quantoforwardvanillaoption.hpp
include/ql/instruments/quantovanillaoption.hpp
@@ -1016,6 +1020,8 @@ include/ql/pricingengine.hpp
include/ql/pricingengines/all.hpp
include/ql/pricingengines/americanpayoffatexpiry.hpp
include/ql/pricingengines/americanpayoffathit.hpp
+include/ql/pricingengines/bacheliercalculator.hpp
+include/ql/pricingengines/blackdeltacalculator.hpp
include/ql/pricingengines/asian/all.hpp
include/ql/pricingengines/asian/analytic_cont_geom_av_price.hpp
include/ql/pricingengines/asian/analytic_discr_geom_av_price.hpp
@@ -1036,6 +1042,7 @@ include/ql/pricingengines/barrier/analyticbinarybarrierengine.hpp
include/ql/pricingengines/barrier/analyticdoublebarrierbinaryengine.hpp
include/ql/pricingengines/barrier/analyticdoublebarrierengine.hpp
include/ql/pricingengines/barrier/analyticpartialtimebarrieroptionengine.hpp
+include/ql/pricingengines/barrier/analyticsoftbarrierengine.hpp
include/ql/pricingengines/barrier/analytictwoassetbarrierengine.hpp
include/ql/pricingengines/barrier/binomialbarrierengine.hpp
include/ql/pricingengines/barrier/discretizedbarrieroption.hpp
@@ -1101,6 +1108,8 @@ include/ql/pricingengines/forward/mcforwardeuropeanhestonengine.hpp
include/ql/pricingengines/forward/mcforwardvanillaengine.hpp
include/ql/pricingengines/forward/mcvarianceswapengine.hpp
include/ql/pricingengines/forward/replicatingvarianceswapengine.hpp
+include/ql/pricingengines/futures/all.hpp
+include/ql/pricingengines/futures/discountingperpetualfuturesengine.hpp
include/ql/pricingengines/genericmodelengine.hpp
include/ql/pricingengines/greeks.hpp
include/ql/pricingengines/inflation/all.hpp
@@ -1206,6 +1215,7 @@ include/ql/quote.hpp
include/ql/quotes/all.hpp
include/ql/quotes/compositequote.hpp
include/ql/quotes/derivedquote.hpp
+include/ql/quotes/deltavolquote.hpp
include/ql/quotes/eurodollarfuturesquote.hpp
include/ql/quotes/forwardswapquote.hpp
include/ql/quotes/forwardvaluequote.hpp
@@ -1329,10 +1339,13 @@ include/ql/termstructures/yield/nonlinearfittingmethods.hpp
include/ql/termstructures/yield/oisratehelper.hpp
include/ql/termstructures/yield/overnightindexfutureratehelper.hpp
include/ql/termstructures/yield/piecewiseforwardspreadedtermstructure.hpp
+include/ql/termstructures/yield/piecewisespreadyieldcurve.hpp
include/ql/termstructures/yield/piecewiseyieldcurve.hpp
include/ql/termstructures/yield/piecewisezerospreadedtermstructure.hpp
include/ql/termstructures/yield/quantotermstructure.hpp
include/ql/termstructures/yield/ratehelpers.hpp
+include/ql/termstructures/yield/spreadbootstraptraits.hpp
+include/ql/termstructures/yield/spreaddiscountcurve.hpp
include/ql/termstructures/yield/ultimateforwardtermstructure.hpp
include/ql/termstructures/yield/zerocurve.hpp
include/ql/termstructures/yield/zerospreadedtermstructure.hpp
@@ -1424,6 +1437,7 @@ include/ql/utilities/null.hpp
include/ql/utilities/observablevalue.hpp
include/ql/utilities/steppingiterator.hpp
include/ql/utilities/tracing.hpp
+include/ql/utilities/variants.hpp
include/ql/utilities/vectors.hpp
include/ql/version.hpp
include/ql/volatilitymodel.hpp
diff --git a/finance/tickrs/Makefile b/finance/tickrs/Makefile
index ba5ad92db4f3..c3a7f1e7abf2 100644
--- a/finance/tickrs/Makefile
+++ b/finance/tickrs/Makefile
@@ -1,7 +1,6 @@
PORTNAME= tickrs
DISTVERSIONPREFIX= v
-DISTVERSION= 0.14.9
-PORTREVISION= 19
+DISTVERSION= 0.14.11
CATEGORIES= finance
MAINTAINER= lcook@FreeBSD.org
diff --git a/finance/tickrs/Makefile.crates b/finance/tickrs/Makefile.crates
index 4a8bad64be36..a7a985fbda8f 100644
--- a/finance/tickrs/Makefile.crates
+++ b/finance/tickrs/Makefile.crates
@@ -34,8 +34,8 @@ CARGO_CRATES= addr2line-0.20.0 \
crossbeam-utils-0.8.16 \
crossterm-0.25.0 \
crossterm_winapi-0.9.1 \
- curl-0.4.44 \
- curl-sys-0.4.64+curl-8.2.0 \
+ curl-0.4.46 \
+ curl-sys-0.4.72+curl-8.6.0 \
dirs-next-2.0.0 \
dirs-sys-next-0.1.2 \
either-1.9.0 \
@@ -92,6 +92,7 @@ CARGO_CRATES= addr2line-0.20.0 \
object-0.31.1 \
once_cell-1.18.0 \
openssl-probe-0.1.5 \
+ openssl-src-111.26.0+1.1.1u \
openssl-sys-0.9.90 \
parking-2.1.0 \
parking_lot-0.12.1 \
@@ -128,6 +129,7 @@ CARGO_CRATES= addr2line-0.20.0 \
sluice-0.5.5 \
smallvec-1.11.0 \
socket2-0.4.9 \
+ socket2-0.5.4 \
strsim-0.8.0 \
structopt-0.3.26 \
structopt-derive-0.4.18 \
@@ -171,19 +173,29 @@ CARGO_CRATES= addr2line-0.20.0 \
windows-0.48.0 \
windows-sys-0.45.0 \
windows-sys-0.48.0 \
+ windows-sys-0.52.0 \
windows-targets-0.42.2 \
windows-targets-0.48.1 \
+ windows-targets-0.52.5 \
windows_aarch64_gnullvm-0.42.2 \
windows_aarch64_gnullvm-0.48.0 \
+ windows_aarch64_gnullvm-0.52.5 \
windows_aarch64_msvc-0.42.2 \
windows_aarch64_msvc-0.48.0 \
+ windows_aarch64_msvc-0.52.5 \
windows_i686_gnu-0.42.2 \
windows_i686_gnu-0.48.0 \
+ windows_i686_gnu-0.52.5 \
+ windows_i686_gnullvm-0.52.5 \
windows_i686_msvc-0.42.2 \
windows_i686_msvc-0.48.0 \
+ windows_i686_msvc-0.52.5 \
windows_x86_64_gnu-0.42.2 \
windows_x86_64_gnu-0.48.0 \
+ windows_x86_64_gnu-0.52.5 \
windows_x86_64_gnullvm-0.42.2 \
windows_x86_64_gnullvm-0.48.0 \
+ windows_x86_64_gnullvm-0.52.5 \
windows_x86_64_msvc-0.42.2 \
- windows_x86_64_msvc-0.48.0
+ windows_x86_64_msvc-0.48.0 \
+ windows_x86_64_msvc-0.52.5
diff --git a/finance/tickrs/distinfo b/finance/tickrs/distinfo
index 37b1675b771a..cbe10ae170d3 100644
--- a/finance/tickrs/distinfo
+++ b/finance/tickrs/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1692834990
+TIMESTAMP = 1759815335
SHA256 (rust/crates/addr2line-0.20.0.crate) = f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3
SIZE (rust/crates/addr2line-0.20.0.crate) = 39558
SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe
@@ -71,10 +71,10 @@ SHA256 (rust/crates/crossterm-0.25.0.crate) = e64e6c0fbe2c17357405f7c758c1ef960f
SIZE (rust/crates/crossterm-0.25.0.crate) = 116533
SHA256 (rust/crates/crossterm_winapi-0.9.1.crate) = acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b
SIZE (rust/crates/crossterm_winapi-0.9.1.crate) = 16027
-SHA256 (rust/crates/curl-0.4.44.crate) = 509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22
-SIZE (rust/crates/curl-0.4.44.crate) = 91415
-SHA256 (rust/crates/curl-sys-0.4.64+curl-8.2.0.crate) = f96069f0b1cb1241c838740659a771ef143363f52772a9ce1bd9c04c75eee0dc
-SIZE (rust/crates/curl-sys-0.4.64+curl-8.2.0.crate) = 3201883
+SHA256 (rust/crates/curl-0.4.46.crate) = 1e2161dd6eba090ff1594084e95fd67aeccf04382ffea77999ea94ed42ec67b6
+SIZE (rust/crates/curl-0.4.46.crate) = 94864
+SHA256 (rust/crates/curl-sys-0.4.72+curl-8.6.0.crate) = 29cbdc8314c447d11e8fd156dcdd031d9e02a7a976163e396b548c03153bc9ea
+SIZE (rust/crates/curl-sys-0.4.72+curl-8.6.0.crate) = 3269599
SHA256 (rust/crates/dirs-next-2.0.0.crate) = b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1
SIZE (rust/crates/dirs-next-2.0.0.crate) = 11689
SHA256 (rust/crates/dirs-sys-next-0.1.2.crate) = 4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d
@@ -187,6 +187,8 @@ SHA256 (rust/crates/once_cell-1.18.0.crate) = dd8b5dd2ae5ed71462c540258bedcb5196
SIZE (rust/crates/once_cell-1.18.0.crate) = 32969
SHA256 (rust/crates/openssl-probe-0.1.5.crate) = ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf
SIZE (rust/crates/openssl-probe-0.1.5.crate) = 7227
+SHA256 (rust/crates/openssl-src-111.26.0+1.1.1u.crate) = efc62c9f12b22b8f5208c23a7200a442b2e5999f8bdf80233852122b5a4f6f37
+SIZE (rust/crates/openssl-src-111.26.0+1.1.1u.crate) = 5110372
SHA256 (rust/crates/openssl-sys-0.9.90.crate) = 374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6
SIZE (rust/crates/openssl-sys-0.9.90.crate) = 66197
SHA256 (rust/crates/parking-2.1.0.crate) = 14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e
@@ -259,6 +261,8 @@ SHA256 (rust/crates/smallvec-1.11.0.crate) = 62bb4feee49fdd9f707ef802e22365a35de
SIZE (rust/crates/smallvec-1.11.0.crate) = 34680
SHA256 (rust/crates/socket2-0.4.9.crate) = 64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662
SIZE (rust/crates/socket2-0.4.9.crate) = 45421
+SHA256 (rust/crates/socket2-0.5.4.crate) = 4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e
+SIZE (rust/crates/socket2-0.5.4.crate) = 54663
SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a
SIZE (rust/crates/strsim-0.8.0.crate) = 9309
SHA256 (rust/crates/structopt-0.3.26.crate) = 0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10
@@ -345,37 +349,57 @@ SHA256 (rust/crates/windows-sys-0.45.0.crate) = 75283be5efb2831d37ea142365f009c0
SIZE (rust/crates/windows-sys-0.45.0.crate) = 2568659
SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9
SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884
+SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d
+SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877
SHA256 (rust/crates/windows-targets-0.42.2.crate) = 8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071
SIZE (rust/crates/windows-targets-0.42.2.crate) = 5492
SHA256 (rust/crates/windows-targets-0.48.1.crate) = 05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f
SIZE (rust/crates/windows-targets-0.48.1.crate) = 6902
+SHA256 (rust/crates/windows-targets-0.52.5.crate) = 6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb
+SIZE (rust/crates/windows-targets-0.52.5.crate) = 6376
SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8
SIZE (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 364071
SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.0.crate) = 91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc
SIZE (rust/crates/windows_aarch64_gnullvm-0.48.0.crate) = 366543
+SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263
+SIZE (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 433266
SHA256 (rust/crates/windows_aarch64_msvc-0.42.2.crate) = e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43
SIZE (rust/crates/windows_aarch64_msvc-0.42.2.crate) = 666981
SHA256 (rust/crates/windows_aarch64_msvc-0.48.0.crate) = b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3
SIZE (rust/crates/windows_aarch64_msvc-0.48.0.crate) = 671479
+SHA256 (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6
+SIZE (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 827944
SHA256 (rust/crates/windows_i686_gnu-0.42.2.crate) = c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f
SIZE (rust/crates/windows_i686_gnu-0.42.2.crate) = 736236
SHA256 (rust/crates/windows_i686_gnu-0.48.0.crate) = 622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241
SIZE (rust/crates/windows_i686_gnu-0.48.0.crate) = 741490
+SHA256 (rust/crates/windows_i686_gnu-0.52.5.crate) = 88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670
+SIZE (rust/crates/windows_i686_gnu-0.52.5.crate) = 875699
+SHA256 (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9
+SIZE (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 473064
SHA256 (rust/crates/windows_i686_msvc-0.42.2.crate) = 44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060
SIZE (rust/crates/windows_i686_msvc-0.42.2.crate) = 724951
SHA256 (rust/crates/windows_i686_msvc-0.48.0.crate) = 4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00
SIZE (rust/crates/windows_i686_msvc-0.48.0.crate) = 730056
+SHA256 (rust/crates/windows_i686_msvc-0.52.5.crate) = db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf
+SIZE (rust/crates/windows_i686_msvc-0.52.5.crate) = 895404
SHA256 (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36
SIZE (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 699373
SHA256 (rust/crates/windows_x86_64_gnu-0.48.0.crate) = ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1
SIZE (rust/crates/windows_x86_64_gnu-0.48.0.crate) = 703595
+SHA256 (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9
+SIZE (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 831539
SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3
SIZE (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 364068
SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.0.crate) = 7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953
SIZE (rust/crates/windows_x86_64_gnullvm-0.48.0.crate) = 366536
+SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596
+SIZE (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 433246
SHA256 (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0
SIZE (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 666936
SHA256 (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a
SIZE (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 671422
-SHA256 (tarkah-tickrs-v0.14.9_GH0.tar.gz) = a633754e168a0d9a7488601c058a5056100ff74160f696d328870f70cb38047b
-SIZE (tarkah-tickrs-v0.14.9_GH0.tar.gz) = 839063
+SHA256 (rust/crates/windows_x86_64_msvc-0.52.5.crate) = bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0
+SIZE (rust/crates/windows_x86_64_msvc-0.52.5.crate) = 827905
+SHA256 (tarkah-tickrs-v0.14.11_GH0.tar.gz) = e6c7c4cfbc381c4e56316734335c87e88f32b722afb91ea1bd96bba80297660b
+SIZE (tarkah-tickrs-v0.14.11_GH0.tar.gz) = 840360