diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-25 19:38:39 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-25 19:50:29 +0300 |
commit | 034ae0f5ffe0b6ca853d789fd6d1b63e530493f6 (patch) | |
tree | 0621a601fce33dd2334fe3222bf6c57a569863e8 /contrib | |
parent | 85a9051955b03ea4d9c836219820f292305df58e (diff) | |
download | ydb-034ae0f5ffe0b6ca853d789fd6d1b63e530493f6.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/restricted/boost/detail/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/iterator/ya.make | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/restricted/boost/detail/ya.make b/contrib/restricted/boost/detail/ya.make index fd9fd5a9bc..97d62e70f6 100644 --- a/contrib/restricted/boost/detail/ya.make +++ b/contrib/restricted/boost/detail/ya.make @@ -9,9 +9,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.84.0) +VERSION(1.85.0) -ORIGINAL_SOURCE(https://github.com/boostorg/detail/archive/boost-1.84.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/detail/archive/boost-1.85.0.tar.gz) PEERDIR( contrib/restricted/boost/config diff --git a/contrib/restricted/boost/iterator/ya.make b/contrib/restricted/boost/iterator/ya.make index ae30b7ee04..67c090140c 100644 --- a/contrib/restricted/boost/iterator/ya.make +++ b/contrib/restricted/boost/iterator/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/iterator/archive/boost-1.84.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/iterator/archive/boost-1.85.0.tar.gz) PEERDIR( contrib/restricted/boost/assert |