summaryrefslogtreecommitdiffstats
path: root/src/config/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-05 13:16:36 +0000
committerTim Oram <dev@mitmaro.ca>2022-01-05 09:56:34 -0330
commitef9d89b4bdbbc638a603e51239bd9bd4a16d7bf0 (patch)
treeedbe3f8f28c4d817d32c9013073bdcd7e58b0904 /src/config/Cargo.toml
parent2e4b9f6312608f5f08c296a3ec51d34f9f962d2f (diff)
Bump rstest from 0.11.0 to 0.12.0
Bumps [rstest](https://github.com/la10736/rstest) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/0.11.0...0.12.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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 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"