From 0a0d1f70a0b67935baa8d724af6d4ff61dd1d16f Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 16 Feb 2018 13:42:27 +0100 Subject: [PATCH] Update tomlv for MIT License The BurntSushi/toml code is now re-licensed as MIT. While the vendored package was already updated, the tomlv binary used was still using the old license type. Signed-off-by: Sebastiaan van Stijn Upstream-commit: 508d5a0bc00400fb41395223cb4c8be3d9b74ade Component: engine --- components/engine/hack/dockerfile/binaries-commits | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/hack/dockerfile/binaries-commits b/components/engine/hack/dockerfile/binaries-commits index f052cf2bf8..4965b18723 100644 --- a/components/engine/hack/dockerfile/binaries-commits +++ b/components/engine/hack/dockerfile/binaries-commits @@ -2,7 +2,7 @@ # When updating TOMLV_COMMIT, consider updating github.com/BurntSushi/toml # in vendor.conf accordingly -TOMLV_COMMIT=9baf8a8a9f2ed20a8e54160840c492f937eeaf9a +TOMLV_COMMIT=a368813c5e648fee92e5f6c30e3944ff9d5e8895 # When updating RUNC_COMMIT, also update runc in vendor.conf accordingly RUNC_COMMIT=6c55f98695e902427906eed2c799e566e3d3dfb5