We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e1124f commit 3d9c6d9Copy full SHA for 3d9c6d9
1 file changed
crates/extensions/c8y_mapper_ext/Cargo.toml
@@ -33,6 +33,7 @@ tedge_mqtt_ext = { workspace = true }
33
tedge_timer_ext = { workspace = true }
34
tedge_uploader_ext = { workspace = true }
35
tedge_utils = { workspace = true }
36
+tempfile = { workspace = true }
37
thiserror = { workspace = true }
38
time = { workspace = true }
39
tokio = { workspace = true, features = [
@@ -44,7 +45,6 @@ tokio = { workspace = true, features = [
44
45
] }
46
toml = { workspace = true }
47
tracing = { workspace = true }
-tempfile = { workspace = true }
48
49
[dev-dependencies]
50
assert-json-diff = { workspace = true }
0 commit comments