summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock4
-rw-r--r--src/config/Cargo.toml2
-rw-r--r--src/core/Cargo.toml2
-rw-r--r--src/display/Cargo.toml2
-rw-r--r--src/input/Cargo.toml2
-rw-r--r--src/todo_file/Cargo.toml2
-rw-r--r--src/view/Cargo.toml2
7 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c44b157..b3ea0cf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -516,9 +516,9 @@ dependencies = [
[[package]]
name = "rstest"
-version = "0.11.0"
+version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2288c66aeafe3b2ed227c981f364f9968fa952ef0b30e84ada4486e7ee24d00a"
+checksum = "d912f35156a3f99a66ee3e11ac2e0b3f34ac85a07e05263d05a7e2c8810d616f"
dependencies = [
"cfg-if",
"proc-macro2",
diff --git a/src/config/Cargo.toml b/src/config/Cargo.toml
index d5f9ba9..5f201da 100644
--- a/src/config/Cargo.toml
+++ b/src/config/Cargo.toml
@@ -20,7 +20,7 @@ girt-git = {version = "0.1.0", path = "../../src/git"}
[dev-dependencies]
lazy_static = "1.4.0"
-rstest = "0.11.0"
+rstest = "0.12.0"
serial_test = "0.5.1"
tempfile = "3.2.0"
diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml
index 346eec5..c3173dd 100644
--- a/src/core/Cargo.toml
+++ b/src/core/Cargo.toml
@@ -38,7 +38,7 @@ features = []
[dev-dependencies]
captur = "0.1.0"
-rstest = "0.11.0"
+rstest = "0.12.0"
serial_test = "0.5.1"
tempfile = "3.2.0"
diff --git a/src/display/Cargo.toml b/src/display/Cargo.toml
index 26f1975..aaacde2 100644
--- a/src/display/Cargo.toml
+++ b/src/display/Cargo.toml
@@ -20,7 +20,7 @@ crossterm = "0.22.1"
girt-config = {version = "1.0.0", path = "../config"}
[dev-dependencies]
-rstest = "0.11.0"
+rstest = "0.12.0"
serial_test = "0.5.1"
[build-dependencies]
diff --git a/src/input/Cargo.toml b/src/input/Cargo.toml
index e7df924..74d12b7 100644
--- a/src/input/Cargo.toml
+++ b/src/input/Cargo.toml
@@ -20,7 +20,7 @@ crossterm = "0.22.1"
girt-config = {version = "1.0.0", path = "../config"}
[dev-dependencies]
-rstest = "0.11.0"
+rstest = "0.12.0"
[build-dependencies]
rustc_version = "0.4.0"
diff --git a/src/todo_file/Cargo.toml b/src/todo_file/Cargo.toml
index dd5afee..61620e6 100644
--- a/src/todo_file/Cargo.toml
+++ b/src/todo_file/Cargo.toml
@@ -18,7 +18,7 @@ name = "todo_file"
anyhow = "1.0"
[dev-dependencies]
-rstest = "0.11.0"
+rstest = "0.12.0"
tempfile = "3.2.0"
[build-dependencies]
diff --git a/src/view/Cargo.toml b/src/view/Cargo.toml
index 0519008..286edbb 100644
--- a/src/view/Cargo.toml
+++ b/src/view/Cargo.toml
@@ -29,7 +29,7 @@ features = ["v4"]
[dev-dependencies]
captur = "0.1.0"
girt-config = {version = "1.0.0", path = "../config"}
-rstest = "0.11.0"
+rstest = "0.12.0"
[build-dependencies]
rustc_version = "0.4.0"