Skip to content

Commit

Permalink
chore: Update url to 2.5.4 due to CVE-2024-12224 (#74)
Browse files Browse the repository at this point in the history
Update `url` to `2.5.4` bringing `idna` version up to `1.0.3`.
  • Loading branch information
sjoerdsimons authored Jan 17, 2025
2 parents 905d232 + 2c537c1 commit 83dbeca
Show file tree
Hide file tree
Showing 3 changed files with 256 additions and 33 deletions.
285 changes: 254 additions & 31 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion gitlab-runner-mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository = "https://github.com/collabora/gitlab-runner-rs"
wiremock = "0.6"
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.64"
url = "2.2.1"
url = "2.5.4"
thiserror = "2.0.11"
http = "1.0.0"
multer = "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion gitlab-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ flate2 = "1.0.30"
glob = "0.3"
reqwest = { version = "0.12.0", features = [ "json", "multipart", "stream" ] }
tokio = { version = "1.35.0", features = [ "full" ] }
url = "2.2.1"
url = "2.5.4"
serde = { version = "1.0.200", features = [ "derive" ] }
serde_json = "1.0.64"
thiserror = "2.0.11"
Expand Down

0 comments on commit 83dbeca

Please sign in to comment.