From f0eaeac3be4683bf17d24021bf65f8460b6053b6 Mon Sep 17 00:00:00 2001 From: Penny Zheng Date: Thu, 27 Feb 2020 13:29:26 +0800 Subject: [PATCH] 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 f85798c65e..030ee85c3c 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" }