summaryrefslogtreecommitdiffstats
path: root/src/config/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/Cargo.toml')
-rw-r--r--src/config/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/Cargo.toml b/src/config/Cargo.toml
index e221415..e135cd1 100644
--- a/src/config/Cargo.toml
+++ b/src/config/Cargo.toml
@@ -23,7 +23,7 @@ proc-macro2 = "1.0.64" # TODO: remove override of indirect dependency
claim = { git = "https://github.com/Turbo87/rust-claim.git", rev = "23892a3" }
lazy_static = "1.4.0"
rstest = "0.16.0"
-serial_test = "0.10.0"
+serial_test = "2.0.0"
tempfile = "3.6.0"
girt-testutils = {version = "0.1.0", path = "../testutils"}