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 703e4190d chore(rust): bump libloading from 0.8.3 to 0.8.6 in /rust
(#2405)
703e4190d is described below
commit 703e4190d32b7fc196c16475fb95476969d609b2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 30 20:59:39 2024 -0500
chore(rust): bump libloading from 0.8.3 to 0.8.6 in /rust (#2405)
Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.8.3
to 0.8.6.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
rust/Cargo.lock | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index bc1f6889c..e5bce99f5 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -1717,9 +1717,9 @@ checksum =
"97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "libloading"
-version = "0.8.3"
+version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
+checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
dependencies = [
"cfg-if",
"windows-targets",