Skip to content

Commit fb59c1c

Browse files
generatedunixname2066905484085733meta-codesync[bot]
authored andcommitted
Bump raw-cpuid 10.6.0 -> 10.7.0
Summary: Automated semver-compatible version bump. bypass-github-export-checks Reviewed By: dtolnay Differential Revision: D94402047 fbshipit-source-id: 3dd82cfc3a1d957f62d5cc4bd038ebe778eb79af
1 parent d805daa commit fb59c1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

reverie-process/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] }
2222

2323
[dev-dependencies]
2424
num_cpus = "1.16"
25-
raw-cpuid = "10.6.0"
25+
raw-cpuid = "10.7.0"
2626
tempfile = "3.22"
2727

2828
[features]

reverie-ptrace/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ num-traits = { version = "0.2.19", default-features = false }
2424
paste = "1.0.14"
2525
perf-event-open-sys = "5.0"
2626
procfs = "0.15.1"
27-
raw-cpuid = "10.6.0"
27+
raw-cpuid = "10.7.0"
2828
reverie = { version = "0.1.0", path = "../reverie" }
2929
safeptrace = { version = "0.1.0", path = "../safeptrace", features = ["memory", "notifier"] }
3030
serde = { version = "1.0.219", features = ["derive", "rc"] }

reverie/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ never-say-never = "6"
2222
nix = { version = "0.30.1", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] }
2323
object = { version = "0.36.7", features = ["read", "write"] }
2424
procfs = "0.15.1"
25-
raw-cpuid = "10.6.0"
25+
raw-cpuid = "10.7.0"
2626
reverie-process = { version = "0.1.0", path = "../reverie-process" }
2727
reverie-syscalls = { version = "0.1.0", path = "../reverie-syscalls" }
2828
serde = { version = "1.0.219", features = ["derive", "rc"] }

0 commit comments

Comments
 (0)