Skip to content

Commit e02b45c

Browse files
committed
update url dependency to 2.5.4
1 parent 0766cdb commit e02b45c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ visit = ["swc_ecma_visit", "swc_visit", "swc_visit_macros", "swc_macros_common"]
3232

3333
[dependencies]
3434
base64 = { version = "0.22.1", optional = true }
35-
deno_media_type = "0.2.1"
35+
deno_media_type = "0.2.8"
3636
deno_terminal = "0.2.2"
3737
deno_error = "0.5.6"
3838

@@ -41,7 +41,7 @@ once_cell = "1.21.1"
4141
percent-encoding = "2.3.1"
4242
serde = { version = "1.0.219", features = ["derive"] }
4343
text_lines = { version = "0.6.0", features = ["serialization"] }
44-
url = { version = "2.3.1", features = ["serde"] }
44+
url = { version = "2.5.4", features = ["serde"] }
4545
unicode-width = "0.2.0"
4646

4747
# swc's version bumping is very buggy and there will often be patch versions

0 commit comments

Comments
 (0)