From cc48b6b96d9de54abfe78085c2d39114213a1df7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 00:27:14 +0000 Subject: [PATCH] Update Rust crate relative-path to 1.9.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91e1b41c..41f93882 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ mimalloc = { version = "0.1.39", default-features = false } notify = "6.1.1" path-clean = "1.0.1" pathdiff = "0.2.1" -relative-path = "1.9.0" +relative-path = "1.9.2" serde = "1.0.193" serde_yaml = "0.9.29" sys-locale = "0.3.1"