Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 17, 2024
1 parent 860e833 commit 8b086b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distrans-fileindex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "src/lib.rs"
[dependencies]
flume = "0.11"
num_cpus = "1.16"
thiserror = "1.0"
thiserror = "2.0"
tokio = { workspace = true }

[target.'cfg(unix)'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion distrans-peer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ distrans_fileindex = { version = "0", path = "../distrans-fileindex" }
flume = "0.11"
hex = "0.4"
path-absolutize = "3.1"
thiserror = "1.0"
thiserror = "2.0"
tokio = { workspace = true }
tokio-util = "0.7"
tracing = { version = "0.1", features = ["log", "attributes"] }
Expand Down

0 comments on commit 8b086b3

Please sign in to comment.