From 2ff516b48777be9788c91ea1d12a1e6840dfaf1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 00:55:27 +0000 Subject: [PATCH] Bump dir-test from 0.4.0 to 0.4.1 Bumps [dir-test](https://github.com/fe-lang/dir-test) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/fe-lang/dir-test/releases) - [Commits](https://github.com/fe-lang/dir-test/compare/v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: dir-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91ddfbb..a90b107 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -234,18 +234,18 @@ dependencies = [ [[package]] name = "dir-test" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b12781621d53fd9087021f5a338df5c57c04f84a6231c1f4726f45e2e333470b" +checksum = "62c013fe825864f3e4593f36426c1fa7a74f5603f13ca8d1af7a990c1cd94a79" dependencies = [ "dir-test-macros", ] [[package]] name = "dir-test-macros" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1340852f50b2285d01a7f598cc5d08b572669c3e09e614925175cc3c26787b91" +checksum = "d42f54d7b4a6bc2400fe5b338e35d1a335787585375322f49c5d5fe7b243da7e" dependencies = [ "glob", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index e222b71..35e1880 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ sonatina-triple = { git = "https://github.com/fe-lang/sonatina", branch = "main" clap = { version = "4.5", features = ["derive"] } [dev-dependencies] -dir-test = "0.4.0" +dir-test = "0.4.1" insta = { version = "1.41" }