Skip to content

Commit e083c9d

Browse files
generatedunixname2066905484085733meta-codesync[bot]
authored andcommitted
Bump thiserror 2.0.19 -> 2.0.20
Summary: Automated semver-compatible version bump. bypass-github-export-checks Reviewed By: dtolnay Differential Revision: D116163550 fbshipit-source-id: b0459cd8cf18e0e7f11ea28bdb60d36d3b3b3434
1 parent f0f9a37 commit e083c9d

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

below/btrfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ rand = "0.10.2"
1919
rand_distr = "0.6"
2020
serde = { version = "1.0.229", features = ["derive", "rc"] }
2121
slog = { version = "2.8.2", features = ["max_level_trace", "nested-values"] }
22-
thiserror = "2.0.19"
22+
thiserror = "2.0.20"

below/cgroupfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ nix = { version = "0.30.1", features = ["dir", "event", "hostname", "inotify", "
1919
openat = "0.1.21"
2020
serde = { version = "1.0.229", features = ["derive", "rc"] }
2121
serde_json = { version = "1.0.151", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] }
22-
thiserror = "2.0.19"
22+
thiserror = "2.0.20"
2323

2424
[dev-dependencies]
2525
paste = "1.0.14"

below/ethtool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ license = "Apache-2.0"
1212
[dependencies]
1313
nix = { version = "0.30.1", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] }
1414
serde = { version = "1.0.229", features = ["derive", "rc"] }
15-
thiserror = "2.0.19"
15+
thiserror = "2.0.20"

below/procfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ openat = "0.1.21"
1818
parking_lot = { version = "0.12.1", features = ["arc_lock", "send_guard"] }
1919
serde = { version = "1.0.229", features = ["derive", "rc"] }
2020
slog = { version = "2.8.2", features = ["max_level_trace", "nested-values"] }
21-
thiserror = "2.0.19"
21+
thiserror = "2.0.20"
2222
threadpool = "1.8.1"
2323

2424
[dev-dependencies]

below/resctrlfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ common = { package = "below-common", version = "0.11.0", path = "../common" }
1515
nix = { version = "0.30.1", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] }
1616
openat = "0.1.21"
1717
serde = { version = "1.0.229", features = ["derive", "rc"] }
18-
thiserror = "2.0.19"
18+
thiserror = "2.0.20"
1919

2020
[dev-dependencies]
2121
maplit = "1.0"

below/tc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ netlink-packet-route = "0.25"
1515
netlink-sys = "0.8.8"
1616
nix = { version = "0.30.1", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] }
1717
serde = { version = "1.0.229", features = ["derive", "rc"] }
18-
thiserror = "2.0.19"
18+
thiserror = "2.0.20"

0 commit comments

Comments
 (0)