Skip to content

Commit 54edd25

Browse files
committed
cargo-deps: Synchronize dependency versions
colored 2 -> 3.0.0 clap 4.1 -> 4.5.28 zbus 5 -> 5.3.1
1 parent 2605625 commit 54edd25

File tree

15 files changed

+17
-17
lines changed

15 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/scx_loader/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ license = "GPL-2.0-only"
88

99
[dependencies]
1010
anyhow = "1.0.65"
11-
clap = { version = "4.1", features = ["derive", "env", "unicode", "wrap_help"] }
12-
colored = "2"
11+
clap = { version = "4.5.28", features = ["derive", "env", "unicode", "wrap_help"] }
12+
colored = "3.0.0"
1313
ctrlc = { version = "3.1", features = ["termination"] }
1414
log = "0.4.17"
1515
nix = { features = ["process", "signal"], default-features = false, version = "0.29" }
@@ -18,7 +18,7 @@ sysinfo = "0.33.1"
1818
tokio = { version = "1.42.0", features = ["macros", "sync", "rt-multi-thread", "process"] }
1919
tokio-util = "0.7.13"
2020
toml = "0.8.19"
21-
zbus = { version = "5", features = ["tokio"], default-features = false }
21+
zbus = { version = "5.3.1", features = ["tokio"], default-features = false }
2222
zvariant = "5.1"
2323

2424
[lib]

rust/scx_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tar = "0.4"
2828
walkdir = "2.4"
2929
version-compare = "0.1"
3030
libc = "0.2.137"
31-
zbus = { version = "5", optional = true }
31+
zbus = { version = "5.3.1", optional = true }
3232

3333
[build-dependencies]
3434
anyhow = "1.0.65"

scheds/rust/scx_bpfland/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "GPL-2.0-only"
99
[dependencies]
1010
anyhow = "1.0.65"
1111
ctrlc = { version = "3.1", features = ["termination"] }
12-
clap = { version = "4.1", features = ["derive", "env", "unicode", "wrap_help"] }
12+
clap = { version = "4.5.28", features = ["derive", "env", "unicode", "wrap_help"] }
1313
crossbeam = "0.8.4"
1414
libbpf-rs = "=0.25.0-beta.1"
1515
log = "0.4.17"

scheds/rust/scx_chaos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ scx_utils = { path = "../../../rust/scx_utils", version = "1.0.12" }
88
scx_p2dq = { path = "../../../scheds/rust/scx_p2dq", version = "1.0.11" }
99

1010
anyhow = "1.0.65"
11-
clap = { version = "4.1", features = ["derive", "env", "unicode", "wrap_help"] }
11+
clap = { version = "4.5.28", features = ["derive", "env", "unicode", "wrap_help"] }
1212
ctrlc = { version = "3.1", features = ["termination"] }
1313
libbpf-rs = "=0.25.0-beta.1"
1414
log = "0.4.17"

scheds/rust/scx_flash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "GPL-2.0-only"
99
[dependencies]
1010
anyhow = "1.0.65"
1111
ctrlc = { version = "3.1", features = ["termination"] }
12-
clap = { version = "4.1", features = ["derive", "env", "unicode", "wrap_help"] }
12+
clap = { version = "4.5.28", features = ["derive", "env", "unicode", "wrap_help"] }
1313
crossbeam = "0.8.4"
1414
libbpf-rs = "=0.25.0-beta.1"
1515
log = "0.4.17"

scheds/rust/scx_lavd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "GPL-2.0-only"
99
[dependencies]
1010
anyhow = "1.0.65"
1111
bitvec = { version = "1.0", features = ["serde"] }
12-
clap = { version = "4.1", features = ["derive", "env", "unicode", "wrap_help"] }
12+
clap = { version = "4.5.28", features = ["derive", "env", "unicode", "wrap_help"] }
1313
crossbeam = "0.8.4"
1414
ctrlc = { version = "3.1", features = ["termination"] }
1515
fb_procfs = "0.7"

scheds/rust/scx_layered/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "GPL-2.0-only"
1010
anyhow = "1.0.65"
1111
bitvec = "1.0"
1212
chrono = "0.4"
13-
clap = { version = "4.1", features = ["derive", "env", "unicode", "wrap_help"] }
13+
clap = { version = "4.5.28", features = ["derive", "env", "unicode", "wrap_help"] }
1414
crossbeam = "0.8.4"
1515
ctrlc = { version = "3.1", features = ["termination"] }
1616
fastrand = "2.1.1"

scheds/rust/scx_mitosis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "GPL-2.0-only"
1010
anyhow = "1.0.65"
1111
bitvec = "1.0"
1212
cgroupfs = "0.7"
13-
clap = { version = "4.1", features = ["derive", "env", "unicode", "wrap_help"] }
13+
clap = { version = "4.5.28", features = ["derive", "env", "unicode", "wrap_help"] }
1414
ctrlc = { version = "3.1", features = ["termination"] }
1515
fb_procfs = "0.7"
1616
itertools = "0.13.0"

scheds/rust/scx_p2dq/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "GPL-2.0-only"
99
[dependencies]
1010
anyhow = "1.0.65"
1111
chrono = "0.4"
12-
clap = { version = "4.1", features = ["derive", "env", "unicode", "wrap_help"] }
12+
clap = { version = "4.5.28", features = ["derive", "env", "unicode", "wrap_help"] }
1313
crossbeam = "0.8.4"
1414
ctrlc = { version = "3.1", features = ["termination"] }
1515
fb_procfs = "0.7"

0 commit comments

Comments
 (0)