Skip to content

Commit

Permalink
deps: bump url from 2.1 to 2.5 (#461)
Browse files Browse the repository at this point in the history
idna versions less than version 1.0.3 are impacted
by RUSTSEC-2024-0421. Uprevving url to a version
greater than 2.5.4 will use a version of idna that
is not impacted by this vulnerability.

Co-authored-by: Roman Valls Guimera <[email protected]>
  • Loading branch information
sjlangley and brainstorm authored Feb 19, 2025
1 parent 19902d4 commit aa93eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ regex = "1.3"
serde = {version = "^1", optional = true, features = ["derive"]}
serde_bytes = {version = "0.11", optional = true}
thiserror = {version = "^2" }
url = "2.1"
url = "2.5"

[features]
bindgen = ["hts-sys/bindgen"]
Expand Down

0 comments on commit aa93eaf

Please sign in to comment.