From 537ecbee8e4bf49bef7354028ffad7897cf9576a Mon Sep 17 00:00:00 2001 From: Penny Zheng Date: Thu, 27 Feb 2020 13:29:26 +0800 Subject: [PATCH 1/2] path-absolutize: version update The latest tag version v1.2.0 fixes the error of inapporiately using mutable static. Fixes: #144 Signed-off-by: Penny Zheng --- src/agent/rustjail/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agent/rustjail/Cargo.toml b/src/agent/rustjail/Cargo.toml index 6fdcde2fb7..f395a316f6 100644 --- a/src/agent/rustjail/Cargo.toml +++ b/src/agent/rustjail/Cargo.toml @@ -22,4 +22,4 @@ slog = "2.5.2" slog-scope = "4.1.2" scan_fmt = "0.2" regex = "1.1" -path-absolutize = { git = "git://github.com/magiclen/path-absolutize.git", tag= "v1.1.3" } +path-absolutize = { git = "git://github.com/magiclen/path-absolutize.git", tag= "v1.2.0" } From b7ece51b3f082674029c17375eb55757e82aee32 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Mon, 16 Mar 2020 12:46:06 +0000 Subject: [PATCH 2/2] release: Kata Containers 1.10.2 537ecbe path-absolutize: version update Signed-off-by: Peng Tao --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 4dae2985b5..5ad2491cf8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.10.1 +1.10.2