Skip to content

Commit 2fc9453

Browse files
David Tolnaymeta-codesync[bot]
authored andcommitted
Bump thiserror 2.0.17 -> 2.0.18
Summary: Automated semver-compatible version bump. Reviewed By: cfsmp3 Differential Revision: D92590926 fbshipit-source-id: 07417f4527b09544672fcf1137c4897446a4c001
1 parent 321bd38 commit 2fc9453

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

reverie-process/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ libc = "0.2.139"
1717
nix = { version = "0.30.1", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] }
1818
serde = { version = "1.0.219", features = ["derive", "rc"] }
1919
syscalls = { version = "0.6.18", features = ["serde"] }
20-
thiserror = "2.0.12"
20+
thiserror = "2.0.18"
2121
tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] }
2222

2323
[dev-dependencies]

reverie-ptrace/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ raw-cpuid = "10.6.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"] }
31-
thiserror = "2.0.12"
31+
thiserror = "2.0.18"
3232
tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] }
3333
tokio-stream = { version = "0.1.17", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
3434
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }

reverie/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ 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"] }
2929
syscalls = { version = "0.6.18", features = ["serde"] }
30-
thiserror = "2.0.12"
30+
thiserror = "2.0.18"
3131
typed-arena = "2"

safeptrace/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ parking_lot = { version = "0.12.1", features = ["send_guard"] }
1818
reverie-memory = { version = "0.1.0", path = "../reverie-memory", optional = true }
1919
reverie-process = { version = "0.1.0", path = "../reverie-process" }
2020
syscalls = { version = "0.6.18", features = ["serde"] }
21-
thiserror = "2.0.12"
21+
thiserror = "2.0.18"
2222

2323
[dev-dependencies]
2424
quickcheck = "1.0"

0 commit comments

Comments
 (0)