Skip to content

Commit aa93eaf

Browse files
deps: bump url from 2.1 to 2.5 (#461)
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]>
1 parent 19902d4 commit aa93eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ regex = "1.3"
3131
serde = {version = "^1", optional = true, features = ["derive"]}
3232
serde_bytes = {version = "0.11", optional = true}
3333
thiserror = {version = "^2" }
34-
url = "2.1"
34+
url = "2.5"
3535

3636
[features]
3737
bindgen = ["hts-sys/bindgen"]

0 commit comments

Comments
 (0)