deps: update libseccomp to 2.5.3

It was released about a month ago. I don't see anything major
in the changelog but it makes sense to keep tracking upstream deps.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2021-12-08 21:16:46 -08:00
parent 1b747a43f0
commit c729594cdd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ set -e
## --->
# Project-specific options and functions. In *theory* you shouldn't need to
# touch anything else in this script in order to use this elsewhere.
: "${LIBSECCOMP_VERSION:=2.5.2}"
: "${LIBSECCOMP_VERSION:=2.5.3}"
project="runc"
root="$(readlink -f "$(dirname "${BASH_SOURCE[0]}")/..")"