Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to v2 (#1756)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent 4feb4d8 commit e28abce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ time = { version = "0.3", optional = true }

serde = { version = "1.0", features = ["derive"] }
json5 = "0.4"
thiserror = "1.0"
thiserror = "2.0"
base64 = "0.22"
mime = { version = "0.3", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion crates/shadowsocks-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ log = "0.4"
cfg-if = "1"
pin-project = "1.1"
once_cell = "1.17"
thiserror = "1.0"
thiserror = "2.0"
arc-swap = "1.7"

spin = { version = "0.9" }
Expand Down
2 changes: 1 addition & 1 deletion crates/shadowsocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ once_cell = "1.17"
spin = { version = "0.9", features = ["std"] }
pin-project = "1.1"
bloomfilter = { version = "2.0.0", optional = true }
thiserror = "1.0"
thiserror = "2.0"
rand = { version = "0.8", optional = true }
lru_time_cache = { version = "0.11", optional = true }

Expand Down

0 comments on commit e28abce

Please sign in to comment.