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 cade95b20 chore(rust): bump url from 2.5.3 to 2.5.4 in /rust (#2404)
cade95b20 is described below
commit cade95b203957e231909b50d29727bbed59614ad
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 30 19:28:18 2024 -0500
chore(rust): bump url from 2.5.3 to 2.5.4 in /rust (#2404)
Bumps [url](https://github.com/servo/rust-url) from 2.5.3 to 2.5.4.
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 c4dcf1b55..bc1f6889c 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2888,9 +2888,9 @@ checksum =
"673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
[[package]]
name = "url"
-version = "2.5.3"
+version = "2.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada"
+checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
dependencies = [
"form_urlencoded",
"idna",
diff --git a/rust/driver/snowflake/Cargo.toml b/rust/driver/snowflake/Cargo.toml
index 39a1dc112..899828d8b 100644
--- a/rust/driver/snowflake/Cargo.toml
+++ b/rust/driver/snowflake/Cargo.toml
@@ -47,7 +47,7 @@ arrow-array.workspace = true
arrow-schema.workspace = true
dotenvy = { version = "0.15.7", default-features = false, optional = true }
regex = { version = "1.11.1", default-features = false, optional = true }
-url = "2.5.3"
+url = "2.5.4"
[dev-dependencies]
test-with = { version = "0.14.6", default-features = false }