summaryrefslogtreecommitdiffstats
path: root/crates/core/c8y_api
diff options
context:
space:
mode:
authorDidier Wenzek <didier.wenzek@acidalie.com>2022-07-25 10:05:54 +0200
committerGitHub <noreply@github.com>2022-07-25 10:05:54 +0200
commitb8eb14c3628cc0f41e2f7e2a9d9bc0b6e0ed4485 (patch)
tree12473f1b08200defec734dd16e5c5ca4cf027b2b /crates/core/c8y_api
parentd36d1ef240e9657cd1654b8ffa131693241735c1 (diff)
parentc810b5c54585fc8587505fb0e630b0e6d98d6202 (diff)
Merge pull request #1288 from thin-edge/dependabot/cargo/test-case-2.2.1
Bump test-case from 2.1.0 to 2.2.1
Diffstat (limited to 'crates/core/c8y_api')
-rw-r--r--crates/core/c8y_api/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/core/c8y_api/Cargo.toml b/crates/core/c8y_api/Cargo.toml
index 8743768b..5e809911 100644
--- a/crates/core/c8y_api/Cargo.toml
+++ b/crates/core/c8y_api/Cargo.toml
@@ -34,5 +34,5 @@ anyhow = "1.0"
assert_matches = "1.5"
mockito = "0.31"
tempfile = "3.3"
-test-case = "2.0"
+test-case = "2.2"
time = { version = "0.3", features = ["macros"] }