This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new cb11f28d1 chore(javascript): Bump thiserror from 1.0.69 to 2.0.18
(#4387)
cb11f28d1 is described below
commit cb11f28d1d99baa24bbd52d6a7ed2f9e38212aac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 11 17:26:31 2026 -0700
chore(javascript): Bump thiserror from 1.0.69 to 2.0.18 (#4387)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
javascript/Cargo.lock | 8 ++++----
javascript/Cargo.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/javascript/Cargo.lock b/javascript/Cargo.lock
index 99c50ccdd..9397317e6 100644
--- a/javascript/Cargo.lock
+++ b/javascript/Cargo.lock
@@ -737,18 +737,18 @@ dependencies = [
[[package]]
name = "thiserror"
-version = "1.0.69"
+version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
+checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.69"
+version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
+checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
dependencies = [
"proc-macro2",
"quote",
diff --git a/javascript/Cargo.toml b/javascript/Cargo.toml
index e01bdcefb..becc24a8e 100644
--- a/javascript/Cargo.toml
+++ b/javascript/Cargo.toml
@@ -32,7 +32,7 @@ adbc_driver_manager = { path = "../rust/driver_manager" }
arrow-array = { version = ">=58, <60", default-features = false, features =
["ffi"] }
arrow-ipc = { version = ">=58, <60" }
arrow-schema = { version = ">=58, <60" }
-thiserror = "1.0"
+thiserror = "2.0"
[build-dependencies]
napi-build = "2"