From 5a79c16407bc191b617ebe3ab92214a59ecc9bb9 Mon Sep 17 00:00:00 2001 From: Bugen Zhao Date: Fri, 24 Nov 2023 02:12:09 +0800 Subject: [PATCH] bump thiserror-ext to 0.0.8 Signed-off-by: Bugen Zhao --- Cargo.lock | 10 ++++++---- Cargo.toml | 3 +-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43c5fd235faa1..963f8a9db33dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10202,8 +10202,9 @@ dependencies = [ [[package]] name = "thiserror-ext" -version = "0.0.7" -source = "git+https://github.com/risingwavelabs/thiserror-ext.git?rev=0912af#0912af4c8300d014e16d884b0c1fede865db0d28" +version = "0.0.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51b32ea5f1a980ddd27f9ad46dc18db583f508a4d148dd2cf1ee3d81bfd767cf" dependencies = [ "thiserror", "thiserror-ext-derive", @@ -10211,8 +10212,9 @@ dependencies = [ [[package]] name = "thiserror-ext-derive" -version = "0.0.7" -source = "git+https://github.com/risingwavelabs/thiserror-ext.git?rev=0912af#0912af4c8300d014e16d884b0c1fede865db0d28" +version = "0.0.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1cf8fd06431d331ee33484e2c83f0309dd2ad26606c3b639d5927665a1698043" dependencies = [ "either", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index ac35def300b5d..b703f3f9a121e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,8 +124,7 @@ arrow-flight = "49" arrow-select = "49" arrow-ord = "49" arrow-row = "49" -# thiserror-ext = "0.0.7" -thiserror-ext = { git = "https://github.com/risingwavelabs/thiserror-ext.git", rev = "0912af" } +thiserror-ext = "0.0.8" tikv-jemalloc-ctl = { git = "https://github.com/risingwavelabs/jemallocator.git", rev = "64a2d9" } tikv-jemallocator = { git = "https://github.com/risingwavelabs/jemallocator.git", features = [ "profiling",