Skip to content

Commit e11f685

Browse files
chore(deps): bump thiserror from 1.0.69 to 2.0.18 (#281)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.18. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.18) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7e1d043 commit e11f685

3 files changed

Lines changed: 30 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 28 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ log = "0.4"
5151
# Once the required functionality is available upstream, we plan to replace
5252
# this fork with the official version.
5353
rocksdb = { package = "rust-rocksdb", git = "https://github.com/arana-db/rust-rocksdb", rev = "f7abb18c64fac810f3c4736aef833c340396449b", features = ["multi-threaded-cf"] }
54-
thiserror = "1.0"
54+
thiserror = "2.0"
5555
serde = "1.0"
5656
serde_json = "1.0"
5757
once_cell = "1.21"

src/net/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ client = { path = "../client" }
1919
bytes.workspace = true
2020
executor = { path = "../executor" }
2121
runtime = { path = "../common/runtime" }
22-
thiserror = "1.0"
22+
thiserror = "2.0"
2323
parking_lot = "0.12"
2424
# raft = { path = "../raft" } # removed: src/raft no longer exists
2525

0 commit comments

Comments
 (0)