Skip to content

Commit a55dcda

Browse files
Update Rust crate thiserror to v2
1 parent d60e1ba commit a55dcda

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ patchset = { path = "patchset" }
2929
rcs-ed = { path = "rcs-ed" }
3030
structopt = "0.3.26"
3131
tempfile = "3.3.0"
32-
thiserror = "1.0.30"
32+
thiserror = "2.0.12"
3333
tokio = { version = "1.16.1", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
3434
walkdir = "2.3.2"
3535

comma-v/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ derive_more = "0.99.17"
1212
eq-macro = { path = "../eq-macro" }
1313
itertools = "0.10.3"
1414
nom = "7.1.0"
15-
thiserror = "1.0.30"
15+
thiserror = "2.0.12"
1616

1717
[dev-dependencies]
1818
anyhow = "1.0.53"

git-fast-import/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ derive_more = "0.99.17"
1111
nom = "7.1.0"
1212
rev_lines = "0.2.1"
1313
serde = "1.0.136"
14-
thiserror = "1.0.30"
14+
thiserror = "2.0.12"

internal/process/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "Apache-2.0"
1010
git-fast-import = { path = "../../git-fast-import" }
1111
log = "0.4.14"
1212
structopt = "0.3.26"
13-
thiserror = "1.0.30"
13+
thiserror = "2.0.12"
1414
tokio = { version = "1.16.1", features = ["io-util", "process", "sync"] }
1515

1616
[features]

internal/state/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ git-fast-import = { path = "../../git-fast-import" }
1111
log = "0.4.14"
1212
serde = { version = "1.0.136", features = ["derive", "rc"] }
1313
speedy = "0.8.1"
14-
thiserror = "1.0.30"
14+
thiserror = "2.0.12"
1515
tokio = { version = "1.16.1", features = ["io-util", "sync"] }
1616
zstd = "0.10.0"
1717

patchset/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ license = "Apache-2.0"
88

99
[dependencies]
1010
binary-heap-plus = "0.4.1"
11-
thiserror = "1.0.30"
11+
thiserror = "2.0.12"

rcs-ed/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99
[dependencies]
1010
anyhow = "1.0.53"
1111
nom = "7.1.0"
12-
thiserror = "1.0.30"
12+
thiserror = "2.0.12"
1313

1414
[dev-dependencies]
1515
structopt = "0.3.26"

0 commit comments

Comments
 (0)