Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit e96dcaf

Browse files
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] <support@github.com>
1 parent d977787 commit e96dcaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ loader = { path = "../loader" }
99
vm = { path = "../vm" }
1010

1111
log = "0.4.17"
12-
dirs = "5.0"
12+
dirs = "6.0"
1313

1414
[dev-dependencies]
1515
parser = { path = "../parser" }

0 commit comments

Comments
 (0)