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
David Tolnay authored and facebook-github-bot committed Nov 28, 2024
1 parent 8591979 commit d3b2107
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion below/btrfs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -19,4 +19,4 @@ rand = { version = "0.8", features = ["small_rng"] }
rand_distr = "0.4"
serde = { version = "1.0.185", features = ["derive", "rc"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
thiserror = "1.0.64"
thiserror = "2"
2 changes: 1 addition & 1 deletion below/cgroupfs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ common = { package = "below-common", version = "0.8.1", path = "../common" }
nix = "0.26.4"
openat = "0.1.21"
serde = { version = "1.0.185", features = ["derive", "rc"] }
thiserror = "1.0.64"
thiserror = "2"

[dev-dependencies]
paste = "1.0.14"
2 changes: 1 addition & 1 deletion below/ethtool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -12,4 +12,4 @@ license = "Apache-2.0"
[dependencies]
nix = "0.26.4"
serde = { version = "1.0.185", features = ["derive", "rc"] }
thiserror = "1.0.64"
thiserror = "2"
2 changes: 1 addition & 1 deletion below/procfs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ openat = "0.1.21"
parking_lot = { version = "0.12.1", features = ["send_guard"] }
serde = { version = "1.0.185", features = ["derive", "rc"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
thiserror = "1.0.64"
thiserror = "2"
threadpool = "1.8.1"

[dev-dependencies]
2 changes: 1 addition & 1 deletion below/resctrlfs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ license = "Apache-2.0"
nix = "0.26.4"
openat = "0.1.21"
serde = { version = "1.0.185", features = ["derive", "rc"] }
thiserror = "1.0.64"
thiserror = "2"

[dev-dependencies]
maplit = "1.0"
2 changes: 1 addition & 1 deletion below/tc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -15,4 +15,4 @@ netlink-packet-route = "0.19.0"
netlink-sys = "0.8.5"
nix = "0.26.4"
serde = { version = "1.0.185", features = ["derive", "rc"] }
thiserror = "1.0.64"
thiserror = "2"

0 comments on commit d3b2107

Please sign in to comment.