Skip to content

Commit 9b788c9

Browse files
committed
updates to use heartbeat/cleanup mechanism for tracking
1 parent d8622f5 commit 9b788c9

File tree

4 files changed

+339
-166
lines changed

4 files changed

+339
-166
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/target/
22
/.idea/
33
/.env
4+
/.vscode/

Cargo.lock

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ serde_json = "1.0.138"
2525
hostname = "0.4.0"
2626
redis = "0.30.0"
2727
redis-test = { version = "0.10.0", optional = true }
28+
uuid = { version = "1.16.0", features = ["v4"] }
2829

2930

3031
[dependencies.ring]

0 commit comments

Comments
 (0)