Skip to content

Commit

Permalink
Add uuid as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
papey committed Mar 11, 2023
1 parent 6a41e0f commit 8311c41
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ hyper = { version = "0.14.23", features = ["full"], optional = true }
tokio = { version = "1", features = ["full"], optional = true}
elasticsearch = "8.5.0-alpha.1"
url = { version = "2", features = ["serde"] }
uuid = { version = "1.2.1", features = ["v4"] }

[target.'cfg(target_os="linux")'.dependencies]
procfs = { version = "0.12.0" }
Expand Down

0 comments on commit 8311c41

Please sign in to comment.