Skip to content

Commit 775c9a5

Browse files
authored
url dependancy update (apache#14019)
* `url` dependancy update * `url` version update for datafusion-cli
1 parent 7f1bad9 commit 775c9a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ serde_json = "1"
150150
sqlparser = { version = "0.53.0", features = ["visitor"] }
151151
tempfile = "3"
152152
tokio = { version = "1.36", features = ["macros", "rt", "sync"] }
153-
url = "2.2"
153+
url = "2.5.4"
154154

155155
[profile.release]
156156
codegen-units = 1

datafusion-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ parquet = { version = "53.0.0", default-features = false }
6262
regex = "1.8"
6363
rustyline = "14.0"
6464
tokio = { version = "1.24", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot", "signal"] }
65-
url = "2.2"
65+
url = "2.5.4"
6666

6767
[dev-dependencies]
6868
assert_cmd = "2.0"

0 commit comments

Comments
 (0)