mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-25 12:10:24 +00:00
scx_stats: Synchronize crate dependency versions
This commit is contained in:
parent
d037fcd223
commit
d6ef2c2a1f
@ -10,9 +10,9 @@ repository = "https://github.com/sched-ext/scx"
|
||||
description = "Statistics transport library for sched_ext schedulers"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
libc = "0.2"
|
||||
log = "0.4"
|
||||
anyhow = "1.0.65"
|
||||
libc = "0.2.137"
|
||||
log = "0.4.17"
|
||||
quote = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user