diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-08-16 18:05:38 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-08-16 19:34:34 +0300 |
commit | d3c92f945c6ac8ddc93c913dc8425092c5abb350 (patch) | |
tree | 0ae8de02d4c96b9c5fad51167f1da5f1a16b734c /contrib/restricted | |
parent | 7649ebb76c0a945cfdf490569585bed4f536673f (diff) | |
download | ydb-d3c92f945c6ac8ddc93c913dc8425092c5abb350.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/restricted')
-rw-r--r-- | contrib/restricted/boost/algorithm/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/algorithm/ya.make b/contrib/restricted/boost/algorithm/ya.make index c34a1dea46..bcd342d422 100644 --- a/contrib/restricted/boost/algorithm/ya.make +++ b/contrib/restricted/boost/algorithm/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.82.0) +VERSION(1.83.0) -ORIGINAL_SOURCE(https://github.com/boostorg/algorithm/archive/boost-1.82.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/algorithm/archive/boost-1.83.0.tar.gz) PEERDIR( contrib/restricted/boost/array |