Skip to content

Commit

Permalink
Update dir-test requirement from 0.3 to 0.4
Browse files Browse the repository at this point in the history
Updates the requirements on [dir-test](https://github.com/fe-lang/dir-test) to permit the latest version.
- [Release notes](https://github.com/fe-lang/dir-test/releases)
- [Commits](fe-lang/dir-test@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: dir-test
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent b6d3cfc commit 57b7e11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/interpreter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ sonatina-ir = { path = "../ir", version = "0.0.3-alpha" }

[dev-dependencies]
sonatina-parser = { path = "../parser" }
dir-test = "0.3"
dir-test = "0.4"
regex = "1.11"
once_cell = "1.20"
2 changes: 1 addition & 1 deletion crates/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ derive_more = { version = "=1.0.0", default-features = false, features = [
smallvec = "1.13.2"

[dev-dependencies]
dir-test = "0.3"
dir-test = "0.4"
insta = { version = "1.41" }
indenter = "0.3.3"

0 comments on commit 57b7e11

Please sign in to comment.