mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-22 12:56:28 +00:00
Update thiserror from 1.0.69 to 2.0.3
Summary: Release notes: - https://github.com/dtolnay/thiserror/releases/tag/2.0.0 - https://github.com/dtolnay/thiserror/releases/tag/2.0.1 - https://github.com/dtolnay/thiserror/releases/tag/2.0.2 - https://github.com/dtolnay/thiserror/releases/tag/2.0.3 Reviewed By: zertosh Differential Revision: D66562325 fbshipit-source-id: 9b4b0dd517c180b1856ce0dc9be3eb84d686c2b7
This commit is contained in:
parent
e62bf5a185
commit
b317f7532a
4 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ libc = "0.2.139"
|
|||
nix = "0.26.4"
|
||||
serde = { version = "1.0.185", features = ["derive", "rc"] }
|
||||
syscalls = { version = "0.6.7", features = ["serde"] }
|
||||
thiserror = "1.0.64"
|
||||
thiserror = "2"
|
||||
tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -27,7 +27,7 @@ raw-cpuid = "10.6.0"
|
|||
reverie = { version = "0.1.0", path = "../reverie" }
|
||||
safeptrace = { version = "0.1.0", path = "../safeptrace", features = ["memory", "notifier"] }
|
||||
serde = { version = "1.0.185", features = ["derive", "rc"] }
|
||||
thiserror = "1.0.64"
|
||||
thiserror = "2"
|
||||
tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] }
|
||||
tokio-stream = { version = "0.1.16", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
|
||||
tracing = { version = "0.1.40", features = ["attributes", "valuable"] }
|
||||
|
|
|
@ -27,5 +27,5 @@ reverie-process = { version = "0.1.0", path = "../reverie-process" }
|
|||
reverie-syscalls = { version = "0.1.0", path = "../reverie-syscalls" }
|
||||
serde = { version = "1.0.185", features = ["derive", "rc"] }
|
||||
syscalls = { version = "0.6.7", features = ["serde"] }
|
||||
thiserror = "1.0.64"
|
||||
thiserror = "2"
|
||||
typed-arena = "2"
|
||||
|
|
|
@ -18,7 +18,7 @@ parking_lot = { version = "0.12.1", features = ["send_guard"] }
|
|||
reverie-memory = { version = "0.1.0", path = "../reverie-memory", optional = true }
|
||||
reverie-process = { version = "0.1.0", path = "../reverie-process" }
|
||||
syscalls = { version = "0.6.7", features = ["serde"] }
|
||||
thiserror = "1.0.64"
|
||||
thiserror = "2"
|
||||
|
||||
[dev-dependencies]
|
||||
quickcheck = "1.0"
|
||||
|
|
Loading…
Reference in a new issue