Skip to content

Commit

Permalink
Update thiserror from 1.0.69 to 2.0.3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
David Tolnay authored and facebook-github-bot committed Nov 28, 2024
1 parent e62bf5a commit b317f75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion reverie-process/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion reverie-ptrace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion reverie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion safeptrace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b317f75

Please sign in to comment.