aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2024-04-20 14:41:40 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2024-04-20 14:55:01 +0300
commit2bb79d9d201129ab2d147d0d37dce6c9b5ec5ec3 (patch)
tree18bbdc334194752ca4ce7885baa04741dc7ed8a2
parent3b3bc201b33757d9a3c066942ed252ddfdacf1cd (diff)
downloadydb-2bb79d9d201129ab2d147d0d37dce6c9b5ec5ec3.tar.gz
Update contrib/restricted/boost/iostreams to 1.85.0
69e328573266391c3c49f7c846e9169e6203f681
-rw-r--r--contrib/restricted/boost/iostreams/ya.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/iostreams/ya.make b/contrib/restricted/boost/iostreams/ya.make
index 8641fe9286..7b09ed0379 100644
--- a/contrib/restricted/boost/iostreams/ya.make
+++ b/contrib/restricted/boost/iostreams/ya.make
@@ -6,9 +6,9 @@ LICENSE(BSL-1.0)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
-VERSION(1.84.0)
+VERSION(1.85.0)
-ORIGINAL_SOURCE(https://github.com/boostorg/iostreams/archive/boost-1.84.0.tar.gz)
+ORIGINAL_SOURCE(https://github.com/boostorg/iostreams/archive/boost-1.85.0.tar.gz)
PEERDIR(
contrib/libs/libbz2