Skip to content

Commit

Permalink
chore: update url + idna
Browse files Browse the repository at this point in the history
They were pinned to old versions. This commit removes the pin.
  • Loading branch information
lucacasonato committed Nov 21, 2024
1 parent 0b8df9f commit 80f9567
Show file tree
Hide file tree
Showing 5 changed files with 211 additions and 236 deletions.
211 changes: 201 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,7 @@ tower-http = { version = "0.6.1", features = ["decompression-br", "decompression
tower-lsp = { package = "deno_tower_lsp", version = "0.1.0", features = ["proposed"] }
tower-service = "0.3.2"
twox-hash = "=1.6.3"
# Upgrading past 2.4.1 may cause WPT failures
url = { version = "< 2.5.0", features = ["serde", "expose_internals"] }
url = { version = "2.5", features = ["serde", "expose_internals"] }
uuid = { version = "1.3.0", features = ["v4"] }
webpki-root-certs = "0.26.5"
webpki-roots = "0.26"
Expand Down
2 changes: 1 addition & 1 deletion ext/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ http.workspace = true
http-body-util.workspace = true
hyper.workspace = true
hyper-util.workspace = true
idna = "0.3.0"
idna = "1.0.3"
indexmap.workspace = true
ipnetwork = "0.20.0"
k256 = "0.13.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/specs/doc/invalid_url/invalid_url.out
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
error: Invalid URL 'https://raw.githubusercontent.com%2Fdyedgreen%2Fdeno-sqlite%2Frework_api%2Fmod.ts'

Caused by:
invalid domain character
invalid international domain character
Loading

0 comments on commit 80f9567

Please sign in to comment.