This is an automated email from the ASF dual-hosted git repository.

korowa pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 775c9a5ef6 `url` dependancy update (#14019)
775c9a5ef6 is described below

commit 775c9a5ef6896fda6cc3f68044758f3027587955
Author: Vadim Piven <[email protected]>
AuthorDate: Mon Jan 6 17:00:04 2025 +0400

    `url` dependancy update (#14019)
    
    * `url` dependancy update
    
    * `url` version update for datafusion-cli
---
 Cargo.toml                | 2 +-
 datafusion-cli/Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index ba8bda42d5..a3f521a725 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -150,7 +150,7 @@ serde_json = "1"
 sqlparser = { version = "0.53.0", features = ["visitor"] }
 tempfile = "3"
 tokio = { version = "1.36", features = ["macros", "rt", "sync"] }
-url = "2.2"
+url = "2.5.4"
 
 [profile.release]
 codegen-units = 1
diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml
index ea925645a7..ec4a58fab3 100644
--- a/datafusion-cli/Cargo.toml
+++ b/datafusion-cli/Cargo.toml
@@ -62,7 +62,7 @@ parquet = { version = "53.0.0", default-features = false }
 regex = "1.8"
 rustyline = "14.0"
 tokio = { version = "1.24", features = ["macros", "rt", "rt-multi-thread", 
"sync", "parking_lot", "signal"] }
-url = "2.2"
+url = "2.5.4"
 
 [dev-dependencies]
 assert_cmd = "2.0"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to