Skip to content

Commit

Permalink
fix(cpu_timer): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nyannyacha committed Jan 16, 2024
1 parent 8e2c2be commit 6e54851
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
26 changes: 26 additions & 0 deletions Cargo.lock

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

6 changes: 5 additions & 1 deletion crates/cpu_timer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ libc = { workspace = true }
nix = { version = "0.26.2", features = ["signal"] }
tokio = { workspace = true }
log = { workspace = true }
ctor = { version = "0.2.6" }
ctor = { version = "0.2.6" }
futures = { workspace = true }
signal-hook = { version = "0.3.17" }
signal-hook-tokio = { version = "0.3.1", features = ["futures-v0_3"] }
once_cell = { workspace = true }

0 comments on commit 6e54851

Please sign in to comment.