diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-24 15:29:10 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-24 15:36:10 +0300 |
commit | ca76ab4205a67f78e5f8fc2b9340a40ddb02071b (patch) | |
tree | 119c61bd41cfb6284deffca2a542e3e00bbcd465 /contrib | |
parent | bbed856c22afd405647fc7f687e0f883f72a9bb4 (diff) | |
download | ydb-ca76ab4205a67f78e5f8fc2b9340a40ddb02071b.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/restricted/boost/bimap/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/format/ya.make | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/restricted/boost/bimap/ya.make b/contrib/restricted/boost/bimap/ya.make index 03573ab6c2..b6ba3a1c3e 100644 --- a/contrib/restricted/boost/bimap/ya.make +++ b/contrib/restricted/boost/bimap/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/bimap/archive/boost-1.84.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/bimap/archive/boost-1.85.0.tar.gz) PEERDIR( contrib/restricted/boost/concept_check diff --git a/contrib/restricted/boost/format/ya.make b/contrib/restricted/boost/format/ya.make index a2e05db846..bf08b9bf7d 100644 --- a/contrib/restricted/boost/format/ya.make +++ b/contrib/restricted/boost/format/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/format/archive/boost-1.84.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/format/archive/boost-1.85.0.tar.gz) PEERDIR( contrib/restricted/boost/assert |