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 ad7c17b7f chore(rust): Bump url from 2.5.7 to 2.5.8 in /rust (#3865)
ad7c17b7f is described below

commit ad7c17b7f0be0c4e85c46bb425c7d949003d0fce
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 7 09:57:00 2026 +0900

    chore(rust): Bump url from 2.5.7 to 2.5.8 in /rust (#3865)
    
    Bumps [url](https://github.com/servo/rust-url) from 2.5.7 to 2.5.8.
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 rust/Cargo.lock                  | 4 ++--
 rust/driver/snowflake/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 5aa7b9429..e800e8cc4 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2800,9 +2800,9 @@ checksum = 
"673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
 
 [[package]]
 name = "url"
-version = "2.5.7"
+version = "2.5.8"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
+checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
 dependencies = [
  "form_urlencoded",
  "idna",
diff --git a/rust/driver/snowflake/Cargo.toml b/rust/driver/snowflake/Cargo.toml
index 1df914a5d..4e0eccfe6 100644
--- a/rust/driver/snowflake/Cargo.toml
+++ b/rust/driver/snowflake/Cargo.toml
@@ -49,7 +49,7 @@ arrow-array.workspace = true
 arrow-schema.workspace = true
 dotenvy = { version = "0.15.7", default-features = false, optional = true }
 regex = { version = "1.12.2", default-features = false, optional = true }
-url = "2.5.7"
+url = "2.5.8"
 
 [dev-dependencies]
 test-with = { version = "0.15.6", default-features = false }

Reply via email to