diff --git a/Cargo.toml b/Cargo.toml index 69a062cf..1f2fcf0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ include = ["/src/**/*", "/LICENSE", "/README.md", "/CHANGELOG.md"] rust-version = "1.70" [dependencies] -globwalk = "0.8.1" +globwalk = "0.9.1" serde = "1.0" serde_json = "1.0" pest = "2.5.5"