summaryrefslogtreecommitdiffstats
path: root/crates/core/c8y_smartrest
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-22 13:42:07 +0000
committerGitHub <noreply@github.com>2022-07-22 13:42:07 +0000
commitc810b5c54585fc8587505fb0e630b0e6d98d6202 (patch)
tree54d1e87a48765970f39c4550a5214d4119e26fb4 /crates/core/c8y_smartrest
parentcf00c1d358f2c9ba67ca5af46fd82fb9f2cf37a6 (diff)
Bump test-case from 2.1.0 to 2.2.1
Bumps [test-case](https://github.com/frondeus/test-case) from 2.1.0 to 2.2.1. - [Release notes](https://github.com/frondeus/test-case/releases) - [Changelog](https://github.com/frondeus/test-case/blob/master/CHANGELOG.md) - [Commits](https://github.com/frondeus/test-case/compare/v2.1.0...v2.2.1) --- updated-dependencies: - dependency-name: test-case dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'crates/core/c8y_smartrest')
-rw-r--r--crates/core/c8y_smartrest/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/core/c8y_smartrest/Cargo.toml b/crates/core/c8y_smartrest/Cargo.toml
index 0aaf9c37..4badb030 100644
--- a/crates/core/c8y_smartrest/Cargo.toml
+++ b/crates/core/c8y_smartrest/Cargo.toml
@@ -26,4 +26,4 @@ assert_matches = "1.5"
assert-json-diff = "2.0"
serde_json = "1.0"
tempfile = "3.3"
-test-case = "2.0"
+test-case = "2.2"