From e96dcafae76353104e5332074570fbac280153fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 20:13:25 +0000 Subject: [PATCH] Update dirs requirement from 5.0 to 6.0 --- updated-dependencies: - dependency-name: dirs dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt/Cargo.toml b/rt/Cargo.toml index 7b927fa..9f88923 100644 --- a/rt/Cargo.toml +++ b/rt/Cargo.toml @@ -9,7 +9,7 @@ loader = { path = "../loader" } vm = { path = "../vm" } log = "0.4.17" -dirs = "5.0" +dirs = "6.0" [dev-dependencies] parser = { path = "../parser" }