Skip to content

Commit

Permalink
Update Rust crate thiserror to 1.0.60
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent d60e1ba commit 1044d52
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ patchset = { path = "patchset" }
rcs-ed = { path = "rcs-ed" }
structopt = "0.3.26"
tempfile = "3.3.0"
thiserror = "1.0.30"
thiserror = "1.0.60"
tokio = { version = "1.16.1", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
walkdir = "2.3.2"

Expand Down
2 changes: 1 addition & 1 deletion comma-v/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ derive_more = "0.99.17"
eq-macro = { path = "../eq-macro" }
itertools = "0.10.3"
nom = "7.1.0"
thiserror = "1.0.30"
thiserror = "1.0.60"

[dev-dependencies]
anyhow = "1.0.53"
Expand Down
2 changes: 1 addition & 1 deletion git-fast-import/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ derive_more = "0.99.17"
nom = "7.1.0"
rev_lines = "0.2.1"
serde = "1.0.136"
thiserror = "1.0.30"
thiserror = "1.0.60"
2 changes: 1 addition & 1 deletion internal/process/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "Apache-2.0"
git-fast-import = { path = "../../git-fast-import" }
log = "0.4.14"
structopt = "0.3.26"
thiserror = "1.0.30"
thiserror = "1.0.60"
tokio = { version = "1.16.1", features = ["io-util", "process", "sync"] }

[features]
2 changes: 1 addition & 1 deletion internal/state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ git-fast-import = { path = "../../git-fast-import" }
log = "0.4.14"
serde = { version = "1.0.136", features = ["derive", "rc"] }
speedy = "0.8.1"
thiserror = "1.0.30"
thiserror = "1.0.60"
tokio = { version = "1.16.1", features = ["io-util", "sync"] }
zstd = "0.10.0"

Expand Down
2 changes: 1 addition & 1 deletion patchset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ license = "Apache-2.0"

[dependencies]
binary-heap-plus = "0.4.1"
thiserror = "1.0.30"
thiserror = "1.0.60"
2 changes: 1 addition & 1 deletion rcs-ed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
[dependencies]
anyhow = "1.0.53"
nom = "7.1.0"
thiserror = "1.0.30"
thiserror = "1.0.60"

[dev-dependencies]
structopt = "0.3.26"

0 comments on commit 1044d52

Please sign in to comment.